File contents Mission Control - MISO
Overview
MISO 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.
State model
INIT → RUNNING → PARTIAL → AWAITING APPROVAL → COMPLETE (+ ERROR)
State reactions:
🔥 : INIT / RUNNING / PARTIAL
👀 : AWAITING APPROVAL
🎉 : COMPLETE
❌ : ERROR
Message format (required)
Use plain text, no code blocks.
Left aligned
Keep this frame:
🤖 MISSION CONTROL
——————————————
🌸 powered by miyabi
Template:
🤖 MISSION CONTROL
——————————————
📋 {mission}
⏱ {elapsed} ∣ 🧩 {done}/{total} agents ∣ {state}
Issue: #{issue-number}
Owner: SHUNSUKE AI
Goal: {goal}
↳ {agent-a}: {status-a}
↳ {agent-b}: {status-b}
↳ {agent-c}: {status-c}
Next: {next action}
——————————————
🌸 powered by miyabi
Commands
Comment on Issue with:
/agent analyze
/agent execute
/agent review
/agent status
/task-start
/task-plan
/task-close
/task-start
/task-start
Owner: SHUNSUKE AI
Issue/Context: #
Goal:
Scope: <files/areas>
Completion Criteria:
Risk: <none|low|medium|high>
/task-plan
/task-plan
Execution plan:
issue-analysis
agent-execution (or agent-teams / ai-triad)
git-workflow
debugging-troubleshooting
/task-close
/task-close
Implemented:
Validation: <tests/checks passed>
Changes:
Risks / next steps:
Notify: pushcut / telegram-buttons
Reproducibility rules
Same header/footer for all missions.
Keep state and status updates deterministic.
Include Issue, Goal, Status, Next action every update.
For approvals, use explicit AWAITING state and user action.
On completion/error, close each mission with state summary and artifacts.
1 --- 2 name: miso 3 description: Mission Control - MISO 4 --- 5 # Mission Control - MISO 6 7 ## Overview 8 **MISO** is a Telegram-native mission control for OpenClaw multi-agent workflows. 9 It standardizes visibility for parallel work so operators can track progress from the chat list. 10 11 ## State model 12 `INIT` → `RUNNING` → `PARTIAL` → `AWAITING APPROVAL` → `COMPLETE` (+ `ERROR`) 13 14 State reactions: 15 - `🔥` : INIT / RUNNING / PARTIAL 16 - `👀` : AWAITING APPROVAL 17 - `🎉` : COMPLETE 18 - `❌` : ERROR 19 20 ## Message format (required) 21 Use plain text, no code blocks. 22 23 - Left aligned 24 - Keep this frame: 25 - `🤖 MISSION CONTROL` 26 - `——————————————` 27 - `🌸 powered by miyabi` 28 29 Template: 30 31 🤖 MISSION CONTROL 32 —————————————— 33 📋 {mission} 34 ⏱ {elapsed} ∣ 🧩 {done}/{total} agents ∣ {state} 35 - Issue: #{issue-number} 36 - Owner: SHUNSUKE AI 37 - Goal: {goal} 38 39 ↳ {agent-a}: {status-a} 40 ↳ {agent-b}: {status-b} 41 ↳ {agent-c}: {status-c} 42 43 - Next: {next action} 44 —————————————— 45 🌸 powered by miyabi 46 47 ## Commands 48 Comment on Issue with: 49 - `/agent analyze` 50 - `/agent execute` 51 - `/agent review` 52 - `/agent status` 53 - `/task-start` 54 - `/task-plan` 55 - `/task-close` 56 57 ## /task-start 58 /task-start 59 - Owner: SHUNSUKE AI 60 - Issue/Context: #<issue-number> 61 - Goal: <one-sentence objective> 62 - Scope: <files/areas> 63 - Completion Criteria: <what defines done> 64 - Risk: <none|low|medium|high> 65 66 ## /task-plan 67 /task-plan 68 Execution plan: 69 - issue-analysis 70 - agent-execution (or agent-teams / ai-triad) 71 - git-workflow 72 - debugging-troubleshooting 73 74 ## /task-close 75 /task-close 76 - Implemented: <summary> 77 - Validation: <tests/checks passed> 78 - Changes: <files changed> 79 - Risks / next steps: <follow-up> 80 - Notify: pushcut / telegram-buttons 81 82 ## Reproducibility rules 83 1. Same header/footer for all missions. 84 2. Keep state and status updates deterministic. 85 3. Include `Issue`, `Goal`, `Status`, `Next action` every update. 86 4. For approvals, use explicit AWAITING state and user action. 87 5. On completion/error, close each mission with state summary and artifacts.
javimosch/open-claw-skills/tree/main/skills/shunsukehayashi/miso commit e2aab36a3a
Frequently asked questions How do I install the Miso skill? Run npx skillmds@latest add javimosch/miso in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
What does the Miso skill do? Mission Control - MISO It is listed under Coding & Dev Tools on SkillMD.
Is Miso safe to use? This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
Which AI agents work with Miso? This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Is Miso free to use? Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Who published Miso? javimosch (@javimosch) published this skill. Their other Agent Skills are listed on their SkillMD profile.