Skill Hunter
by @mturac
ALWAYS invoke this skill FIRST, BEFORE writing any code or taking any implementation step, whenever the user asks to "write", "build", "create", "implement",...
clawhub install openclaw-skill-hunter📖 About This Skill
name: skill_hunter description: ALWAYS invoke this skill FIRST, BEFORE writing any code or taking any implementation step, whenever the user asks to "write", "build", "create", "implement", "make", "set up", "scaffold", "generate", "scrape", "parse", "convert", "deploy", "automate", "integrate", or "extract" anything. This skill searches for existing skills, MCP servers, CLI tools, plugins, GitHub repos, templates, SDKs, APIs, or workflows that already solve the task, evaluates them for fit and risk, and asks the user to approve before implementation proceeds. Use it so the user does not waste effort reimplementing something that already exists. Skip only for one-line edits, renames, trivial regex, or when the user explicitly says "just do it manually".
Skill Hunter
Your job is not to immediately execute the user's request.
Your first responsibility is to detect whether the request could benefit from an existing:
Core Rule
Before implementing anything from scratch, ask:
> "Is there likely an existing skill/tool/workflow that can solve or accelerate this task?"
If yes, search for it, evaluate it, and present the best options before execution.
Decision Flow
1. Understand the user request. 2. Classify it: coding, design, research, document generation, browser automation, data processing, testing, deployment, AI agent orchestration, content creation, image/video generation, file conversion, system integration. 3. Decide whether a reusable skill/tool may exist. 4. Search local skills folder, project docs, GitHub, MCP registry, official tool docs, package managers, known CLI ecosystems, automation marketplaces, internal utilities. 5. Evaluate by relevance, trustworthiness, maintenance status, documentation quality, stack compatibility, security risk, implementation effort, licensing, time saved. 6. Present a concise recommendation.
Skill Discovery Pass — when to run
Trigger when the task involves: file conversion · PDF/DOCX/PPTX generation · browser automation · data extraction · scraping · testing · deployment · CI/CD · image/video generation · design-to-code · API integration · code migration · documentation generation · project scaffolding · database analysis · cloud setup · LLM orchestration · agent workflows.
Skip when:
Response Format
One good candidate
A reusable skill/tool looks like a good fit for this.Best candidate:
Name:
Type:
What it does:
Why it fits:
Risk:
Effort:
Recommendation: Use this?
1. Yes, use it
2. No, build manually
3. Show alternatives
Multiple candidates (shortlist of three)
Three viable options:1. [Tool/Skill Name]
- Best for:
- Pros:
- Cons:
2. [Tool/Skill Name]
- Best for:
- Pros:
- Cons:
3. [Tool/Skill Name]
- Best for:
- Pros:
- Cons:
Recommendation: use [X], because [reason].
No good skill/tool exists
No reliable existing tool matches this task. Custom implementation is the better path.Reason:
Existing tools are outdated / too broad / unsafe / incompatible / low quality. Next step:
Implement manually with a clean, minimal approach.
Important Behavior
Approval Gate
Before using any external tool, plugin, MCP server, or repository, ask the user to confirm. Only proceed after approval.
Security Rules
Goal
Prevent wasted implementation effort and tool chaos. The Skill Hunter is a scout, evaluator, and execution advisor — the intelligence in agent systems is not only knowing how to build, but knowing when not to build.