Install
openclaw skills install telegram-agent-coordinationCoordination protocol for running multiple AI agents in one Telegram group chat without loops or chaos. Use when two or more bots share a Telegram chat and must cooperate through strict role-based messaging, sender validation, turn-taking, blocker escalation, and mission lifecycle control. Triggers on multi-agent Telegram chat, bots talking to each other, COO+worker chat setup, group orchestration, or preventing bot loops.
openclaw skills install telegram-agent-coordinationUse this skill when multiple bots operate in the same Telegram group and must coordinate safely.
Do not let bots freely chat with each other. Use a strict protocol. Only respond when the sender, role, and message type are valid.
Use a visible prefix at the top of each message. Examples:
MISSION START:TASK:STATUS CHECK:ACK:RESULT:BLOCKER:MISSION COMPLETE:Keep each message single-purpose. Do not mix task assignment and mission completion in the same message.
Default order:
Do not skip steps unless the mission is trivial.
When blocked, worker must use:
BLOCKER: what is missingNEEDED: exact unblock neededCOO then decides one of three actions:
When worker finishes, it sends:
RESULT: final deliverableNOTES: concise caveatsCOO then sends:
MISSION COMPLETE:This protocol does not replace Telegram permission config. Bots still need a valid provider/channel setup, must be allowed in the group, and should use explicit sender allowlists where possible.
Test with one simple mission first:
Only then add status checks and blockers.