/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
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install clawhub-wrapper - 安装完成后,直接呼叫该 Skill 的名称或使用
/clawhub-wrapper触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 253 次。
如何安装 clawhub?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install clawhub-wrapper」即可一键安装,无需额外配置。
clawhub 是免费的吗?
是的,clawhub 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
clawhub 支持哪些平台?
clawhub 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 clawhub?
由 douglarek(@douglarek)开发并维护,当前版本 v1.0.1。