/install clawstatus-dashboard
ClawStatus Dashboard
Install or refresh ClawStatus from the public GitHub repo, then verify that the dashboard is reachable.
The published dashboard includes:
- 15-day daily token actual-consumption chart
- active/passive token split
- modal model switching for Overview agents and Cron jobs
- cron frequency display (human-readable, e.g. 每天 07:00) and manual run trigger button
- disabled cron jobs are automatically hidden
- lastStatus color coding: ok = green, error = red
- next-run displayed as countdown (e.g. 5m30s)
- CN/EN language toggle with persistent preference
- OpenClaw status color coding (green/yellow/red)
- configurable refresh speed (Fastest/Fast/Medium/Slow)
- Bootstrap-free (no CDN dependency)
Quick start
- Run
scripts/install_or_update.sh [target-dir]to clone or update the repo and install it in editable mode. - Start or restart the app:
- foreground:
clawstatus --host 0.0.0.0 --port 8900 --no-debug - systemd user service:
systemctl --user restart clawstatus.service
- foreground:
- Verify access:
- local:
curl -I http://127.0.0.1:8900/ - LAN:
curl -I http://\x3Clan-ip>:8900/
- local:
Workflow
Install or update
- Use
scripts/install_or_update.shfor normal setup. - Default target directory is
~/ClawStatus. - The script clones
https://github.com/NeverChenX/ClawStatus.gitwhen missing, otherwise fast-forwards the existing checkout.
Run
Choose one:
- Foreground command for quick manual runs.
systemctl --user restart clawstatus.servicewhen the host already has a user service definition.
Verify
Always verify with HTTP response headers after install or restart.
If you need command examples, read references/commands.md.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install clawstatus-dashboard - After installation, invoke the skill by name or use
/clawstatus-dashboard - Provide required inputs per the skill's parameter spec and get structured output
What is Clawstatus Dashboard?
Install, update, run, and verify the public ClawStatus dashboard from GitHub. Use when an agent needs to deploy ClawStatus locally or on a LAN host, refresh... It is an AI Agent Skill for Claude Code / OpenClaw, with 335 downloads so far.
How do I install Clawstatus Dashboard?
Run "/install clawstatus-dashboard" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Clawstatus Dashboard free?
Yes, Clawstatus Dashboard is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Clawstatus Dashboard support?
Clawstatus Dashboard is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Clawstatus Dashboard?
It is built and maintained by Never (@neverchenx); the current version is v2.4.0.