add-telegram-swarm

Assign each subagent its own bot identity in Telegram groups.

30|2|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/IDEA-XL/MolClaw --skill add-telegram-swarm-idea-xl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-telegram-swarm
Source: https://github.com/IDEA-XL/MolClaw/tree/main/.claude/skills/add-telegram-swarm
Command: npx skills add https://github.com/IDEA-XL/MolClaw --skill add-telegram-swarm-idea-xl

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about add-telegram-swarm

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I assign distinct bot identities to multiple subagents in a Telegram group?

To assign distinct bot identities in a Telegram group, you configure a Telegram bot pool. The host assigns and renames pool bots on demand, ensuring each subagent's messages are attributable to its specific role.

What is a Telegram bot pool and how does it work for agent swarms?

A Telegram bot pool is a collection of send-only bots used to enable agent swarm capabilities. The host dynamically renames pool bots to reflect the sender's role, creating stable, group-scoped mapping for clear message attribution across conversations.

How do I set up an IPC-driven host for routing Telegram group bots?

To set up an IPC-driven host for routing group bots, run the /add-telegram flow and configure pool tokens via environment variables. You must also apply necessary code changes to wire the Telegram bot pool configuration into the host.

Can I use pool bots to receive messages in a Telegram agent swarm?

No, pool bots in a Telegram agent swarm are send-only. They are designed to output messages attributed to distinct subagent roles, while the IPC-driven host handles the actual message routing and reception logic.

Why do my Telegram group bots show indistinguishable messages when running multiple subagents?

Telegram group bots show indistinguishable messages when multiple subagents operate without distinct identities. Implementing a Telegram bot pool resolves this by assigning stable, group-scoped bot personas to each role for clear attribution.