Install a skill from ClawHub

skills

// what it does

openclaw skills install @owner/<slug> pulls a skill from ClawHub into the active workspace's skills/ directory. Add --global to install into the shared ~/.openclaw/skills so every local agent sees it, unless an agent's allowlist narrows it.

// shell

$ openclaw skills install @openclaw/browser
$ openclaw skills install @openclaw/browser --global
$ openclaw skills verify @openclaw/browser

// gotcha

Treat third-party skills as untrusted code — they run inside your agent. Read the SKILL.md before enabling, and openclaw skills verify @owner/<slug> checks the ClawHub trust envelope.

// resources