add-telegram-swarm

Route Telegram subagent messages through a pool of send-only bots.

30.5k|12.9k|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/qwibitai/nanoclaw --skill add-telegram-swarm-qwibitai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-telegram-swarm
Source: https://github.com/qwibitai/nanoclaw/tree/main/.claude/skills/add-telegram-swarm
Command: npx skills add https://github.com/qwibitai/nanoclaw --skill add-telegram-swarm-qwibitai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Add Agent Swarm (Teams) support to Telegram. Each subagent in a team gets its own bot identity in the group. This makes it easy for users to visually distinguish which agent is speaking.

Core Features & Use Cases

  • Multi-bot Telegram swarm orchestration with a main bot and per-role pool bots
  • Per-sender bot renaming so each agent appears under their exact role in the group
  • IPC-driven routing to ensure subagent messages are sent by the correct pool bot
  • Prerequisite: Telegram channel must be set up first (use /add-telegram)

Quick Start

Ensure Telegram is set up with /add-telegram, then initialise the pool and enable the swarm.

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 separate Telegram bot identities to each agent in a swarm?

To assign separate Telegram bot identities to each agent in a swarm, this Skill routes subagent messages through a pool of send-only bots so each parallel role speaks as its own distinct identity in the group.

What do I need to set up before enabling a Telegram agent swarm?

Before enabling a Telegram agent swarm, you must first set up the Telegram channel using the /add-telegram prerequisite, then initialize the bot pool to enable IPC-driven message routing for the swarm.

How does message routing work for parallel Telegram bots?

Message routing for parallel Telegram bots works via IPC, ensuring subagent messages are sent by the correct pool bot. Each bot identity visually distinguishes which agent is speaking in the group.

Can I rename pool bots to match specific agent roles in a Telegram group?

Yes, you can rename pool bots to match specific agent roles in a Telegram group by using the optional sender parameter, ensuring each agent appears under its exact role name when sending messages.

What is the best way to visually distinguish which AI agent is speaking in a Telegram group?

The best way to visually distinguish which AI agent is speaking in a Telegram group is using multi-bot swarm orchestration, where per-role pool bots ensure each subagent message appears under a unique bot identity.