‹ 首页

command-center

@bojoinka · 收录于 6 天前 · 上游提交 1 周前

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 安装 校验哈希
npx oh-my-skill add bojoinka/openclaw-command-center/command-center
/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- bojoinka/openclaw-command-center/command-center
/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify bojoinka/openclaw-command-center/command-center
安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
0GitHub stars
~391最小装载
~28.8K含声明引用
~163K文本包总量
索引托管

怎么用

商店整理自技能原文 · 版本 53e039f · 表述以原文为准
它做什么

安装后,Claude 会启动一个本地仪表盘(http://localhost:3333),实时显示 AI 会话、LLM 用量、系统资源(CPU/内存/磁盘/温度)、定时任务、成本追踪和隐私控制。

什么时候触发

当你运行 `node lib/server.js` 启动服务后,打开浏览器访问 http://localhost:3333 即可查看仪表盘。

装好后可以这样说
启动后访问 http://localhost:3333
查看所有活跃 AI 会话
显示每会话成本及预估
技能原文 SKILL.md作者撰写 · MIT · 53e039f

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 |

Links
按 MIT 许可原样转载,未经改动 · 在 GitHub 查看 →

评论

登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。