Install
openclaw skills install skill-installerInstall, search, update, and manage skills from ClawHub (the public OpenClaw skill registry). Use when the user wants to install a skill by slug (e.g. "clawhub install summarize"), search for skills, update installed skills, or manage ClawHub skills in any way.
openclaw skills install skill-installerInstall and manage skills from ClawHub, the public skill registry for OpenClaw.
The clawhub CLI must be available on PATH. Verify with which clawhub. If missing, ask the user to install it manually:
npm i -g clawhub
Do not auto-install without user confirmation.
cd ~/.openclaw/workspace && clawhub install <slug>
<slug> is the skill identifier from ClawHub (e.g. summarize, weather, coding-agent)./skills/ under the workspaceclawhub search "<query>"
# Update a specific skill
clawhub update <slug>
# Update all installed skills
clawhub update --all
clawhub info <slug> # Show skill details
clawhub list # List installed skills
clawhub --help # Full CLI reference
clawhub CLI is installed (check with which clawhub, install if missing)cd to the workspace directory: ~/.openclaw/workspaceclawhub commandUsers can install skills by messaging the OpenClaw agent on WhatsApp:
clawhub install <slug>
Example: clawhub install summarize
The agent will handle CLI installation and confirm when the skill is ready.
<workspace>/skills/) take highest precedence over managed and bundled skills