agentsclimarketplace

Quick stats

Skill hoangsonww/Claude-Code-Agent-Monitor/plugins/ccam-dashboard/skills/quick-stats

One-line summary of key Agent Monitor metrics — active sessions, total cost from the pricing engine, events today from daily_events, top tool from tool_usage, and current model from the most recent session. Use for a fast at-a-glance check without leaving the terminal.From its SKILL.md

Install
npx -y skills add hoangsonww/Claude-Code-Agent-Monitor --skill quick-stats

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

1.6 KB, 404 tokens by cl100k_base, as published. Nobody here has run it

Quick Stats

One-line summary of key Agent Monitor metrics.

Input

The user provides: $ARGUMENTS

Options: empty (default), "cost" (cost only), "sessions" (sessions only), "tokens" (token summary).

Data Sources

EndpointReturns
GET /api/stats{ total_sessions, active_sessions, active_agents, total_agents, total_events, events_today, ws_connections, agents_by_status, sessions_by_status }
GET /api/pricing/cost{ total_cost, breakdown }
GET /api/analyticstokens (total_input, total_output, total_cache_read, total_cache_write — baselines pre-summed), tool_usage, daily_sessions, daily_events
GET /api/sessions?limit=1Most recent session for model/status

Output

Produce a single-line or compact summary:

Default format:

📊 127 sessions | 💰 $4.2301 total cost | 🔧 4,892 events | ⚡ 3 active | 🏆 Top tool: Read (1,204)

Cost format:

💰 Total: $4.2301 | Sonnet: $3.1200 | Opus: $0.9800 | Haiku: $0.1301 | Cache efficiency: 67%

Sessions format:

📋 127 total | ✅ 98 completed | ❌ 12 errored | 🏃 3 active | 💤 14 abandoned | Rate: 87%

Tokens format:

🔤 Input: 2.4M | Output: 890K | Cache Read: 1.8M | Cache Write: 340K

Keep it short enough to scan in a terminal prompt.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.