# Send Openclaw Command Center to your agent
Use the source page and any available docs to guide the install because the item is currently unstable or timing out.
## Fast path
- Open the source page via Review source status.
- If you can obtain the package, extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the source page and extracted files.
## Suggested prompts
### New install

```text
I tried to install a skill package from Yavira, but the item is currently unstable or timing out. Inspect the source page and any extracted docs, then tell me what you can confirm and any manual steps still required. Then review README.md for any prerequisites, environment setup, or post-install checks.
```
### Upgrade existing

```text
I tried to upgrade a skill package from Yavira, but the item is currently unstable or timing out. Compare the source page and any extracted docs with my current installation, then summarize what changed and what manual follow-up I still need. Then review README.md for any prerequisites, environment setup, or post-install checks.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "openclaw-command-center",
    "name": "Openclaw Command Center",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/jontsai/openclaw-command-center",
    "canonicalUrl": "https://clawhub.ai/jontsai/openclaw-command-center",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/openclaw-command-center",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=openclaw-command-center",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "AGENTS.md",
      "CODE_OF_CONDUCT.md",
      "CONTRIBUTING.md",
      "README.md",
      "README.zh-CN.md",
      "SKILL.md"
    ],
    "downloadMode": "manual_only",
    "sourceHealth": {
      "source": "tencent",
      "slug": "openclaw-command-center",
      "status": "unstable",
      "reason": "timeout",
      "recommendedAction": "retry_later",
      "checkedAt": "2026-05-02T23:33:00.879Z",
      "expiresAt": "2026-05-03T11:33:00.879Z",
      "httpStatus": null,
      "finalUrl": null,
      "contentType": null,
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=openclaw-command-center",
        "error": "Timed out after 5000ms",
        "slug": "openclaw-command-center"
      },
      "scope": "item",
      "summary": "Item is unstable.",
      "detail": "This item is timing out or returning errors right now. Review the source page and try again later.",
      "primaryActionLabel": "Review source status",
      "primaryActionHref": "https://clawhub.ai/jontsai/openclaw-command-center"
    },
    "validation": {
      "installChecklist": [
        "Wait for the source to recover or retry later.",
        "Review SKILL.md only after the download returns a real package.",
        "Treat this source as transient until the upstream errors clear."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/openclaw-command-center",
    "downloadUrl": "https://openagent3.xyz/downloads/openclaw-command-center",
    "agentUrl": "https://openagent3.xyz/skills/openclaw-command-center/agent",
    "manifestUrl": "https://openagent3.xyz/skills/openclaw-command-center/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/openclaw-command-center/agent.md"
  }
}
```
## Documentation

### 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

ModeUse CasenoneLocal developmenttokenRemote accesstailscaleTeam VPNcloudflarePublic deployment

DASHBOARD_AUTH_MODE=tailscale node lib/server.js

### API

EndpointDescriptionGET /api/stateAll dashboard data (unified)GET /api/eventsSSE stream for live updatesGET /api/healthHealth check

### Links

GitHub
ClawHub
Documentation
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: jontsai
- Version: 1.4.1
## Source health
- Status: unstable
- Item is unstable.
- This item is timing out or returning errors right now. Review the source page and try again later.
- Health scope: item
- Reason: timeout
- Checked at: 2026-05-02T23:33:00.879Z
- Expires at: 2026-05-03T11:33:00.879Z
- Recommended action: Review source status
## Links
- [Detail page](https://openagent3.xyz/skills/openclaw-command-center)
- [Send to Agent page](https://openagent3.xyz/skills/openclaw-command-center/agent)
- [JSON manifest](https://openagent3.xyz/skills/openclaw-command-center/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/openclaw-command-center/agent.md)
- [Download page](https://openagent3.xyz/downloads/openclaw-command-center)