Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Quick dashboard health and status overview — checks the Agent Monitor API (port 4820), reports session/agent/event counts from /api/stats, confirms WebSocket connectivity, validates hook configuration in ~/.claude/settings.json, and shows data freshness (last event timestamp). Use to verify the monitoring system is operational.
.claude/skills/hoangsonww-dashboard-status/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-10 | ✗→✓ | ▲ Improved | -47% | 0% |
| case-07 | ✗→✓ | ▲ Improved | -21% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -60% | 0% |
| case-09 | ✗→✓ | ▲ Improved | -45% | 0% |
| case-11 | ✗→✓ | ▲ Improved | -43% | 0% |
Quick status check on the Claude Code Agent Monitor dashboard.
The user provides: $ARGUMENTS
Options: empty (default: full status), "quick" (API only), "verbose" (include endpoint details).
| Endpoint | Returns | |----------|---------| | GET /api/health | HTTP 200 if API is running | | 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/settings/info | Dashboard configuration: version, port, data paths | | GET /api/events?limit=1 | Most recent event (for freshness check) |
http://localhost:4820? Response time?npm start from the project directoryFrom /api/stats:
total_sessions)active_agents)total_events)events_today)ws_connections)From latest event:
Use /api/settings/info → hooks for configured hook names:
unrelated settings.
From /api/settings/info:
Compact status card:
╔══════════════════════════════════════╗
║ AGENT MONITOR STATUS ║
╠══════════════════════════════════════╣
║ API: ✅ Online (42ms) ║
║ Sessions: 127 tracked ║
║ Events: 4,892 ingested ║
║ Hooks: 7/7 configured ║
║ Last Event: 3 minutes ago ║
╚══════════════════════════════════════╝Other measured skills in the registry, with their headline benchmark lift.