How this command is triggered — by the user, by Claude, or both
Slash command
/birdwatch:dashboardThe summary Claude sees in its command listing — used to decide when to auto-load this command
Start the live dashboard that visualizes active agent sessions as birds orbiting the listener. Run it in the background and tell the user the URL: Then open http://localhost:8765 (override the port with `BIRDWATCH_DASH_PORT`).
Start the live dashboard that visualizes active agent sessions as birds orbiting the listener. Run it in the background and tell the user the URL:
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/dashboard.py"
Then open http://localhost:8765 (override the port with BIRDWATCH_DASH_PORT).
npx claudepluginhub kgkgzrtk/birdwatch --plugin birdwatch/dashboardGenerates JSON configuration for a monitoring dashboard visualizing project metrics: build health, code velocity, quality, performance, and dependencies.
/dashboardOpens claude-smart dashboard (http://localhost:3001) in browser, starts backend and dashboard if not running via bash script, shows output verbatim.
/dashboardOpens the claudetop web dashboard in your browser showing spending charts over time, cost by project/model/branch, efficiency trends, and sortable session history.
/dashboardDisplays KARIMO CLI dashboard with system health score, critical alerts, execution velocity, resource usage, and recent activity. Supports flags like --active, --blocked, --prd, --json.
/dashboardDisplays execution status dashboard for current Plan Cascade task from state files like mega-plan.json or prd.json. Supports --verbose|-v and --json flags for output formatting.
/dashboardLaunches the claude-tutor learning dashboard web UI at http://localhost:3847 for viewing and editing plans, progress, and spaced repetition data.