command-center
Mission control dashboard for OpenClaw - real-time session monitoring, LLM usage tracking, cost intelligence, and system vitals. View all your AI agents in one place.
适合你,如果你需要集中查看多个AI代理的会话、用量和系统状态。
npx oh-my-skill add bojoinka/openclaw-command-center/command-centercurl -fsSL https://oh-my-skill.com/install.sh | bash -s -- bojoinka/openclaw-command-center/command-centernpx oh-my-skill verify bojoinka/openclaw-command-center/command-center怎么用
商店整理自技能原文 · 版本 53e039f · 表述以原文为准安装后,Claude 会启动一个本地仪表盘(http://localhost:3333),实时显示 AI 会话、LLM 用量、系统资源(CPU/内存/磁盘/温度)、定时任务、成本追踪和隐私控制。
当你运行 `node lib/server.js` 启动服务后,打开浏览器访问 http://localhost:3333 即可查看仪表盘。
技能原文 SKILL.md
OpenClaw Command Center
Mission control for your AI workforce.
Quick Start
npx clawhub@latest install command-center cd skills/command-center node lib/server.js
Dashboard runs at http://localhost:3333
Features
- Session Monitoring — Real-time view of all AI sessions with live updates
- LLM Fuel Gauges — Track Claude, Codex, and other model usage
- System Vitals — CPU, Memory, Disk, Temperature
- Cron Jobs — View and manage scheduled tasks
- Cerebro Topics — Automatic conversation organization
- Cost Tracking — Per-session costs, projections, savings estimates
- Privacy Controls — Hide sensitive topics for demos
Configuration
The dashboard auto-detects your OpenClaw workspace. Set OPENCLAW_WORKSPACE to override.
Authentication
| Mode | Use Case | | ------------ | ----------------- | | none | Local development | | token | Remote access | | tailscale | Team VPN | | cloudflare | Public deployment |
DASHBOARD_AUTH_MODE=tailscale node lib/server.js
API
| Endpoint | Description | | ----------------- | ---------------------------- | | GET /api/state | All dashboard data (unified) | | GET /api/events | SSE stream for live updates | | GET /api/health | Health check |