Claude Skill
xmanrui/OpenClaw-bot-review
轻量级 TypeScript 网页仪表板,可一目了然地监控所有 OpenClaw 机器人、代理、模型和会话状态。集中管理界面。
概览
仓库信息
安装这个 Skill
git clone https://github.com/xmanrui/OpenClaw-bot-review.gitRegistry 信息
git clone https://github.com/xmanrui/OpenClaw-bot-review.gitnpm installdocker run -d -p 3000:3000 openclaw-dashboarddocker run -d --name openclaw-dashboard -p 3000:3000 -e OPENCLAW_HOME=/opt/openclaw -v /path/to/openclaw:/opt/openclaw openclaw-dashboard
项目简介
OpenClaw-bot-review 是一个使用 TypeScript 构建的轻量级网页仪表板,用于在一个集中的视图中监控您所有 OpenClaw 机器人、代理、模型和会话的状态。
A lightweight web dashboard for viewing all your OpenClaw Bots/Agents/Models/Sessions status at a glance.
要点
- 用于 OpenClaw 的轻量级网页仪表板
- 集中监控机器人/代理/模型/会话状态
- 使用 TypeScript 构建,确保可靠性
使用场景
- 监控 OpenClaw 机器人部署状态
- 跟踪代理和模型性能指标
- 从一个界面管理多个 OpenClaw 会话
README 摘要
# OpenClaw Dashboard(English) A lightweight web dashboard for viewing all your [OpenClaw](https://github.com/openclaw/openclaw) Bots/Agents/Models/Sessions status at a glance. <br>Bots Dashboard:  Pixel Office:  ## Background When running multiple OpenClaw agents across different platforms (Feishu, Discord, etc.), managing and monitoring them becomes increasingly complex — which bot uses which model? Are the platforms connected? Is the gateway healthy? How are tokens being consumed? This dashboard reads your local OpenClaw configuration and session data, providing a unified web UI to monitor and test all your agents, models, platforms, and sessions in real time. No database required — everything is derived directly from `~/.openclaw/openclaw.json` and local session files. Plus, a fun pixel-art office brings your agents to life as animated characters walking around, sitting at desks, and interacting with furniture. ## Features - **Bot Overview** — Card wall showing all agents with name, emoji, model, platform bindings, session stats, and gateway health status - **Model List** — View all configured providers and models with context window, max output, reasoning support, and per-model test - **Session Management** — Browse all sessions per agent with type detection (DM, group, cron), token usage, and connectivity test - **Statistics** — Token consumption and average response time trends with daily/weekly/monthly views and SVG charts - **Skill Management** — View all installed skills (built-in, extension, custom) with search and filter - **Alert Center** — Configure alert rules (model unavailable, bot no response) with Feishu notification delivery - **Gateway Health** — Real-time gateway status indic