AI Projects

OpenClaw Skills: The SECRET to Accurate and Consistent Agents

Published
Mar 12, 2026
Duration
7:28
Click to load the YouTube player

Video summary

Companion notes

Skills beat memory: load metadata, not instructions, and your OpenClaw agent stops going dumb above 40% context.

Why skills matter more than prompts

Stark's daily briefing skill pulls tweets from multiple sources and runs on a cron job — it works because the skill is a recipe book, not a one-shot prompt. The hosts admit that early on they ignored skills and the bot can do it right once. Maybe twice. And then the third time they mess it up, hallucinating tweets and shuffling presentation slides. After a week of cleanup, the position is that skills are the primary lever for accuracy.

Memory is the enemy

Skills only push metadata into the context window at session start, then auto-reload the full directory when the agent needs them. That means you can ship hundreds or thousands of skills without bloating the prompt. The hosts' own bot already runs more than 10 skills, 12 skills, and they warn that pushing the same content as memory points makes the bot dumber once context passes ~40% — see their prior dumb zone video.

Manual editing is required

Three ways to refine a skill: edit the file yourself, tell the agent to update the skill on presentations and let it rewrite, or use Claude Code / Cursor (covered in the next video). Without this loop, the agent drifts into the failure modes they list: sending crypto to strangers, weird DMs, misordered slides.

Model choice

They run on Minimax (Minimax Mac) Chinese models specifically because they perform well with the skill-metadata pattern. The combination — cheap model + hundreds of skills + manual curation — is what they call the valuable state versus spending a bunch of money and getting lost.

Where to start

Skills live in either the OpenClaw cloud skills folder or the cloud folder skills directory depending on setup. New resource: boxmoneyai.com — a Windows 95-style site with case studies, cron/drop job guides, learning paths, and free basic courses (founder pricing, paid courses coming).

Watch on YouTube

Prefer the native player? Open it on YouTube: https://www.youtube.com/watch?v=txTowBmYXMc