Install
openclaw skills install clawhub-wrapperDownload and install skills from ClawHub (https://clawhub.ai). Use when user wants to browse, search, or download skills from the ClawHub skill registry.
openclaw skills install clawhub-wrapperDownload and install skills from ClawHub - a fast skill registry for AI agents.
Search for skills by keyword:
{baseDir}/clawhub-search.sh "<keyword>"
This searches the ClawHub registry and displays matching skills with their slug, name, summary, and download count.
Download and install a skill by slug or ClawHub URL:
# By slug
{baseDir}/clawhub-download.sh <slug>
# By ClawHub URL (e.g., https://clawhub.ai/steipete/github)
{baseDir}/clawhub-download.sh https://clawhub.ai/owner/slug
This will:
~/.agents/skills/clawhub-skills/<slug>/Browse available skills (sorted by downloads):
{baseDir}/clawhub-search.sh
ClawHub uses the following API endpoints:
https://wry-manatee-359.convex.site/api/v1/skillshttps://wry-manatee-359.convex.site/api/v1/download?slug=<slug>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