{
  "schemaVersion": "1.0",
  "item": {
    "slug": "openclaw-mission-control",
    "name": "Mission Control",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/Jzineldin/openclaw-mission-control",
    "canonicalUrl": "https://clawhub.ai/Jzineldin/openclaw-mission-control",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/openclaw-mission-control",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=openclaw-mission-control",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/openclaw-mission-control"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "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/openclaw-mission-control",
    "agentPageUrl": "https://openagent3.xyz/skills/openclaw-mission-control/agent",
    "manifestUrl": "https://openagent3.xyz/skills/openclaw-mission-control/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/openclaw-mission-control/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Mission Control — Dashboard for OpenClaw",
        "body": "A sleek, macOS-native-feel web dashboard for your OpenClaw agent. Monitor sessions, manage cron jobs, chat in real-time, delegate tasks to sub-agents, discover opportunities, and track costs — all from one beautiful interface."
      },
      {
        "title": "Quick Install",
        "body": "# Clone the repo into your workspace\ncd \"$CLAWD_WORKSPACE\" 2>/dev/null || cd ~/clawd\ngit clone https://github.com/Jzineldin/mission-control.git\ncd mission-control\n\n# Install dependencies + build frontend\nnpm install\ncd frontend && npm install && npm run build && cd ..\n\n# Create your config\ncp mc-config.default.json mc-config.json\n\n# Start (dev)\nnode server.js\n\n# Or use systemd for production:\nsudo cp mission-control.service /etc/systemd/system/\n# Edit paths in the service file, then:\nsudo systemctl enable --now mission-control\n\nVisit http://localhost:3333 — the Setup Wizard auto-detects your OpenClaw config."
      },
      {
        "title": "What You Get",
        "body": "PageDescriptionDashboardAgent status, quick actions (email/calendar/heartbeat), activity feed, channelsConversationsBrowse all sessions, view history, continue conversationsWorkshopKanban task board — queue tasks, sub-agents research, you review reportsCost TrackerToken usage per model, daily charts, budget alertsCron MonitorToggle, run, create, delete scheduled jobs visuallyScoutAuto-discover opportunities — gigs, skills, grants, bounties, newsAgent HubAll agents/sessions with token counts and managementSettingsModel routing (main/sub-agent/heartbeat), config export/importSkillsBrowse installed + available skillsAWS(Optional) Real costs, Bedrock models, image generation"
      },
      {
        "title": "Requirements",
        "body": "OpenClaw running with gateway HTTP enabled\nNode.js 18+\nBrave Search API key (for Scout — free tier)"
      },
      {
        "title": "Configuration",
        "body": "Auto-detected from your OpenClaw setup:\n\nGateway token from ~/.openclaw/openclaw.json\nAgent name from IDENTITY.md\nModel + channels from OpenClaw config\n\nFine-tune via mc-config.json or the in-app Settings page."
      },
      {
        "title": "Links",
        "body": "GitHub: https://github.com/Jzineldin/mission-control\nSupport: https://ko-fi.com/kevinelzarka\nLicense: BSL 1.1 (converts to MIT 2030)"
      }
    ],
    "body": "Mission Control — Dashboard for OpenClaw\n\nA sleek, macOS-native-feel web dashboard for your OpenClaw agent. Monitor sessions, manage cron jobs, chat in real-time, delegate tasks to sub-agents, discover opportunities, and track costs — all from one beautiful interface.\n\nQuick Install\n# Clone the repo into your workspace\ncd \"$CLAWD_WORKSPACE\" 2>/dev/null || cd ~/clawd\ngit clone https://github.com/Jzineldin/mission-control.git\ncd mission-control\n\n# Install dependencies + build frontend\nnpm install\ncd frontend && npm install && npm run build && cd ..\n\n# Create your config\ncp mc-config.default.json mc-config.json\n\n# Start (dev)\nnode server.js\n\n# Or use systemd for production:\nsudo cp mission-control.service /etc/systemd/system/\n# Edit paths in the service file, then:\nsudo systemctl enable --now mission-control\n\n\nVisit http://localhost:3333 — the Setup Wizard auto-detects your OpenClaw config.\n\nWhat You Get\nPage\tDescription\nDashboard\tAgent status, quick actions (email/calendar/heartbeat), activity feed, channels\nConversations\tBrowse all sessions, view history, continue conversations\nWorkshop\tKanban task board — queue tasks, sub-agents research, you review reports\nCost Tracker\tToken usage per model, daily charts, budget alerts\nCron Monitor\tToggle, run, create, delete scheduled jobs visually\nScout\tAuto-discover opportunities — gigs, skills, grants, bounties, news\nAgent Hub\tAll agents/sessions with token counts and management\nSettings\tModel routing (main/sub-agent/heartbeat), config export/import\nSkills\tBrowse installed + available skills\nAWS\t(Optional) Real costs, Bedrock models, image generation\nRequirements\nOpenClaw running with gateway HTTP enabled\nNode.js 18+\nBrave Search API key (for Scout — free tier)\nConfiguration\n\nAuto-detected from your OpenClaw setup:\n\nGateway token from ~/.openclaw/openclaw.json\nAgent name from IDENTITY.md\nModel + channels from OpenClaw config\n\nFine-tune via mc-config.json or the in-app Settings page.\n\nLinks\nGitHub: https://github.com/Jzineldin/mission-control\nSupport: https://ko-fi.com/kevinelzarka\nLicense: BSL 1.1 (converts to MIT 2030)"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Jzineldin/openclaw-mission-control",
    "publisherUrl": "https://clawhub.ai/Jzineldin/openclaw-mission-control",
    "owner": "Jzineldin",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/openclaw-mission-control",
    "downloadUrl": "https://openagent3.xyz/downloads/openclaw-mission-control",
    "agentUrl": "https://openagent3.xyz/skills/openclaw-mission-control/agent",
    "manifestUrl": "https://openagent3.xyz/skills/openclaw-mission-control/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/openclaw-mission-control/agent.md"
  }
}