Install
openclaw skills install openclaw-usage-dashboardInteractive local dashboard for OpenClaw API usage. Shows token consumption, request counts, and system health across all configured LLM models — broken down by model, agent, and time period (hour/day/week/month/year). Reads session logs directly; no external service needed, data stays local. Use when a user asks about token usage, model activity, how many requests were made, usage by agent, system health, or wants a usage overview. Triggers on "usage dashboard", "token usage", "how many requests", "model usage", "usage by agent", "usage stats", "system health", "ram usage".
openclaw skills install openclaw-usage-dashboardA zero-dependency Node.js dashboard that reads your OpenClaw session logs and shows token usage, model activity, and system health in real time. Runs entirely on localhost — no data ever leaves your machine.
node server.js
Open http://localhost:7842 in your browser.
node server.js --port 8080
1–5)npm install needed — zero external dependencies)~/.openclaw/agents/*/sessions/*.jsonl| Platform | Supported |
|---|---|
| macOS | ✅ |
| Linux | ✅ |
| Windows | ✅ |