add-telegram-swarm

Route Telegram messages to pool bots with per-agent identities.

Updated Mar 24, 2026
One-click install
npx skills add https://github.com/E01N/ClawOutreach --skill add-telegram-swarm-e01n
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-telegram-swarm
Source: https://github.com/E01N/ClawOutreach/tree/main/nanoclaw/.claude/skills/add-telegram-swarm
Command: npx skills add https://github.com/E01N/ClawOutreach --skill add-telegram-swarm-e01n

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Telegram group coordination with agent swarm requires each subagent to have its own bot identity, reducing confusion and improving clarity in multi-agent conversations.

Core Features & Use Cases

  • Create and manage a swarm of Telegram bots within a single group, with each subagent using its own identity.
  • Route messages by sender/role so conversations are attributed to specific agents.
  • Support prerequisites and setup flow for enabling agent swarm in existing Telegram channels.

Quick Start

Set up the Telegram agent swarm in your group and verify that each subagent has a dedicated bot identity.

Frequently Asked Questions about add-telegram-swarm

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

FAQPage Schema
How do I run multiple Telegram bots in a single group chat?

Running multiple Telegram bots in a single group requires assigning each subagent its own bot identity from a pool of tokens. This agent swarm setup prevents confusion by using a sender parameter to route messages to the appropriate pool bot.

How does message routing work for a Telegram bot pool?

Message routing for a Telegram bot pool works by configuring your code to include a sender parameter. This parameter routes the message to the specific bot token associated with that sender, maintaining separate identities within the group.

Do I need a specific Telegram setup to enable an agent swarm?

Yes, enabling an agent swarm requires completing the standard Telegram setup flow first. You also need to acquire a pool of dedicated bot tokens for the subagents before configuring the message routing.

What is the best way to manage multi-agent conversations in a Telegram channel?

The best way to manage multi-agent conversations in a Telegram channel is using an agent swarm. A lead bot delegates tasks to pooled subagents, maintaining separate sender identities to improve clarity and reduce confusion.

Why do my Telegram subagents share the same identity in group messages?

Subagents share the same identity if the code lacks a sender parameter to route messages to individual pool bots. Assigning each subagent its own bot token from the swarm pool ensures conversations are attributed correctly.

Can I use a lead bot to delegate tasks to pooled subagents in Telegram?

Yes, you can use a lead bot to delegate tasks to pooled subagents in Telegram. This collaborative workflow requires configuring a pool of bot tokens and routing messages with a sender parameter to the appropriate pool bot.