dashboard-status
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.
npx skills add hoangsonww/Claude-Code-Agent-Monitor --skill dashboard-status --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Dashboard Status Quick status check on the Claude Code Agent Monitor dashboard. ## Input The user provides: **$ARGUMENTS** Options: empty (default: full status), "quick" (API only), "verbose" (include endpoint details). ## Data Sources | 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) | ## Status Report ### 1. API Server - Reachable at `http://localhost:4820`? Response time? - If unreachable: suggest `npm start` from the project directory ### 2. System Counts From `/api/stats`: - Total sessions tracked (`total_sessions`) - Active agents currently running (`active_agents`) - Total events ingested (`total_events`) - Events today (`events_today`) - WebSocket connections (`ws_connections`) ### 3. Data Freshness From latest event: - Time since last event ingested - If >1 hour: warn about possible hook disconnect ### 4. H
- Input
- Data Sources
- Status Report
- 1. API Server
- 2. System Counts
- 3. Data Freshness
- 4. Hook Status
- 5. Dashboard Info
- Output Format
What does the dashboard-status skill do?
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.
How do I install it?
Run `npx skills add hoangsonww/Claude-Code-Agent-Monitor --skill dashboard-status --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.
