find-vetted-skill

find-vetted-skill is a skill for Claude Code, Codex from rawrkit/skills-radar. It costs 109 tokens per session (720 once invoked), scanned A, original, MIT.

A skill for finding agent skills in a hand-reviewed catalogue. It checks each skill's status, such as approved, bundled, new, or rejected, before suggesting it.

In plain words
What is it for?
Use it when looking for an agent skill for a particular task or deciding what to install to extend an agent.
Why use it?
It avoids choosing from large lists of unreviewed links and prevents recommending skills that a reviewer has rejected.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it when looking for an agent skill for a particular task or deciding what to install to extend an agent.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/rawrkit/skills-radar/find-vetted-skill
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 rawrkit/skills-radar --skill find-vetted-skill
Clone the repo
git clone --depth 1 https://github.com/rawrkit/skills-radar

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 find-vetted-skill

README.md
[![agentmods](https://agentmods.dev/badge/skills/rawrkit/skills-radar/find-vetted-skill/github.svg)](https://agentmods.dev/skills/rawrkit/skills-radar/find-vetted-skill)
Your own site
<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.

agentmods 80×15 button for find-vetted-skill

Your own site · 80×15
<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>
Per session 109 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 720 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.00109 $0.00720
Opus 5 $0.00055 $0.00360
Sonnet 5 $0.00022 $0.00144
Haiku 4.5 $0.00011 $0.00072

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

Security

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.

skills/find-vetted-skill/SKILL.md · 56 lines

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 freely
  • in-kit — reviewed and strong enough to be bundled into a role kit
  • new — surfaced by the weekly scan, not yet reviewed; mention it as unvetted if you suggest it at all
  • rejected — a human looked and said no. Never recommend these. The description_en explains 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

Read the full file on GitHub · 56 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. 9d ago First seen · 56 lines · 109 tokens per session scan A b329b2c99d5c

Subscribe to this mod's changes

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.

Related

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…

flc1125/skills · 62 tokens

create-plan

A guide for creating repository-aware technical plans: written proposals for implementation, refactoring, migration, or design work based on the actual codebase.

flc1125/skills · 114 tokens

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…

flc1125/skills · 84 tokens

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.

flc1125/skills · 61 tokens

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…

flc1125/skills · 102 tokens

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…

flc1125/skills · 87 tokens