add-telegram-swarm

Integrate agent swarm teams into Telegram bots with unique subagent identities.

1|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/ycechungAI/NanoClaw --skill add-telegram-swarm-ycechungai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-telegram-swarm
Source: https://github.com/ycechungAI/NanoClaw/tree/main/.claude/skills/add-telegram-swarm
Command: npx skills add https://github.com/ycechungAI/NanoClaw --skill add-telegram-swarm-ycechungai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill enables agent teams (swarms) to communicate effectively within Telegram groups, allowing each subagent to have its own distinct bot identity for clear user communication.

Core Features & Use Cases

  • Multi-Bot Identity: Assigns unique Telegram bot identities to each subagent within a team.
  • Clear Communication: Users can easily distinguish which agent is speaking in a group chat.
  • Use Case: When managing a complex project with a team of specialized AI agents in a Telegram group, this skill ensures that messages from the "Researcher" agent appear from a "Researcher" bot, and messages from the "Coder" agent appear from a "Coder" bot, making the conversation flow intuitive.

Quick Start

Configure your Telegram bot pool tokens in the environment variables to enable agent swarm support.

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 unique bot identities to multiple agents in a Telegram group chat?

To assign unique bot identities in Telegram group chats, you configure a pool of Telegram bot tokens in your environment variables, allowing the swarm to dynamically rename and route messages so each subagent communicates as a distinct bot.

What is an agent swarm in Telegram and how does multi-bot message routing work?

An agent swarm in Telegram is a team of subagents communicating within a single group chat. Multi-bot message routing works by using dedicated send-only API instances to route each subagent's message through a distinct bot identity.

Do I need prior Telegram bot setup and pool tokens to enable multi-agent group communication?

Yes, enabling multi-agent group communication requires prior Telegram bot setup and specific pool bot token configuration in your environment variables to support dynamic bot renaming and message routing.

Can I use this to make a Researcher agent and a Coder agent appear as separate bots in one Telegram group?

Yes, you can make a Researcher agent and a Coder agent appear as separate bots in one Telegram group by assigning each subagent a unique bot identity from your configured token pool, ensuring clear user communication.

How do I configure Telegram bot pool tokens for dynamic bot renaming in agent teams?

You configure Telegram bot pool tokens for dynamic bot renaming by setting specific pool bot token environment variables, which provides the send-only API instances needed to route messages for each subagent identity in group chats.

Are there limitations when using send-only API instances for agent swarm message routing in Telegram?

A key limitation is that message routing relies on dedicated send-only API instances, meaning the swarm configuration prioritizes outbound message delivery and distinct bot identity assignment over complex inbound message processing within the group chat.