{
  "schemaVersion": "1.0",
  "item": {
    "slug": "command-center",
    "name": "Openclaw Command Center",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/jontsai/command-center",
    "canonicalUrl": "https://clawhub.ai/jontsai/command-center",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "manual_only",
    "downloadUrl": "/downloads/command-center",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=command-center",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "AGENTS.md",
      "CODE_OF_CONDUCT.md",
      "CONTRIBUTING.md",
      "README.md",
      "README.zh-CN.md",
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Wait for the source to recover or retry later.",
      "Review SKILL.md only after the source returns a real package.",
      "Do not rely on this source for automated install yet."
    ],
    "agentAssist": {
      "summary": "Use the source page and any available docs to guide the install because the item is currently unstable or timing out.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "slug": "command-center",
      "status": "unstable",
      "reason": "timeout",
      "recommendedAction": "retry_later",
      "checkedAt": "2026-05-02T23:30:54.678Z",
      "expiresAt": "2026-05-03T11:30:54.678Z",
      "httpStatus": null,
      "finalUrl": null,
      "contentType": null,
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=command-center",
        "error": "Timed out after 5000ms",
        "slug": "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/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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/command-center",
    "agentPageUrl": "https://openagent3.xyz/skills/command-center/agent",
    "manifestUrl": "https://openagent3.xyz/skills/command-center/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/command-center/agent.md"
  },
  "agentAssist": {
    "summary": "Use the source page and any available docs to guide the install because the item is currently unstable or timing out.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "OpenClaw Command Center",
        "body": "Mission control for your AI workforce."
      },
      {
        "title": "Quick Start",
        "body": "npx clawhub@latest install command-center\ncd skills/command-center\nnode lib/server.js\n\nDashboard runs at http://localhost:3333"
      },
      {
        "title": "Features",
        "body": "Session Monitoring — Real-time view of all AI sessions with live updates\nLLM Fuel Gauges — Track Claude, Codex, and other model usage\nSystem Vitals — CPU, Memory, Disk, Temperature\nCron Jobs — View and manage scheduled tasks\nCerebro Topics — Automatic conversation organization\nCost Tracking — Per-session costs, projections, savings estimates\nPrivacy Controls — Hide sensitive topics for demos"
      },
      {
        "title": "Configuration",
        "body": "The dashboard auto-detects your OpenClaw workspace. Set OPENCLAW_WORKSPACE to override."
      },
      {
        "title": "Authentication",
        "body": "ModeUse CasenoneLocal developmenttokenRemote accesstailscaleTeam VPNcloudflarePublic deployment\n\nDASHBOARD_AUTH_MODE=tailscale node lib/server.js"
      },
      {
        "title": "API",
        "body": "EndpointDescriptionGET /api/stateAll dashboard data (unified)GET /api/eventsSSE stream for live updatesGET /api/healthHealth check"
      },
      {
        "title": "Links",
        "body": "GitHub\nClawHub\nDocumentation"
      }
    ],
    "body": "OpenClaw Command Center\n\nMission control for your AI workforce.\n\nQuick Start\nnpx clawhub@latest install command-center\ncd skills/command-center\nnode lib/server.js\n\n\nDashboard runs at http://localhost:3333\n\nFeatures\nSession Monitoring — Real-time view of all AI sessions with live updates\nLLM Fuel Gauges — Track Claude, Codex, and other model usage\nSystem Vitals — CPU, Memory, Disk, Temperature\nCron Jobs — View and manage scheduled tasks\nCerebro Topics — Automatic conversation organization\nCost Tracking — Per-session costs, projections, savings estimates\nPrivacy Controls — Hide sensitive topics for demos\nConfiguration\n\nThe dashboard auto-detects your OpenClaw workspace. Set OPENCLAW_WORKSPACE to override.\n\nAuthentication\nMode\tUse Case\nnone\tLocal development\ntoken\tRemote access\ntailscale\tTeam VPN\ncloudflare\tPublic deployment\nDASHBOARD_AUTH_MODE=tailscale node lib/server.js\n\nAPI\nEndpoint\tDescription\nGET /api/state\tAll dashboard data (unified)\nGET /api/events\tSSE stream for live updates\nGET /api/health\tHealth check\nLinks\nGitHub\nClawHub\nDocumentation"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/jontsai/command-center",
    "publisherUrl": "https://clawhub.ai/jontsai/command-center",
    "owner": "jontsai",
    "version": "1.4.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/command-center",
    "downloadUrl": "https://openagent3.xyz/downloads/command-center",
    "agentUrl": "https://openagent3.xyz/skills/command-center/agent",
    "manifestUrl": "https://openagent3.xyz/skills/command-center/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/command-center/agent.md"
  }
}