根据未解决的问题、用户配置文件和技能兼容性,自动从 ClawHub 发现并安装高价值技能。
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install auto-skill-hunter或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install auto-skill-hunter⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/auto-skill-hunter/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: auto-skill-hunter description: Proactively discovers, ranks, and installs high-value ClawHub skills by mining unresolved user needs and agent context. Use when new tasks are unsolved, when capability gaps appear, when users ask for better tools, or as a scheduled patrol for continuous skill growth. tags: [meta, evolution, learning, proactive] ---
Auto Skill Hunter continuously expands an agent's capability stack with task-relevant skills, then explains why each selected skill is worth trying.
Use this skill when at least one of the following is true:
node skills/skill-hunter/src/hunt.js
# 1) Full automatic patrol
node skills/skill-hunter/src/hunt.js --auto
# 2) Targeted hunt for a specific unresolved problem
node skills/skill-hunter/src/hunt.js --query "Cannot reliably fetch web pages and summarize key insights"
# 3) Preview only (no write/install)
node skills/skill-hunter/src/hunt.js --dry-run
# 4) Cap per-run installation count
node skills/skill-hunter/src/hunt.js --max-install 2
- issue relevance - profile and personality fit (USER.md + personality state) - complementarity with already installed skills - quality signals such as stars/downloads (when available)
--auto for periodic capability growth.--query "..." when a specific user problem is known.--dry-run before enabling real installs.--dry-run in new environments.--max-install 1~2 to avoid noisy bulk installs.--query when no candidate passes threshold.For continuous value, run Auto Skill Hunter on a timer:
This cadence keeps capability coverage fresh and reduces reaction lag when new user needs appear.
# High-change projects
*/30 * * * * node /path/to/workspace/skills/skill-hunter/src/hunt.js --auto --max-install 1
# Normal projects
0 * * * * node /path/to/workspace/skills/skill-hunter/src/hunt.js --auto --max-install 2
--max-install or env).SKILL_HUNTER_NO_REPORT=1.安装 自动技能猎人 后,可以对 AI 说这些话来触发它
Help me get started with Auto Skill Hunter
Explains what Auto Skill Hunter does, walks through the setup, and runs a quick demo based on your current project
Use Auto Skill Hunter to automatically discovers and installs high-value skills from ClawHub...
Invokes Auto Skill Hunter with the right parameters and returns the result directly in the conversation
What can I do with Auto Skill Hunter in my documents & notes workflow?
Lists the top use cases for Auto Skill Hunter, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/auto-skill-hunter/ 目录(个人级,所有项目可用),或 .claude/skills/auto-skill-hunter/(项目级)。重启 AI 客户端后,用 /auto-skill-hunter 主动调用,或让 AI 根据上下文自动发现并使用。
自动技能猎人 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
自动技能猎人 可免费安装使用。请查阅仓库了解许可证信息。
根据未解决的问题、用户配置文件和技能兼容性,自动从 ClawHub 发现并安装高价值技能。
自动技能猎人 属于「Documents & Notes」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my documents & notes tasks using Auto Skill Hunter
Identifies repetitive steps in your workflow and sets up Auto Skill Hunter to handle them automatically