add-telegram-swarm

Assign unique bot identities to subagents in Telegram group chats.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill integrates agent teams (swarms) into Telegram, allowing each subagent to have its own distinct bot identity within a group chat for clearer communication.

Core Features & Use Cases

  • Distinct Bot Identities: Each subagent in a team gets a unique bot presence in Telegram, making it easy to identify who is speaking.
  • Send-Only Pool Bots: Utilizes dedicated bots for sending messages, managed by a central orchestrator.
  • Dynamic Renaming: Pool bots are dynamically renamed to match the role or name of the sender for seamless integration.
  • Use Case: When managing a complex project with a team of specialized agents (e.g., a researcher, a coder, a designer), this skill ensures their communications in a Telegram group are clearly attributed to their specific roles, improving collaboration and user understanding.

Quick Start

Instruct the lead agent to create a team of agents for a task, specifying their roles and ensuring they use the send_message tool with a sender parameter.

Frequently Asked Questions about add-telegram-swarm

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

FAQPage Schema
How do I assign distinct bot identities to multiple agents in a Telegram group chat?

You can assign distinct bot identities in a Telegram group chat by using a pool of send-only bots that are dynamically renamed to match the role of the specific subagent sending the message.

What is an agent swarm in Telegram and how does it improve team collaboration?

An agent swarm in Telegram is a team of specialized subagents where each member operates as a unique bot entity, improving team collaboration by making it clear which role is communicating in the group chat.

Do I need to disable group privacy for Telegram bots to enable multi-agent messaging?

Yes, you must disable group privacy for your pool bots to enable multi-agent messaging, allowing the central orchestrator to manage send-only bots and dynamically rename them within the group.

How do I configure Telegram bots to display dynamic sender names for specialized agents?

To configure Telegram bots for dynamic sender names, you must pre-configure your bots via the `/add-telegram` skill, then instruct the lead agent to use the `send_message` tool with a `sender` parameter.

Can I use a single Telegram bot to manage communications for a team of specialized agents?

Instead of a single bot, this approach uses a central orchestrator managing a pool of send-only bots, dynamically renaming each bot to reflect the specific role of the specialized agent communicating.

Why are my dynamically renamed Telegram pool bots not sending messages in the group chat?

If dynamically renamed Telegram pool bots are not sending messages, verify that group privacy is disabled for the bots and that the `/add-telegram` skill was properly configured for the pool.