AgentSkillsCN

command-center

OpenClaw的任务控制仪表盘——实时会话监控、LLM使用追踪、成本智能分析以及系统关键指标一览。在一个界面中查看所有AI智能体。

SKILL.md
--- frontmatter
name: command-center
version: 1.0.4
description: 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.
metadata:
  openclaw:
    requires:
      node: ">=18"
    install:
      - id: start
        kind: shell
        command: "node lib/server.js"
        label: "Start Command Center (http://localhost:3333)"

OpenClaw Command Center

Mission control for your AI workforce.

Quick Start

bash
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

ModeUse Case
noneLocal development
tokenRemote access
tailscaleTeam VPN
cloudflarePublic deployment
bash
DASHBOARD_AUTH_MODE=tailscale node lib/server.js

API

EndpointDescription
GET /api/stateAll dashboard data (unified)
GET /api/eventsSSE stream for live updates
GET /api/healthHealth check

Links