add-telegram-swarm

Route agent-team Telegram messages through a pool of dedicated bot identities.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables teams of agents to operate in Telegram by provisioning subagents as individual bot identities within a group, improving clarity and coordination.

Core Features & Use Cases

  • Pool bot management for team-based Telegram groups.
  • Dynamic bot renaming to reflect agent roles for easier identification.
  • Round-robin assignment with stable mapping per group to keep identities consistent.
  • No polling bots; send-only pool bots to reduce overhead.

Quick Start

Install and configure pool bots, then initialize the pool to start routing messages from subagents to Telegram.

Frequently Asked Questions about add-telegram-swarm

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

FAQPage Schema
How do I route multi-agent messages in Telegram using individual bot identities?

You can route multi-agent messages in Telegram by provisioning a pool of dedicated bot identities. This enforces stable sender-based mapping and IPC routing so subagent messages appear under the correct bot identity.

What is the best way to manage multiple subagents in a Telegram group without polling?

The best way to manage multiple subagents without polling is using send-only pool bots. This method provisions individual bot identities for subagents, reducing overhead while maintaining clear coordination within the group.

Can I dynamically rename Telegram bots to reflect different agent roles?

Yes, you can dynamically rename Telegram bots to reflect agent roles. This on-demand renaming feature improves identification and coordination when multiple subagents operate within the same Telegram group.

How do I ensure stable sender-based bot mapping for agent teams across different Telegram groups?

You ensure stable sender-based bot mapping by using round-robin assignment with consistent mapping per group. This configuration keeps pool bot identities stable for agent teams across different Telegram groups.

Do I need to configure pool tokens before initializing bot identities for Telegram agent teams?

Yes, configuring pool tokens is required before initializing the pool. This setup step ensures IPC routing can correctly map subagent messages to their dedicated Telegram bot identities without polling.

Why use a bot pool instead of a single bot for multi-agent Telegram groups?

Using a bot pool provides dedicated identities for each subagent, improving message clarity in multi-agent Telegram groups. This approach uses send-only pool bots to reduce overhead and avoid single-bot bottlenecks.