How this command is triggered — by the user, by Claude, or both
Slash command
/live-report:dashboardThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# Dashboard — Open Grafana in Browser
## Steps
### 1. Read Grafana URL
Read `.claude/live-report.local.md` from the project root and parse the `grafana_url` from YAML frontmatter. Default to `http://localhost:3000` if not configured.
### 2. Open in browser
Replace `${GRAFANA_URL}` with the resolved URL from step 1.
### 3. Show available dashboard panels
Tell the user the Grafana URL that was opened, and list the available dashboard panels:
- **Token Usage** — Tokens by type (input, output, cache read, cache creation) and model
- **Cost Tracking** — Running cost total in USD
- **Se...Read .claude/live-report.local.md from the project root and parse the grafana_url from YAML frontmatter. Default to http://localhost:3000 if not configured.
open "${GRAFANA_URL}" 2>/dev/null || xdg-open "${GRAFANA_URL}" 2>/dev/null
Replace ${GRAFANA_URL} with the resolved URL from step 1.
Tell the user the Grafana URL that was opened, and list the available dashboard panels:
npx claudepluginhub phuquocchamp/qmoni --plugin live-report/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.