skillfed

add-telegram-swarm

Add Telegram Swarm extends your Telegram setup to support agent teams, where each subagent gets its own bot identity in the group. Messages from different agents appear from different bots, making it clear who's speaking. Requires prior Telegram configuration via the base skill.

Add Telegram Swarm enables multiple agents to speak with distinct bot identities in Telegram groups.

AI-generated summary based on this skill's SKILL.md

184 60 MIT updated by sbusso

Install

sbusso/claudeclaw/add-telegram-swarm · repository language: TypeScript

CLI (skillfed)coming soon
git clone https://github.com/sbusso/claudeclaw
cp -r claudeclaw/skills/add-telegram-swarm ~/.claude/skills/add-telegram-swarm

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

How do I set up a telegram agent swarm?

Add Telegram Swarm enables you to configure a pool of Telegram bots so each agent in your team gets a distinct bot identity within group chats. The skill requires that you've already set up base Telegram integration. Once enabled, messages from different agents route through their assigned bot instances, making each agent's voice visually distinct in the group.

Can I add multiple bots to a Telegram group for agents?

Yes. Add Telegram Swarm lets you add multiple bots to a Telegram group, with each bot representing a different agent. This bot pool approach means agent teams can communicate through dedicated instances—each subagent speaks through its own bot, so group members see clearly who's sending each message.

What is a telegram bot pool for agents?

Add Telegram Swarm's bot pool is a set of configured Telegram bot instances assigned to your agent team. Each agent in the pool gets routed through its own bot, allowing lightweight agent communication and distinct agent presence. You configure which agents map to which bots during setup.

How does Add Telegram Swarm create distinct agent voices?

Add Telegram Swarm routes each agent's messages through a separate bot instance in your Telegram group. Since each bot has its own name and identity, messages from different agents appear from different senders, making it immediately clear which agent is speaking—no ambiguity about who said what.

What are send-only API instances in Add Telegram Swarm?

Add Telegram Swarm supports lightweight send-only API instances for agent communication. These instances are optimized for agents that only need to send messages (not receive updates), reducing overhead while keeping your agent swarm responsive and efficient in Telegram groups.

Do I need prior Telegram configuration before using this skill?

Yes. Add Telegram Swarm requires that you've already completed base Telegram configuration. The skill extends that foundation by adding multi-agent bot pool support, so your agents can operate with distinct identities. Check your base Telegram setup first, then configure the swarm layer.

SKILL.md

rendered from the published skill — quoted content, verbatim

Add Agent Swarm to Telegram

This skill adds Agent Teams (Swarm) support to an existing Telegram channel. Each subagent in a team gets its own bot identity in the Telegram group, so users can visually distinguish which agent is speaking.

Prerequisite: Telegram must already be set up via the /add-telegram skill. If src/channels/telegram.ts does not exist or TELEGRAM_BOT_TOKEN is not configured, tell the user to run /add-telegram first.

How It Works

  • The main bot receives messages and sends lead agent responses (already set up by /add-telegram)
  • Pool bots are send-only — each gets a Grammy Api instance (no polling)
  • When a subagent calls send_message with a sender parameter, the host assigns a pool bot and renames it to match the sender's role
  • Messages appear in Telegram from different bot identities

``` Subagent calls send_message(text: "Found 3

(truncated - see the full file via the links below)

Read as markdown · JSON record · Browse the source repository

File tree — 1 file
skills/add-telegram-swarm/SKILL.md

Related skills

Tags

multi-agent-messaging bot-identity-management telegram-integration agent-coordination send-only-api dynamic-bot-naming group-messaging-pool agent-role-assignment ipc-routing grammy-framework