用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/estebanrfp/gos --skill clawhub命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Set up and use 1Password CLI (op) for secrets, accounts, and desktop integration.
Guided agent setup from templates — business assistants, security, agents. Triggers on "create an agent for my [business/task]", "set up security", "I want an assistant", or any request to create a specialized agent.
Manage Apple Calendar events — list, create, update, delete via EventKit CLI. macOS 14+ required.
基于 SOC 职业分类
正在显示 SKILL.md
| name | clawhub |
| description | Search, install, update, and publish agent skills from clawhub.com via CLI. |
| metadata | {"nyxclaw":{"requires":{"bins":"[Truncated]"},"install":["[Truncated]"]}} |
IMPORTANT: Before searching or installing from ClawHub, ALWAYS check if the skill
already exists as a bundled skill in this project. Run ls skills/ from the project
root to list available bundled skills. Bundled skills are curated, tested, and adapted
for NyxClaw — prefer them over ClawHub versions. Only use ClawHub for skills not
available locally.
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.
Install
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