skillox inventory
Walks the per-agent install paths (Claude Code, Cursor, Codex, Gemini CLI, Copilot, Goose) and lists every SKILL.md it finds, with its current grade, install date, and agent.
Shipped in skillox 0.3.0. Currently walks per-agent skill directories + records install events to a local ledger. Background continuous re-scan (Pro tier, planned) replaces the manual
--rescan step.Usage
# List everything skillox inventory # Filter by grade skillox inventory --grade=D,F # Filter by agent skillox inventory --agent=claude-code # JSON for piping skillox inventory --json | jq '.[] | select(.grade == "F")'
Output
AGENT SKILL GRADE INSTALLED claude-code @stripe/checkout-skill@1.4.2 A 14d ago claude-code @anthropic/api-best-practices@2.1 A 28d ago cursor @drizzle/migration-helper@0.9.1 A 3d ago codex @random/db-migrate@2.4.1 F 2h ago ← review! 4 skills · 1 critical issue
Re-scan inventory
Inventory caches the grade at install time. To re-scan everything against the latest ruleset:
skillox inventory --rescan # or: skillox update (which re-scans + offers updates)
Later, Pro tier users get continuous re-scan as a background service — no manual --rescan needed.