Claude-Code-Agent-Monitor dashboard-status
install
source · Clone the upstream repo
git clone https://github.com/hoangsonww/Claude-Code-Agent-Monitor
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/hoangsonww/Claude-Code-Agent-Monitor "$T" && mkdir -p ~/.claude/skills && cp -r "$T/plugins/ccam-dashboard/skills/dashboard-status" ~/.claude/skills/hoangsonww-claude-code-agent-monitor-dashboard-status && rm -rf "$T"
manifest:
plugins/ccam-dashboard/skills/dashboard-status/SKILL.mdsource content
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 |
|---|---|
| HTTP 200 if API is running |
| |
| Dashboard configuration: version, port, data paths |
| Most recent event (for freshness check) |
Status Report
1. API Server
- Reachable at
? Response time?http://localhost:4820 - If unreachable: suggest
from the project directorynpm start
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. Hook Status
Check
~/.claude/settings.json for configured hooks:
- Expected: PreToolUse, PostToolUse, Stop, SubagentStop, Notification, SessionStart, SessionEnd
- Report which hooks are present vs missing
5. Dashboard Info
From
/api/settings/info:
- Dashboard version
- Database path and size
- Configured port
Output Format
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 ║ ╚══════════════════════════════════════╝