Test Clone

👤 krischristen-hash 📦 v1.0.0 ⭐ 4.0 ⬇️ 693 下载
🤖 AI-Agent 免费

📖 技能介绍


name: clawhub description: Use the ClawHub CLI to search, install, update, and publish agent skills from clawhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed clawhub CLI. metadata: { "openclaw": { "requires": { "bins": ["clawhub"] }, "install": [ { "id": "node", "kind": "node", "package": "clawhub", "bins": ["clawhub"], "label": "Install ClawHub CLI (npm)", }, ], }, }


ClawHub CLI

Install

npm i -g clawhub

Auth (publish)

clawhub login
clawhub whoami

Search

clawhub search "postgres backups"

Install

7w4.net小葱技能。

clawhub install my-skill
clawhub install my-skill --version 1.2.3

Update (hash-based match + upgrade)

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

List

clawhub list

Publish

clawhub publish ./my-skill --slug my-skill --name "My Skill" --version 1.2.0 --changelog "Fixes + docs"

Notes

  • Default registry: https://clawhub.com (override with CLAWHUB_REGISTRY or --registry)
  • Default workdir: cwd (falls back to OpenClaw workspace); install dir: ./skills (override with --workdir / --dir / CLAWHUB_WORKDIR)
  • Update command hashes local files, resolves matching version, and upgrades to latest unless --version is set

🤖 AI 评测

这个 Skill 质量中等偏上,文档清晰易懂,命令用法示例丰富,环境配置说明也很全面,小白也能快速上手。但命名带有测试标识显得不够正式,且纯文档形式没有实际代码验证,存在内容过时或出错的隐患。整体适合作为参考手册使用,但建议配合官方 CLI 文档交叉确认。

📊 多维度评分

适应性4.1
规范性3.8
有效性4.4
可靠性3.7
可信度4.3

📁 包含文件 (2 个)

📄 SKILL.md 1.6 KB
📄 _meta.json 129 B