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 agentmods add commands/evol-ai/skillcompass/skill-inboxgit clone --depth 1 https://github.com/Evol-ai/SkillCompassWrote 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/commands/evol-ai/skillcompass/skill-inbox)<a href="https://agentmods.dev/commands/evol-ai/skillcompass/skill-inbox"><img src="https://agentmods.dev/badge/commands/evol-ai/skillcompass/skill-inbox.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 | $0.00000 | $0.03150 |
| Opus 5 | $0.00000 | $0.01575 |
| Sonnet 5 | $0.00000 | $0.00630 |
| Haiku 4.5 | $0.00000 | $0.00315 |
Grade A, and why
skill-inbox 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 4d 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 — 308 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/skill-inbox — Skill Suggestion Inbox
Unified entry point for managing skill suggestions and browsing all installed skills. Provides two views: suggestions (default) and all skills.
Arguments
- (no args): Show suggestions view (default)
all: Show all installed skills view
Step 1: Load Data
-
Use the Read tool to load
.skill-compass/setup-state.json. If the file does not exist, this is a first-time use. Auto-initialize:-
Run skill discovery silently (same as setup Step 3: scan immediate children of skill directories for
*/SKILL.md— do NOT recurse). -
Run quick scan D1+D2+D3 on all discovered skills.
-
Save
setup-state.json. -
Show a brief summary:
Found {N} skill(s){, M with security risks if any high risk}. Usage data accumulates automatically; you'll be notified when suggestions appear.
Then check for statusLine configuration (see
setup.mdStatusLine integration section). If no statusLine is configured, offer the choice.After initialization, continue to Step 2 (show header) and proceed normally. The inbox will be empty (no suggestions yet since no usage data), but the all-skills view will be populated.
-
-
Extract the
inventoryarray from setup-state.json. This is the full skill list. -
Load inbox data using
lib/inbox-store.js. Execute with the Bash tool:node -e " const { InboxStore } = require('./lib/inbox-store'); const baseDir = process.env.CLAUDE_PLUGIN_ROOT || process.cwd(); const store = new InboxStore('cc', baseDir); store.reactivateSnoozed(); const allCache = store.getAllSkillCache(); const cacheMap = {}; allCache.forEach(c => { cacheMap[c.skill_name] = c; }); console.log(JSON.stringify({ pending: store.getPending(), skillCache: cacheMap }, null, 2)); "Parse the output as
inboxData.skillCacheis a map keyed by skill name. If the script fails, treatpendingas[]andskillCacheas{}.
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.
- 4d ago First seen · 308 lines · 0 tokens per session scan A 12af4d511178
skill-inbox is a command published in the GitHub repository Evol-ai/SkillCompass (215 stars, last pushed 4mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 3,150 tokens. 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-30.
Other commands, from other repositories
cti-report
Render case deliverables — relationship graph (PNG/SVG/Mermaid) and a polished PDF/DOCX assessment. Usage: /cti-report [--graph|--pdf].
reskin
Extract a measured design signature (type ramp, accent + its budget, grid unit, radius, layout) from a reference image or site, write it to signature.json, and drive the build to match it — "steal this vibe" as a spec, not pixels.
good
Write good creative & smart copy [GOOD].
enum-udp
UDP scan + service follow-up — top ports first, full sweep only when justified.
kerberos
Kerberos attacks — AS-REP roasting and Kerberoasting.
open-day
Morning kickoff. Load today's context, review yesterday, surface open tasks, identify priorities, and create today's daily note in plan/.