Self-Improving Agent
一个面向 Automation 场景的 Agent 技能。原始说明:Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Clau...
一个面向 Automation 场景的 Agent 技能。原始说明:Mission control dashboard for OpenClaw - real-time session monitoring, LLM usage tracking, cost intelligence, and system vitals. View all your AI agents in o...
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:
kind: shell
command: "node lib/server.js"
label: "Start Command Center (http://localhost:3333)"
Mission control for your AI workforce.
npx clawhub@latest install command-center
cd skills/command-center
node lib/server.js
Dashboard runs at http://localhost:3333
The dashboard auto-detects your OpenClaw workspace. Set OPENCLAW_WORKSPACE to override.
| Mode | Use Case |
| ------------ | ----------------- |
| none | Local development |
| token | Remote access |
| tailscale | Team VPN |
| cloudflare | Public deployment |
DASHBOARD_AUTH_MODE=tailscale node lib/server.js
| Endpoint | Description |
| ----------------- | ---------------------------- |
| GET /api/state | All dashboard data (unified) |
| GET /api/events | SSE stream for live updates |
| GET /api/health | Health check |