What problem does it solve?
Telegram groups often suffer from messages coming from indistinguishable bots when multiple subagents operate in a single chat. This skill enables per-subagent bot identities via a Telegram bot pool, making messages attributable to the correct role in a group.
Core Features & Use Cases
- Each subagent in a team gets its own bot identity in the Telegram group, allowing clear attribution of messages.
- Pool bots are send-only; the host assigns and renames bots on demand to reflect the sender's role.
- Stable, group-scoped mapping ensures consistent bot identities across conversations, with quick setup via environment variables and config changes.
- Prerequisites include setting up pool tokens, running the /add-telegram flow, and configuring Telegram bot pool in code and environment.
- Use cases include coordinating complex tasks in Telegram groups with clear roles (e.g., researchers, coders, analysts).
Quick Start
Initialize the Telegram swarm by running the /add-telegram flow and configuring a pool of bots as described in prerequisites.