add-telegram-swarm

Route subagent messages through a pool of Telegram bots.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Telegram swarm requires management of multiple subagents with distinct bot identities; simplifies group coordination by routing messages through a pool of bots.

Core Features & Use Cases

  • Bring agent teams to Telegram with per-role bot identities
  • Stable bot renaming, round-robin pool allocation, and group-wide visibility
  • Use case: manage a team where subagents coordinate in a Telegram group

Quick Start

Set up a Telegram channel for swarm and run /add-telegram to initialize pool bots.

Frequently Asked Questions about add-telegram-swarm

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

FAQPage Schema
How do I give each agent in a Telegram group its own bot identity?

To give each agent in a Telegram group its own bot identity, route subagent messages through a configured pool of dedicated Telegram bots, ensuring distinct sender visibility and accountability for every team member.

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

A Telegram bot pool is a configuration (TELEGRAM_BOT_POOL) that manages agent swarms by allocating distinct bot identities round-robin. This routes subagent messages through dedicated bots, providing group-wide visibility and stable per-role identities.

How do I set up Telegram group messaging for multiple collaborating agents?

To set up Telegram group messaging for collaborating agents, initialize your Telegram channel via the /add-telegram command, configure your TELEGRAM_BOT_POOL, and apply the necessary IPC routing changes to support sender-based messaging.

Do I need IPC routing changes to support sender-based messaging in Telegram bots?

Yes, you need IPC routing changes to support sender-based messaging in Telegram bots. These routing modifications are required alongside your TELEGRAM_BOT_POOL configuration to correctly direct messages from distinct subagent identities.

Can I use a single Telegram bot for an agent team instead of a bot pool?

Using a single Telegram bot for an agent team lacks the distinct per-role identities provided by a bot pool. Routing messages through a pool of dedicated bots is the best way to maintain clarity and accountability in group coordination.

Why does my Telegram agent swarm need a dedicated bot for each subagent?

Your Telegram agent swarm needs a dedicated bot for each subagent to ensure stable bot renaming and group-wide visibility. This pooled bot identity routing simplifies group coordination by distinguishing each agent's messages.