ClawHub CLI
SkillSearchSearch, install, update, and publish agent skills from clawhub.com using the ClawHub CLI. Use this skill when you need to instantly fetch new skills, sync installed skills to the latest or a specific version, or publish a new skill or update a skill folder. Works with the clawhub CLI installed via n
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the ClawHub CLI skill
What this skill tells your AI
The instructions your AI receives, as published by l-lesteryu/openclaw-hot-skills-zh in skills/clawhub-zh/SKILL.md and read by ahel’s review.
安装
npm i -g clawhub
认证(发布用)
clawhub login
clawhub whoami
搜索
clawhub search "postgres backups"
安装
clawhub install my-skill
clawhub install my-skill --version 1.2.3
更新(基于哈希匹配 + 升级)
clawhub update my-skill
clawhub update my-skill --version 1.2.3
clawhub update --all
clawhub update my-skill --force
clawhub update --all --no-input --force
列表
clawhub list
发布
clawhub publish ./my-skill --slug my-skill --name "My Skill" --version 1.2.0 --changelog "Fixes + docs"
说明
- 默认注册表:https://clawhub.com(可通过 CLAWHUB_REGISTRY 或 --registry 覆盖)
- 默认工作目录:cwd(回退到 OpenClaw 工作区);安装目录:./skills(可通过 --workdir / --dir / CLAWHUB_WORKDIR 覆盖)
- update 命令会对本地文件进行哈希计算,解析匹配的版本,并升级到最新版本(除非设置了 --version)
Signals
- GitHub stars
- 54
- Forks
- 8
- Last commit
- Apr 2026
Advanced
- Catalog kind
- skill
- Gateway key
clawhub-zh- Source
- github.com/l-lesteryu/openclaw-hot-skills-zh