{
  "schemaVersion": "1.0",
  "item": {
    "slug": "miso",
    "name": "miso",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/ShunsukeHayashi/miso",
    "canonicalUrl": "https://clawhub.ai/ShunsukeHayashi/miso",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/miso",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=miso",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "articles/miso-development-story.md",
      "articles/remotion-video-spec.md",
      "articles/x-thread-miso-timeline.md",
      "BACKLOG-PLAN.md",
      "CHANGELOG.md",
      "CHANNEL-INTEGRATION.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-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.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/miso"
    },
    "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/miso",
    "agentPageUrl": "https://openagent3.xyz/skills/miso/agent",
    "manifestUrl": "https://openagent3.xyz/skills/miso/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/miso/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": "Overview",
        "body": "MISO is a Telegram-native mission control for OpenClaw multi-agent workflows.\nIt standardizes visibility for parallel work so operators can track progress from the chat list."
      },
      {
        "title": "State model",
        "body": "INIT → RUNNING → PARTIAL → AWAITING APPROVAL → COMPLETE (+ ERROR)\n\nState reactions:\n\n🔥 : INIT / RUNNING / PARTIAL\n👀 : AWAITING APPROVAL\n🎉 : COMPLETE\n❌ : ERROR"
      },
      {
        "title": "Message format (required)",
        "body": "Use plain text, no code blocks.\n\nLeft aligned\nKeep this frame:\n\n🤖 MISSION CONTROL\n——————————————\n🌸 powered by miyabi\n\nTemplate:\n\n🤖 MISSION CONTROL\n——————————————\n📋 {mission}\n⏱ {elapsed} ∣ 🧩 {done}/{total} agents ∣ {state}\n\nIssue: #{issue-number}\nOwner: SHUNSUKE AI\nGoal: {goal}\n\n↳ {agent-a}: {status-a}\n↳ {agent-b}: {status-b}\n↳ {agent-c}: {status-c}\n\nNext: {next action}\n——————————————\n🌸 powered by miyabi"
      },
      {
        "title": "Commands",
        "body": "Comment on Issue with:\n\n/agent analyze\n/agent execute\n/agent review\n/agent status\n/task-start\n/task-plan\n/task-close"
      },
      {
        "title": "/task-start",
        "body": "/task-start\n\nOwner: SHUNSUKE AI\nIssue/Context: #<issue-number>\nGoal: <one-sentence objective>\nScope: <files/areas>\nCompletion Criteria: <what defines done>\nRisk: <none|low|medium|high>"
      },
      {
        "title": "/task-plan",
        "body": "/task-plan\nExecution plan:\n\nissue-analysis\nagent-execution (or agent-teams / ai-triad)\ngit-workflow\ndebugging-troubleshooting"
      },
      {
        "title": "/task-close",
        "body": "/task-close\n\nImplemented: <summary>\nValidation: <tests/checks passed>\nChanges: <files changed>\nRisks / next steps: <follow-up>\nNotify: pushcut / telegram-buttons"
      },
      {
        "title": "Reproducibility rules",
        "body": "Same header/footer for all missions.\nKeep state and status updates deterministic.\nInclude Issue, Goal, Status, Next action every update.\nFor approvals, use explicit AWAITING state and user action.\nOn completion/error, close each mission with state summary and artifacts."
      }
    ],
    "body": "Mission Control - MISO\nOverview\n\nMISO is a Telegram-native mission control for OpenClaw multi-agent workflows. It standardizes visibility for parallel work so operators can track progress from the chat list.\n\nState model\n\nINIT → RUNNING → PARTIAL → AWAITING APPROVAL → COMPLETE (+ ERROR)\n\nState reactions:\n\n🔥 : INIT / RUNNING / PARTIAL\n👀 : AWAITING APPROVAL\n🎉 : COMPLETE\n❌ : ERROR\nMessage format (required)\n\nUse plain text, no code blocks.\n\nLeft aligned\nKeep this frame:\n🤖 MISSION CONTROL\n——————————————\n🌸 powered by miyabi\n\nTemplate:\n\n🤖 MISSION CONTROL —————————————— 📋 {mission} ⏱ {elapsed} ∣ 🧩 {done}/{total} agents ∣ {state}\n\nIssue: #{issue-number}\nOwner: SHUNSUKE AI\nGoal: {goal}\n\n↳ {agent-a}: {status-a} ↳ {agent-b}: {status-b} ↳ {agent-c}: {status-c}\n\nNext: {next action} —————————————— 🌸 powered by miyabi\nCommands\n\nComment on Issue with:\n\n/agent analyze\n/agent execute\n/agent review\n/agent status\n/task-start\n/task-plan\n/task-close\n/task-start\n\n/task-start\n\nOwner: SHUNSUKE AI\nIssue/Context: #<issue-number>\nGoal: <one-sentence objective>\nScope: <files/areas>\nCompletion Criteria: <what defines done>\nRisk: <none|low|medium|high>\n/task-plan\n\n/task-plan Execution plan:\n\nissue-analysis\nagent-execution (or agent-teams / ai-triad)\ngit-workflow\ndebugging-troubleshooting\n/task-close\n\n/task-close\n\nImplemented: <summary>\nValidation: <tests/checks passed>\nChanges: <files changed>\nRisks / next steps: <follow-up>\nNotify: pushcut / telegram-buttons\nReproducibility rules\nSame header/footer for all missions.\nKeep state and status updates deterministic.\nInclude Issue, Goal, Status, Next action every update.\nFor approvals, use explicit AWAITING state and user action.\nOn completion/error, close each mission with state summary and artifacts."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/ShunsukeHayashi/miso",
    "publisherUrl": "https://clawhub.ai/ShunsukeHayashi/miso",
    "owner": "ShunsukeHayashi",
    "version": "0.1.3",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/miso",
    "downloadUrl": "https://openagent3.xyz/downloads/miso",
    "agentUrl": "https://openagent3.xyz/skills/miso/agent",
    "manifestUrl": "https://openagent3.xyz/skills/miso/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/miso/agent.md"
  }
}