router-statslisted
Install: claude install-skill aiskillstore/marketplace
# 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%) ████░░░░░░░░░░░░░░░░
🔧 Tool-Aware Routing
───────────────────────────────────────────────────
Tool-Intensive Queries: 25 (25%)
Orchestrated Queries: 10 (10%)
⚡ Exceptions (handled