add-telegram-swarm

Route Telegram agent messages through a dedicated pool of bot identities.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/LIMITLESS-LONGEVITY/limitless --skill add-telegram-swarm-limitless-longevity
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-telegram-swarm
Source: https://github.com/LIMITLESS-LONGEVITY/limitless/tree/main/apps/nanoclaw/.claude/skills/add-telegram-swarm
Command: npx skills add https://github.com/LIMITLESS-LONGEVITY/limitless --skill add-telegram-swarm-limitless-longevity

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill adds Agent Swarm (Teams) support to Telegram by giving each subagent in a group its own bot identity, enabling users to visually distinguish which agent is speaking and simplifying multi-agent coordination.

Core Features & Use Cases

  • Dedicated pool bots for agent teams, each with a unique identity in the Telegram group.
  • Stable sender mapping with round-robin assignment and on-demand bot renaming to match roles.
  • IPC-based message routing that routes messages through the pool and falls back to the main bot if the pool is unavailable.
  • Prerequisites: set up Telegram with /add-telegram and provide pool bot tokens to enable multi-agent conversations.

Quick Start

Set up Telegram by running the /add-telegram flow, then provide 3-5 pool bot tokens to enable the agent swarm in your 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 give each agent in a Telegram group its own bot identity?

To give each agent in a Telegram group its own bot identity, you route messages through a dedicated pool of bot tokens, enabling stable sender mapping and on-demand renaming to visually distinguish subagents.

What do I need to set up before enabling agent teams in Telegram?

Before enabling agent teams in Telegram, you need to complete the standard Telegram setup flow and provide 3-5 pool bot tokens to ensure each subagent has a dedicated identity for messaging.

How does IPC-based message routing work for Telegram bot pools?

IPC-based message routing for Telegram bot pools directs agent messages through dedicated pool identities and automatically falls back to the main bot if the pool becomes unavailable, ensuring continuous message delivery.

What happens if a pool bot is unavailable during multi-agent collaboration?

If a pool bot is unavailable during multi-agent collaboration, the send-only bot pool automatically falls back to the main bot to route messages, preventing communication failures within the Telegram group.

Can I dynamically rename Telegram bots to match agent roles?

Yes, you can dynamically rename Telegram bots to match agent roles through on-demand bot renaming, which maintains stable sender mapping while allowing subagent personas to update their identities as needed.

How are pool bots assigned to agents in a Telegram swarm?

Pool bots in a Telegram swarm are assigned to agents using stable sender mapping with round-robin assignment, ensuring each subagent receives a consistent bot identity throughout the conversation.