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
- 1. 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
- 3. Verify access:
- local:
curl -I http://127.0.0.1:8900/
- LAN: INLINECODE4
Workflow
Install or update
- - Use
scripts/install_or_update.sh for normal setup. - Default target directory is
~/ClawStatus. - The script clones
https://github.com/NeverChenX/ClawStatus.git when missing, otherwise fast-forwards the existing checkout.
Run
Choose one:
- - Foreground command for quick manual runs.
- INLINECODE8 when 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.
ClawStatus 仪表盘
从公共 GitHub 仓库安装或刷新 ClawStatus,然后验证仪表盘是否可访问。
发布的仪表盘包括:
- - 15天每日令牌实际消耗图表
- 活跃/被动令牌拆分
- 概览代理和定时任务的模态模型切换
- 定时任务频率显示(人类可读,例如 每天 07:00)和手动运行触发按钮
- 禁用的定时任务自动隐藏
- lastStatus 颜色编码:正常=绿色,错误=红色
- 下次运行显示为倒计时(例如 5m30s)
- 中英文语言切换,偏好设置持久化
- OpenClaw 状态颜色编码(绿色/黄色/红色)
- 可配置的刷新速度(最快/快/中/慢)
- 无 Bootstrap(无 CDN 依赖)
快速开始
- 1. 运行 scripts/installorupdate.sh [目标目录] 克隆或更新仓库,并以可编辑模式安装。
- 启动或重启应用:
- 前台运行:clawstatus --host 0.0.0.0 --port 8900 --no-debug
- systemd 用户服务:systemctl --user restart clawstatus.service
- 3. 验证访问:
- 本地:curl -I http://127.0.0.1:8900/
- 局域网:curl -I http://<局域网IP>:8900/
工作流程
安装或更新
- - 使用 scripts/installorupdate.sh 进行常规设置。
- 默认目标目录为 ~/ClawStatus。
- 脚本在缺少仓库时克隆 https://github.com/NeverChenX/ClawStatus.git,否则快进现有检出。
运行
选择以下方式之一:
- - 前台命令用于快速手动运行。
- 当主机已有用户服务定义时,使用 systemctl --user restart clawstatus.service。
验证
安装或重启后,务必通过 HTTP 响应头进行验证。
如需命令示例,请阅读 references/commands.md。