skill-hunt

skill-hunt is a skill for Claude Code, Codex from wrg32786/aigent-os. It costs 0 tokens per session (998 once invoked), scanned C, original, MIT.

A search tool for finding Claude Code skills when no existing skill matches a needed capability.

In plain words
What is it for?
It is for discovering portable skills for a specific missing task or reviewing an open skill gap.
Why use it?
It helps fill gaps without leaving the coding workflow to search manually across GitHub, skill marketplaces, and curated lists.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: reads .claude/ paths; mentions Claude Code.

Good fit It is for discovering portable skills for a specific missing task or reviewing an open skill gap.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/wrg32786/aigent-os/skill-hunt
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add wrg32786/aigent-os --skill skill-hunt
Clone the repo
git clone --depth 1 https://github.com/wrg32786/aigent-os

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for skill-hunt

README.md
[![agentmods](https://agentmods.dev/badge/skills/wrg32786/aigent-os/skill-hunt.svg)](https://agentmods.dev/skills/wrg32786/aigent-os/skill-hunt)
Your own site
<a href="https://agentmods.dev/skills/wrg32786/aigent-os/skill-hunt"><img src="https://agentmods.dev/badge/skills/wrg32786/aigent-os/skill-hunt.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 998 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.00998
Opus 5 $0.00000 $0.00499
Sonnet 5 $0.00000 $0.00200
Haiku 4.5 $0.00000 $0.00100

Measured 7d ago against content hash 3db3f951c42b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade C, and why

skill-hunt scanned grade C with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Recursive force deletehighDestructive command

rm -rf with a variable or a broad path is one typo away from removing the wrong tree.

- `rm -rf`, `git push --force`, destructive bash patterns
skills/skill-hunt/SKILL.md · 93 lines

How it starts

The opening of the file, as written. The whole thing — 93 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/skill-hunt — Search externally for missing capabilities

When /skill-recall finds no match, this skill searches GitHub, skill marketplaces, and awesome-lists for a portable Claude Code skill that fills the gap.

Trigger

/skill-hunt <gap description> or /skill-hunt (reads latest open gap from SKILL_GAPS.md)

Flow

1. Identify the gap

  • If argument provided: use it as the search query
  • If no argument: read $AIGENT_VAULT/memory/SKILL_GAPS.md, take the most recent open entry

2. Search external sources

Run these searches in parallel:

GitHub repos:

mcp__github__search_repositories: "claude code skill {gap}" OR "claude-code {gap}"
mcp__github__search_code: "SKILL.md {gap keywords}" path:SKILL.md

Skill marketplaces (via Tavily):

mcp__tavily__tavily_search: "claude code skill {gap} site:github.com OR site:skills.pub"
mcp__tavily__tavily_search: "awesome agent skills {gap}"

Known indexes:

  • anthropics/awesome-claude-code-skills (if it exists)
  • anthropics/awesome-claude-code community list
  • rfxlamia/skillkit-marketplace
  • nicekate/awesome-agent-skills

3. Rank candidates

Score each candidate (0-100) on:

  • Stars/adoption (0-20): >100 stars = 20, >10 = 10, <10 = 5
  • Recency (0-20): updated within 30d = 20, 90d = 15, 180d = 10, older = 5
  • Claude Code compatibility (0-30): has SKILL.md = 30, has .claude/ = 20, generic agent skill = 10, no skill file = 0
  • License (0-15): Apache/MIT = 15, other OSS = 10, no license = 0
  • Safety (0-15): no destructive commands = 15, some file writes = 10, network calls to unknown hosts = 5, suspicious patterns = 0

4. Present top 3

For each candidate, show:

  • Repo name + URL + score
  • One-line description
  • License
  • Safety flags (if any)

5. Safety scan (on user selection)

Before installing, scan the SKILL.md and any referenced scripts for:

  • rm -rf, git push --force, destructive bash patterns
  • Network calls to hardcoded external URLs (not MCP tools)
  • File mutations outside ~/.claude/skills/ or the vault
  • Credential access or environment variable reads beyond expected scope
  • Obfuscated code

Read the full file on GitHub · 93 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 93 lines · 0 tokens per session scan C 3db3f951c42b

Subscribe to this mod's changes

skill-hunt is a skill published in the GitHub repository wrg32786/aigent-os (18 stars, last pushed today), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 998 tokens. A static security scan graded it C with 1 finding (recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-01.