Miso OpenClaw Plugin & Skill | ClawHub
Looking to integrate Miso into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate coding agents & ides tasks instantly, without having to write custom tools from scratch.
What this skill does
**MISO** is a Telegram-native mission control for OpenClaw multi-agent workflows.
Install
openclaw skills install @shunsukehayashi/misonpx clawhub@latest install misoFull SKILL.md
Open originalSKILL.md content below is scrollable.
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: #<issue-number>
- Goal: <one-sentence objective>
- Scope: <files/areas>
- Completion Criteria: <what defines done>
- 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: <summary>
- Validation: <tests/checks passed>
- Changes: <files changed>
- Risks / next steps: <follow-up>
- Notify: pushcut / telegram-buttons
Reproducibility rules
- Same header/footer for all missions.
- Keep state and status updates deterministic.
- Include
Issue,Goal,Status,Next actionevery update. - For approvals, use explicit AWAITING state and user action.
- On completion/error, close each mission with state summary and artifacts.