🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Openclaw Command Center

by @jontsai

Mission control dashboard for OpenClaw - real-time session monitoring, LLM usage tracking, cost intelligence, and system vitals. View all your AI agents in o...

Versionv1.4.1
Downloads12,875
Installs93
Stars⭐ 74
TERMINAL
clawhub install command-center

πŸ“– About This Skill


name: command-center version: 1.4.1 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

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

  • GitHub
  • ClawHub
  • Documentation
  • πŸ’‘ Examples

    npx clawhub@latest install command-center
    cd skills/command-center
    node lib/server.js
    

    Dashboard runs at http://localhost:3333

    βš™οΈ 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