Claude Agent Monitor banner
Yrzhe Yrzhe

Claude Agent Monitor

Productivity community

Description

Real-time terminal dashboard for monitoring multiple Claude Code agent sessions

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Claude Agent Monitor (cam)

Real-time terminal dashboard for monitoring multiple Claude Code agent sessions.

┌─ CLAUDE AGENT MONITOR ──────────────────────────────── 2 active ─┐
│                                                                   │
│ ┏━ ● swift-falcon ━ my-project ━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3s ━┓ │
│ ┃ Editing 2 files (auth.ts, login.ts), ran 1 command            ┃ │
│ ┃───────────────────────────────────────────────────────────────┃ │
│ ┃  • Edit auth.ts                                          2s  ┃ │
│ ┃  • Bash git status                                       5s  ┃ │
│ ┃  • Read package.json                                    10s  ┃ │
│ ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛ │
│                                                                   │
│ ┌─ ○ calm-river ─ dashboard ──────────────────────────────── 1m ─┐ │
│ │ Ran 1 command                                                 │ │
│ │───────────────────────────────────────────────────────────────│ │
│ │  • Bash npm test                                         1m  │ │
│ └───────────────────────────────────────────────────────────────┘ │
│                                                                   │
│  [↑↓] Focus  [j/k] Scroll  [s] Setup  [q] Quit  [r] Refresh    │
└───────────────────────────────────────────────────────────────────┘

Zero dependencies. Pure Node.js.

Installation

Option A: Plugin Marketplace (Recommended)

Install as a Claude Code plugin — hooks are configured automatically, no manual setup needed.

# 1. Add the marketplace
claude plugin marketplace add Yrzhe/claude-agent-monitor

# 2. Install the plugin
claude plugin install claude-agent-monitor@claude-agent-monitor

Then launch the dashboard:

node ~/.claude/plugins/cache/claude-agent-monitor/claude-agent-monitor/0.2.1/dashboard/bin/cam.js

Or link it globally for a shorter command:

cd ~/.claude/plugins/cache/claude-agent-monitor/claude-age