ClawHub Skills Guide for AIC Team
Quick Reference
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 # 依赖检查
s vs skills
clawhub.ai/s/xxx= 旧短链接(自动301跳转)clawhub.ai/skills/xxx= 新短链接openclaw s= 已废弃,用openclaw skills- 底层技能格式从未变(SKILL.md),无需格式转换
Skill Format
my-skill/
├── SKILL.md # 必须:YAML头(name+description) + Markdown正文
├── scripts/ # 可选
├── references/ # 可选
└── assets/ # 可选
AIC Team Skills
| 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 |
Validation
Use python3 scripts/validate_skill.py <path> or python3 scripts/validate_skill.py --all to check YAML frontmatter, required fields (name, description), and body content before publishing.