Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Install, 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. "clawh...
Install, 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. "clawh...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Install 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 are installed into ./skills/ under the workspace A new OpenClaw session is needed to pick up the skill
clawhub 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
Ensure clawhub CLI is installed (check with which clawhub, install if missing) cd to the workspace directory: ~/.openclaw/workspace Run the appropriate clawhub command Inform the user to start a new session (or restart gateway) for the skill to take effect
Users 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.
All ClawHub skills are public and open Treat third-party skills as untrusted โ review before enabling Workspace skills (<workspace>/skills/) take highest precedence over managed and bundled skills
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.