add-telegram-swarm

Add Agent Swarm support to Telegram with per-subagent bot identities.

Updated Feb 11, 2026
One-click install
npx skills add https://github.com/Teninq/digital-stat-prog --skill add-telegram-swarm-teninq
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-telegram-swarm
Source: https://github.com/Teninq/digital-stat-prog/tree/main/.claude/skills/add-telegram-swarm
Command: npx skills add https://github.com/Teninq/digital-stat-prog --skill add-telegram-swarm-teninq

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill adds Agent Swarm (Teams) support to Telegram, enabling multiple subagents to operate within a group by giving each subagent its own bot identity.

Core Features & Use Cases

  • Main bot coordinates lead responses while pool bots act as dedicated agents per role.
  • Pool bots are assigned per sender with stable naming and round-robin distribution across a group.
  • Messages from different agents appear as coming from distinct bot identities in Telegram.

Quick Start

Configure Telegram with the /add-telegram skill and start an agent swarm in a Telegram group.

Frequently Asked Questions about add-telegram-swarm

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

FAQPage Schema
How do I enable multiple Telegram bots to collaborate as an agent swarm in a group?

To enable a Telegram agent swarm, this Skill assigns each subagent its own bot identity within a Telegram group, allowing multiple agents to collaborate and respond as distinct bots rather than through a single interface.

How does per-sender routing work for Telegram multi-bot pools?

Per-sender routing for Telegram multi-bot pools uses IPC to distribute messages, assigning pool bots to specific senders with stable naming and round-robin distribution across the collaborating group.

Can I dynamically rename Telegram bots to match their agent roles in a swarm?

Yes, you can dynamically rename Telegram bots to match their agent roles, as the Skill implements dynamic bot renaming to reflect the specific function or role each pool bot performs within the swarm.

Do I need the add-telegram skill to set up a Telegram bot pool?

Yes, you need the add-telegram skill to set up the initial Telegram configuration before deploying agent swarms, as it handles the foundational Telegram setup required by the swarm support.

What is a Telegram agent swarm and when do I need multiple bot identities?

A Telegram agent swarm is a setup where multiple subagents collaborate in a group, each needing its own bot identity to ensure messages from different agents appear as coming from distinct bots for clear role separation.

Why do my Telegram subagent messages all appear from the same bot instead of separate identities?

Subagent messages appear from the same bot when agent swarm support is not configured; this Skill solves that by giving each subagent a dedicated pool bot identity via per-sender routing and IPC.