Install
openclaw skills install auto-skill-hunterClawHub Security found sensitive or high-impact capabilities. Review the scan results before using.
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.
openclaw skills install auto-skill-hunterAuto 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
USER.md + personality state)--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.