/install clawhub-wrapper
ClawHub Skill
Download and install skills from ClawHub - a fast skill registry for AI agents.
Commands
Search Skills
Search for skills by keyword:
{baseDir}/clawhub-search.sh "\x3Ckeyword>"
This searches the ClawHub registry and displays matching skills with their slug, name, summary, and download count.
Download and Install Skill
Download and install a skill by slug or ClawHub URL:
# By slug
{baseDir}/clawhub-download.sh \x3Cslug>
# By ClawHub URL (e.g., https://clawhub.ai/steipete/github)
{baseDir}/clawhub-download.sh https://clawhub.ai/owner/slug
This will:
- Download the skill package from ClawHub
- Extract it to
~/.agents/skills/clawhub-skills/\x3Cslug>/ - Display the installed skill information
List Skills
Browse available skills (sorted by downloads):
{baseDir}/clawhub-search.sh
API Endpoints
ClawHub uses the following API endpoints:
- List/Search Skills:
https://wry-manatee-359.convex.site/api/v1/skills - Download Skill:
https://wry-manatee-359.convex.site/api/v1/download?slug=\x3Cslug>
Examples
User says: "I want to download the github skill from clawhub"
→ Use clawhub-download.sh github
User says: "Search for weather related skills on clawhub"
→ Use clawhub-search.sh "weather"
User says: "Install https://clawhub.ai/steipete/summarize"
→ Use clawhub-download.sh https://clawhub.ai/steipete/summarize
User says: "What skills are popular on clawhub?"
→ Use clawhub-search.sh to list top skills by downloads
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install clawhub-wrapper - After installation, invoke the skill by name or use
/clawhub-wrapper - Provide required inputs per the skill's parameter spec and get structured output
What is clawhub?
Download and install skills from ClawHub (https://clawhub.ai). Use when user wants to browse, search, or download skills from the ClawHub skill registry. It is an AI Agent Skill for Claude Code / OpenClaw, with 253 downloads so far.
How do I install clawhub?
Run "/install clawhub-wrapper" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is clawhub free?
Yes, clawhub is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does clawhub support?
clawhub is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created clawhub?
It is built and maintained by douglarek (@douglarek); the current version is v1.0.1.