add-telegram-swarm

Assign dedicated Telegram bot identities to subagents in group chats.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Telegram groups using a single bot can be hard to coordinate for complex tasks. This skill enables agent swarms by giving each subagent a dedicated bot identity in the group, preventing message interleaving and improving clarity.

Core Features & Use Cases

  • Main bot handles coordination while pool bots publish subagent messages with their own identities.
  • Rename pool bots to match sender roles and keep messaging consistent within a group.
  • Useful for multi-agent tasks like research, coding sprints, or complex planning in Telegram channels.

Quick Start

Run the /add-telegram setup to initialize Telegram, configure pool tokens, and restart the service.

Frequently Asked Questions about add-telegram-swarm

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

FAQPage Schema
How do I stop multiple Telegram subagents from interleaving messages in a group chat?

Telegram agent teams prevent message interleaving by assigning dedicated pool bot identities to subagents. Each pool bot publishes messages with its own identity, keeping group chat coordination clear and readable.

How do I set up pool bots for a Telegram multi-agent swarm?

Setting up pool bots for Telegram agent teams requires configuring the TELEGRAM_BOT_POOL with dedicated bot tokens. Running the setup command initializes Telegram, configures pool tokens, routes messages via IPC, and restarts the service.

Can I use multiple Telegram bots for task delegation in a single group?

Multiple Telegram bots support task delegation within a single group by assigning dedicated pool bot identities to subagents. The main bot coordinates tasks while pool bots publish subagent messages with their own identities.

Why does my Telegram bot lose clarity when running complex multi-agent research tasks?

Telegram groups using a single bot lose clarity during complex multi-agent research because subagent messages interleave. Assigning dedicated pool bot identities to subagents prevents interleaving and improves messaging consistency.

Can I rename Telegram pool bots to match subagent roles in group automation?

Telegram pool bots can be renamed to match sender roles, keeping messaging consistent within a group. This maintains clarity for multi-agent tasks like research, coding sprints, or complex planning in Telegram channels.

When should I not use a single Telegram bot for agent team coordination?

A single Telegram bot should not be used for agent team coordination when complex tasks require multiple subagents. Single-bot setups cause message interleaving and reduce clarity, making pool bot identities necessary for collaborative workflows.