Agent skill · Data & Analytics

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.

hoangsonwwgithub.com/hoangsonwwGitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 1
SKILL.md size: 2 KB
Bundled scripts: none
Path: plugins/ccam-dashboard/skills/dashboard-status/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

# 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

What's inside
Steps it walks through
  1. Input
  2. Data Sources
  3. Status Report
  4. 1. API Server
  5. 2. System Counts
  6. 3. Data Freshness
  7. 4. Hook Status
  8. 5. Dashboard Info
  9. Output Format
More from Claude-Code-Agent-Monitor
All skills →
About this skill
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.

Keep going