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

小蔥技能站7w4.net每天更新,海量AI技能等你發現。

npm i -g clawhub

Auth (publish)

clawhub login
clawhub whoami

Search

clawhub search "postgres backups"

Install

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