概要
OpenClaw-bot-reviewは、複数のOpenClaw Botの動作状態をリアルタイムで一元管理するための軽量Webダッシュボードです。Bot・エージェント・モデル・セッションといった各要素の現在のステータスをひと目で把握でき、運用コストを削減。シンプル設計で導入も容易、既存のOpenClaw環境に組み込むだけで即座に活用開始できます。
主な機能
- 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 indicator with 10s auto-polling and one-click jump to OpenClaw web UI
- Platform Test — One-click connectivity test for all Feishu/Discord bindings and DM sessions
- Pixel Office — Animated pixel-art office where agents appear as characters that walk, sit, and interact with furniture in real time
技術スタック
- 言語: JavaScript(Node.js)
- パッケージマネージャー: npm
- フロントエンド: Vanilla JS / HTML / CSS
- 連携先: OpenClaw API
- ホスティング: ローカルWebサーバー対応
導入方法
基本的なセットアップは以下の流れです:
- リポジトリをクローン
git clone https://github.com/xmanrui/OpenClaw-bot-review.git cd OpenClaw-bot-review - 依存ライブラリをインストール
npm install -
環境変数やOpenClaw接続情報を設定
- 開発サーバーを起動
npm run start - ブラウザでアクセス
OpenClaw Botの接続情報さえあれば、詳細な設定作業は最小限で済みます。