clawhub search <query> # 搜索技能
clawhub install <slug> # 安装
clawhub list # 查看已安装
clawhub update --all # 全部更新
clawhub inspect <slug> --files # 查看内容不安装
clawhub publish <path> --slug <slug> # 发布
clawhub sync --dry-run # 预览变更
openclaw skills list # OpenClaw技能列表
openclaw skills check # 依赖检查
clawhub.ai/s/xxx = 旧短链接(自动301跳转)clawhub.ai/skills/xxx = 新短链接openclaw s = 已废弃,用 openclaw skillsmy-skill/
├── SKILL.md # 必须:YAML头(name+description) + Markdown正文
├── scripts/ # 可选
├── references/ # 可选
└── assets/ # 可选
| Skill | Use |
|---|---|
| :--- | :--- |
| pdf-toolkit-pro | PDF merge/split/compress |
| office | Excel/Word/PPT formulas |
| paddleocr-doc-parsing | OCR document parsing |
| runesleo-systematic-debugging | Systematic debugging |
| find-skills | Discover new skills |
Use python3 scripts/validate_skill.py or python3 scripts/validate_skill.py --all to check YAML frontmatter, required fields (name, description), and body content before publishing.
共 1 个版本