Jump to related tools in the same category or review the original source on GitHub.

DevOps & Cloud @jontsai Updated 2/26/2026

Command Center OpenClaw Skill - ClawHub

Do you want your AI agent to automate Command Center workflows? This free skill from ClawHub helps with devops & cloud tasks without building custom tools from scratch.

What this skill does

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.

Install

npx clawhub@latest install command-center

Full SKILL.md

Open original
nameversiondescription
command-center1.1.0Mission control dashboard for OpenClaw - real-time session monitoring, LLM usage tracking, cost intelligence, and system vitals. View all your AI agents in one place.

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

Original URL: https://github.com/openclaw/skills/blob/main/skills/jontsai/command-center

Related skills

If this matches your use case, these are close alternatives in the same category.