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.
npx skills add wrg32786/aigent-os --skill skill-huntgit clone --depth 1 https://github.com/wrg32786/aigent-osWrote 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.
[](https://agentmods.dev/skills/wrg32786/aigent-os/skill-hunt)<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>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.
| Model | Per session | Once 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 |
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 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 recentopenentry
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-codecommunity listrfxlamia/skillkit-marketplacenicekate/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
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.
- 7d ago First seen · 93 lines · 0 tokens per session scan C 3db3f951c42b
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.
Other skills, from other repositories
hive.note-taking
Maintain a free-form scratchpad of decisions, extracted values, and open questions so context pruning doesn't lose anything you still need.
article
Write a publication-ready article in one of three angles - a trending long-form piece, a watched-repo thesis, or a project-through-a-lens essay. Optional Replicate hero image with --visual.
fork-fleet
Fork divergence monitor - tracks where the fleet's active forks diverge in CODE (unique commits, new/modified skills) and CONFIG (enable/var/model/schedule vs upstream), gated on real change.
fleet-control
Operate managed Aeon instances from memory/instances.json - health-check, dispatch, and status snapshots (control), plus a fleet scorecard of runs, tokens, cost, and reliability (scorecard).
github-trending
Curated trending across GitHub repos and the Hugging Face Hub (models, datasets, spaces) - filtered, clustered, and labeled by momentum with a one-line why-notable per pick.
token-pick
One token recommendation and one prediction market pick - scored, quantified, with a skip branch when signals are weak.