Agent skill · Business & Finance

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.

hoangsonwwgithub.com/hoangsonwwGitHub ↗
claude-codeMIT
Install
npx skills add hoangsonww/Claude-Code-Agent-Monitor --skill quick-stats --agent claude-code

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

Facts
Files in the skill folder: 1
SKILL.md size: 2 KB
Bundled scripts: none
Path: plugins/ccam-dashboard/skills/quick-stats/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 869
Language: TypeScript

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

From the SKILL.md

# 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 | Endpoint | Returns | |----------|---------| | `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/analytics` | tokens (total_input, total_output, total_cache_read, total_cache_write — baselines pre-summed), tool_usage, daily_sessions, daily_events | | `GET /api/sessions?limit=1` | Most 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 |

What's inside
Steps it walks through
  1. Input
  2. Data Sources
  3. Output
More from Claude-Code-Agent-Monitor
All skills →
About this skill
What does the quick-stats skill do?

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.

How do I install it?

Run `npx skills add hoangsonww/Claude-Code-Agent-Monitor --skill quick-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 hoangsonww/Claude-Code-Agent-Monitor, a repository with 869 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