A mission control dashboard providing real-time session monitoring and cost intelligence for your AI agent workforce.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install command-center
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install command-center using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The OpenClaw Command Center serves as the centralized mission control for managing a complex AI workforce. It provides developers and system admins with a real-time dashboard to observe all active AI sessions, track model usage, and monitor system health. As one of the core Openclaw Skills, it bridges the gap between background agent processes and human oversight by visualizing performance metrics and session logs.
This skill is designed to handle the observability needs of multi-agent environments. It tracks everything from LLM token consumption and per-session costs to hardware vitals like CPU and memory usage. By providing a unified view of your Openclaw Skills, it ensures that your automated workflows are running efficiently and within budget.
To get started with this monitoring dashboard, install it via the CLI and start the server:
npx clawhub@latest install command-center
cd skills/command-center
node lib/server.js
By default, the dashboard is accessible at http://localhost:3333. You can customize the authentication mode for remote access by setting the DASHBOARD_AUTH_MODE environment variable.
The Command Center aggregates data from the workspace and local environment to provide a unified state. The schema includes:
| Data Point | Description |
|---|---|
| Session State | Live status and logs of all running AI agents |
| Usage Metrics | Token counts and cost calculations per model |
| System Vitals | Telemetry for CPU, Memory, Disk, and Temperature |
| Cron Registry | List of scheduled tasks and their execution history |
| API Unified State | A single JSON blob containing the entire dashboard context |
All data is accessible programmatically via the GET /api/state endpoint.
Loading
An automated diagnostic tool that reviews AI agent configuration files to provide scoring and optimization insights.

A self-sovereign EVM wallet enabling AI agents to manage assets, swap tokens, and access private AI inference via Venice AI.

A specialized Node.js infrastructure module providing AI agents with persistent identity, crash recovery, and cognitive health monitoring.

A specialized Node.js infrastructure module providing AI agents with persistent identity, crash recovery, and cognitive health monitoring through a verifiable ledger system.

A batteries-included framework scaffold designed to standardize and secure AI agent workspaces.

A technical skill for integrating MiniMax M2.1 series models into OpenClaw using both direct API Key and OAuth portal access methods.








































