一键导入
find-skills
Search `skills.sh` and ClawHub for reusable skills, then install only after user confirmation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Search `skills.sh` and ClawHub for reusable skills, then install only after user confirmation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | find-skills |
| description | Search `skills.sh` and ClawHub for reusable skills, then install only after user confirmation. |
Use when:
Do not use when:
Steps:
npx skills find "<query>" and/or clawhub search "<query>".Commands:
npx skills find "react performance"
npx skills add <owner/repo@skill> -y
npx skills check
clawhub search "postgres backups"
clawhub info <slug>
clawhub install <slug>
Rules:
clawhub install <slug> installs into ./skills by default; use --workdir <path> if needed.Present matches like this:
1. <skill-name> - why it fits
Install: <command>
Source: <url>
If nothing fits:
Define Hermit entity schema, templates, and starter records.
Generate short spoken audio files from text with OpenAI text-to-speech. Use when you want a Telegram voice-note reply or any local speech audio from text.
Transcribe saved Telegram voice notes and other audio attachments with OpenAI before replying. Use when a Telegram prompt includes an audio file path under inbox/telegram/.
Query the workspace `entities/` tree with helper scripts before manually reading many records.
Define Hermit roles, including `role.md`, `AGENTS.md`, prompts, and startup files.
Maintain the Hermit framework repo separately from workspace data, including framework PR and update flows.