Jump to related tools in the same category or review the original source on GitHub.

Coding Agents & IDEs @shunsukehayashi Updated 6/28/2026 1,381 downloads 0 stars Security: Pass

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

ClawHub CLI
openclaw skills install @shunsukehayashi/miso
Node.js (npx)
npx clawhub@latest install miso

Full SKILL.md

Open original

SKILL.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

  1. Same header/footer for all missions.
  2. Keep state and status updates deterministic.
  3. Include Issue, Goal, Status, Next action every update.
  4. For approvals, use explicit AWAITING state and user action.
  5. On completion/error, close each mission with state summary and artifacts.
ClawHub Registry URL: https://clawhub.ai/shunsukehayashi/skills/miso

Related skills

If this matches your use case, these are close alternatives in the same category.