add-telegram-swarm

Coordinate Telegram agent teams by assigning each subagent a distinct bot identity.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the challenge of coordinating multi-agent teams in Telegram by giving each subagent its own bot identity within a group.

Core Features & Use Cases

  • Pool bots provide per-role bot identities and rename themselves to reflect the sender role.
  • Message routing uses IPC data to publish messages from the correct bot in Telegram.
  • Prerequisites and setup: you must configure the Telegram channel with /add-telegram and supply tokens via TELEGRAM_BOT_POOL.

Quick Start

Configure your Telegram bot pool tokens and enable the swarm by wiring tokens to TELEGRAM_BOT_POOL, then initialize the pool and start sending messages.

Frequently Asked Questions about add-telegram-swarm

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

FAQPage Schema
How do I coordinate multiple Telegram bots in a group chat to act as distinct agents?

Telegram agent teams coordinate by giving each subagent its own bot identity within a group. Pool bots rename themselves to reflect sender roles, and message routing uses IPC data to publish messages from the correct bot in Telegram.

What do I need to set up before routing Telegram agent messages through a bot pool?

You must configure a Telegram channel via /add-telegram and supply bot tokens through TELEGRAM_BOT_POOL. This prerequisite setup establishes the baseline channel and the pool of distinct bot identities needed for the agent swarm.

How does IPC message routing work for Telegram group chat subagents?

IPC message routing for Telegram subagents uses an optional sender parameter to direct messages to the correct bot in the pool. The system reads IPC data, selects the matching bot identity, and publishes the message to the configured Telegram group.

Can I use a single Telegram bot token for an agent team, or do I need a pool of bots?

You need a pool of bots configured via TELEGRAM_BOT_POOL. This approach requires multiple tokens because it assigns each subagent a unique bot identity, allowing them to appear as distinct bots with unique names in the Telegram group.

Why do subagents need their own bot identities in Telegram agent teams?

Subagents need their own bot identities to appear as distinct bots with unique names in a Telegram group. This clearly distinguishes which agent is communicating, preventing confusion when multiple subagents collaborate within the same group chat.