Agent skill · AI & Agents

router-stats

Display Claude Router usage statistics and cost savings

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill router-stats --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Path: skills/ai-llm/router-stats/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Router Stats Display usage statistics and estimated cost savings from Claude Router. ## Instructions Read the stats file at `~/.claude/router-stats.json` and present the data in a clear, formatted way. ## Data Format The stats file contains (v1.2 schema): ```json { "version": "1.2", "total_queries": 100, "routes": {"fast": 30, "standard": 50, "deep": 10, "orchestrated": 10}, "exceptions": {"router_meta": 15, "slash_commands": 0}, "tool_intensive_queries": 25, "orchestrated_queries": 10, "estimated_savings": 12.50, "delegation_savings": 2.50, "sessions": [ { "date": "2026-01-03", "queries": 25, "routes": {"fast": 8, "standard": 12, "deep": 2, "orchestrated": 3}, "savings": 3.20 } ], "last_updated": "2026-01-03T15:30:00" } ``` ## Output Format Present the stats like this: ``` ╔═══════════════════════════════════════════════════╗ ║ Claude Router Statistics ║ ╚═══════════════════════════════════════════════════╝ 📊 All Time ─────────────────────────────────────────────────── Total Queries Routed: 100 Route Distribution: Fast (Haiku): 30 (30%) ████████░░░░░░░░░░░░ Standard (Sonnet): 50 (50%) ██████████████░░░░░░ Deep (Opus): 10 (10%) ████░░░░░░░░░░░░░░░░ Orchestrated: 10 (10%) ████░░░

What's inside
Steps it walks through
  1. Instructions
  2. Data Format
  3. Output Format
  4. Steps
  5. Notes
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the router-stats skill do?

Display Claude Router usage statistics and cost savings

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill router-stats --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going