Auto-discovered marketplace from dithom/agent-observer
npx claudepluginhub dithom/agent-observerReports Claude Code agent status to the Agent Observer server for real-time monitoring.
Real-time monitoring of AI agents across projects and VS Code windows. See at a glance which agents are running, waiting for input, or have errors.
| Client | Status |
|---|---|
| VS Code Extension | Available |
| Plugin | Status |
|---|---|
| Claude Code | Available |
Missing your tool? Feel free to create a PR to add support for your agent or IDE.
Install Agent Observer from the VS Code Marketplace.
The extension manages the observer server automatically — no separate setup needed.
Requires VS Code code CLI for click-to-focus. Install via: Cmd+Shift+P → "Shell Command: Install 'code' command in PATH".
claude plugin marketplace add dithom/agent-observer
claude plugin install agent-observer@agent-observer
The plugin reports agent status via Claude Code's hook system.
Claude Code Plugin → POST /api/status → Server → WebSocket → VS Code Extension




npm install
npm run build -w server
npm run build -w observer-clients/vscode