add-telegram-swarm

Integrates swarm teams into Telegram bots with distinct subagent identities.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill enables your Telegram bots to support agent teams (swarms), allowing individual subagents to send messages with their own distinct bot identities within a group chat.

Core Features & Use Cases

  • Distinct Bot Identities: Each subagent in a team gets its own Telegram bot identity, making it clear who is speaking.
  • Send-Only Pool Bots: Utilizes a pool of bots that can only send messages, managed by the main bot.
  • Dynamic Renaming: Pool bots are dynamically renamed to match the sender's role (e.g., "Researcher", "Coder").
  • Use Case: In a complex task requiring a team of agents (e.g., a researcher and a coder), this skill ensures their messages in a Telegram group appear from distinct "Researcher" and "Coder" bots, improving clarity and organization.

Quick Start

Follow the instructions in the skill to set up pool bots and integrate them into your existing Telegram setup.

Frequently Asked Questions about add-telegram-swarm

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

FAQPage Schema
How do I make a multi-agent swarm appear as separate Telegram bots in a group chat?

To make a multi-agent swarm appear as separate Telegram bots, you use a pool of send-only bots managed by your main bot. Each subagent gets assigned a unique pool bot identity, dynamically renamed to match the sender's role like "Researcher" or "Coder" for clear communication.

Do I need to disable group privacy for Telegram pool bots to support agent teams?

Yes, you must disable group privacy for pool bots to support agent teams. This setup, alongside having a main Telegram bot already configured, allows the pool bots to send messages with distinct identities within group chats.

What's the best way to assign distinct bot identities to subagents in Telegram?

The best way to assign distinct bot identities to subagents is by using a send-only pool bot system. The main bot manages this pool, dynamically renaming individual bots to match the specific sender role of each subagent during group chat interactions.

Can my existing Telegram bot setup support multi-agent teams without creating new bots for each agent?

Your existing Telegram bot can support multi-agent teams by managing a pre-existing pool of send-only bots. It assigns these pool bots to subagents and renames them dynamically, avoiding the need to create new bots for each agent while maintaining distinct identities.

Why use send-only pool bots for agent teams in Telegram group chats?

Send-only pool bots are used for agent teams in Telegram group chats to ensure each subagent communicates with a distinct identity. This improves clarity and organization by making messages appear from specific, dynamically renamed bots like "Researcher" or "Coder".