Skills and ClawHub
Learn how OpenClaw loads SKILL.md based skills and how ClawHub fits into the workflow.
What A Skill Is
Official skills docs say OpenClaw uses AgentSkills-compatible folders. Each skill is a directory with a SKILL.md file and optional supporting files.
Load Order And Precedence
The official precedence order is:
<workspace>/skills~/.openclaw/skills- bundled skills
That means workspace skills win. This is one of the most useful ideas in the whole openclaw tutorial stack because it explains why local experiments sometimes override global behavior.
ClawHub In One Sentence
Official docs describe ClawHub as the public skills registry for OpenClaw. Common flows include:
clawhub search "calendar"
clawhub install <skill-slug>
clawhub update --allBy default, clawhub installs into ./skills, which OpenClaw treats as workspace skills.
Security Rule
The official docs are explicit: treat third-party skills as untrusted code. Read them before enabling them.
That is the rule this openclaw tutorial site will repeat often. Skills are powerful, but skill convenience should never come before review.
OpenClaw Tutorial Docs