MISO is a Mission Control style visibility system for OpenClaw. It tracks autonomous and multi-agent work in Telegram with one unified progress format.
- Multiple agents run in parallel
- You need approval gates (
AWAITING APPROVAL) - You want mission state visible from chat list with emoji reactions
INITβRUNNINGβPARTIALβAWAITING APPROVALβCOMPLETE(ERRORif needed)- Reactions:
π₯,π,π,β
Plain text format:
π€ MISSION CONTROL ββββββββββββββ π {mission} β± {elapsed} β£ π§© {done}/{total} agents β£ {state}
- Issue: #{issue-number}
- Owner: SHUNSUKE AI
- Goal: {goal}
- Next: {next action} πΈ powered by miyabi
/task-start/task-plan/task-close/agent analyze/agent execute/agent review/agent status
- Same format across all missions
- Easy to copy/paste from mobile
- Low friction visibility from chat list without opening full context
See SLASH-COMMANDS.md for concise command usage.
Register these Telegram menu commands via bot API:
/miso_start/miso_plan/miso_close/miso_status/miso_task_start/miso_task_plan/miso_task_close
To apply now:
pwsh .\scripts\set-telegram-commands.ps1 -BotToken "<YOUR_TELEGRAM_BOT_TOKEN>"Instant operation table
/miso_startor/miso_task_startβ initialize mission format (owner/issue/goal)/miso_planor/miso_task_planβ output execution breakdown (analysis/plan/execute/verify)/miso_closeor/miso_task_closeβ complete summary format (result/risk/notify)/miso_statusβ quick status/approval check/agent analyzeβ mission context and impact classification/agent executeβ start multi-agent run mode/agent reviewβ review/quality check pass template/agent statusβ run-state readback and next action
This format is optimized for mobile and copy-paste operations.