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 rawrkit/skills-radar --skill find-vetted-skillgit clone --depth 1 https://github.com/rawrkit/skills-radarWrote 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/rawrkit/skills-radar/find-vetted-skill)<a href="https://agentmods.dev/skills/rawrkit/skills-radar/find-vetted-skill"><img src="https://agentmods.dev/badge/skills/rawrkit/skills-radar/find-vetted-skill/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/rawrkit/skills-radar/find-vetted-skill"><img src="https://agentmods.dev/badge/skills/rawrkit/skills-radar/find-vetted-skill.svg" alt="Reviewed on agentmods" width="80" 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.00109 | $0.00720 |
| Opus 5 | $0.00055 | $0.00360 |
| Sonnet 5 | $0.00022 | $0.00144 |
| Haiku 4.5 | $0.00011 | $0.00072 |
Grade A, and why
find-vetted-skill scanned grade A with 0 findings 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 9d 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.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 56 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Find a Vetted Skill
Search a hand-curated catalog of agent skills where every entry was read by a human before being listed, tagged by work role, and marked with a status. This is the opposite of an "awesome list" — the value is what was left out.
Catalog: https://raw.githubusercontent.com/rawrkit/skills-radar/main/catalog.json
Step 1 — Fetch the catalog
Each entry:
{
"id": "systematic-debugging",
"source": "obra/superpowers",
"url": "https://skills.sh/obra/superpowers/systematic-debugging",
"category": "engineering",
"installs": 209800,
"roles": ["DEV"],
"status": "in-kit",
"description_en": "Root cause before fixes, always — symptom patches are failure",
"description_ru": "..."
}
Statuses carry meaning — respect them:
approved— reviewed, recommend freelyin-kit— reviewed and strong enough to be bundled into a role kitnew— surfaced by the weekly scan, not yet reviewed; mention it as unvetted if you suggest it at allrejected— a human looked and said no. Never recommend these. Thedescription_enexplains why, which is often useful to tell the user ("that popular one is hard-wired to Google Workspace")
Step 2 — Match against what the user actually needs
Filter by category and roles, but read description_en before recommending — install counts measure popularity, not fit. A 200-install skill built for the user's exact problem beats a 100K-install skill that's adjacent to it.
Recommend two or three, not ten. For each: what it does, why it fits this user, and the honest limitation if there is one.
If nothing in the catalog fits, say so directly. Then either search wider (npx skills find <keywords> hits the broader skills.sh registry) or just do the task yourself — a bad skill is worse than no skill, because it takes up context and steers the model wrong.
Step 3 — Install what the user picks
npx -y skills add <source>@<id> -y -g
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.
- 9d ago First seen · 56 lines · 109 tokens per session scan A b329b2c99d5c
find-vetted-skill is a skill published in the GitHub repository rawrkit/skills-radar (1 stars, last pushed 3d ago), licensed MIT. It adds 109 tokens to every session and 720 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
experts
Assemble a panel of experts to assess a problem from multiple professional perspectives, surface agreement and disagreement, and deliver a chaired recommendation with clear tradeoffs. Use when the user wants multi-expert judgment, a second opinion, design critique, option comparison, or a recommendation backed by…
create-plan
A guide for creating repository-aware technical plans: written proposals for implementation, refactoring, migration, or design work based on the actual codebase.
github-release-notes-writer
Draft or update user-focused GitHub Release Notes from verified tags, commits, pull requests, existing releases, and supplied changelog baselines. Use when preparing prerelease or stable release notes, turning GitHub's generated What's Changed list into a curated narrative, documenting upgrades or breaking changes, or…
google-fonts-curator
Recommend high-taste Google Fonts for websites based on brand tone, page type, and visual direction. Use when the user needs font selection, font pairing, or aesthetic judgment within the Google Fonts ecosystem for landing pages, brand sites, editorial pages, portfolios, or digital products.
programmer-motivator
Give calm, technically grounded encouragement to programmers when the user is stuck on a bug, frustrated by debugging, tired, discouraged, blaming themselves after a mistake, asking for motivation or emotional support while coding, wanting someone to stay with them through a hard problem, celebrating a breakthrough…
subagent-orchestrator
Orchestrate subagent workflows for complex tasks that benefit from decomposition, role-based delegation, and parallel execution. Use when Codex should assemble a temporary team of subagents, choose roles from a reusable role library, create a controlled fallback role when no preset role fits, coordinate read-heavy…