burn-rate
Compute the recent 7-day spend trend (burn rate) from daily sessions and per-session cost.
Print the Agent Monitor dashboard URL and how to start/open it
> /plugin marketplace add hoangsonww/Claude-Code-Agent-MonitorHow it fires
How this command gets triggered: by you, by Claude, or both.
/open-dashboardContext preview
What this command does when you run it.
Print the Agent Monitor dashboard URL and how to start/open it
description: Print the Agent Monitor dashboard URL and how to start/open it
Print how to open the Claude Code Agent Monitor dashboard. Do not start anything or modify data — just print the URL and the relevant commands.
The dashboard URL is:
http://localhost:4820
Print these in a short block:
Detect the platform:
uname -s
If the result is `Darwin` (macOS), also suggest opening it directly:
open http://localhost:4820
On Linux suggest `xdg-open http://localhost:4820`; otherwise just tell the user to open `http://localhost:4820` in a browser.
Keep the output to a few lines — no preamble.
🚀 A real-time monitoring dashboard for Claude Code & Codex, built with SQLite3, Node.js, Express, React, Vite, TailwindCSS, & WebSockets. It tracks sessions, agent activity, tool usage, and subagent orchestration, providing live analytics, a Kanban status board, status notifications, a cute buddy, & an interactive web UI/MacOS/Windows native app.
Repo: hoangsonww/Claude-Code-Agent-Monitor
Compute the recent 7-day spend trend (burn rate) from daily sessions and per-session cost.
Quick total cost plus a per-model one-liner from the dashboard pricing engine.
List the top N most expensive Claude Code sessions by inline cost.
Quick Claude Code config audit — counts per surface (user vs project) and totals.
One-screen inventory of skills, agents, commands, MCP servers, and hooks counts.
List the file-based memory store grouped by project (auto-memory) plus the CLAUDE.md files.