add-telegram-swarm

Deploy and manage Telegram agent swarms with role-based pool bots.

Updated Jan 19, 2026
One-click install
npx skills add https://github.com/clsandoval/monorepo --skill add-telegram-swarm-clsandoval
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-telegram-swarm
Source: https://github.com/clsandoval/monorepo/tree/main/automations/nanoclaw/.claude/skills/add-telegram-swarm
Command: npx skills add https://github.com/clsandoval/monorepo --skill add-telegram-swarm-clsandoval

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables teams to run multiple Telegram subagents in a single group by distributing identities to pool bots, ensuring messages come from distinct roles and improving group clarity.

Core Features & Use Cases

  • Create and manage a pool of Telegram bots that can impersonate different agents in a group.
  • Rename pool bots to match agent roles for clear attribution.
  • IPC-driven message routing to assign pool bots per group and sender; supports send_message with optional sender.

Quick Start

Initialize the Telegram agent swarm workflow to deploy pool bots and assign roles 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 run multiple Telegram bots in a single group channel?

You can run multiple Telegram bots in a single group by deploying an agent swarm that provisions a pool of bots and routes messages to match specific agent roles. This ensures messages come from distinct identities.

Can I dynamically rename Telegram bots to match agent roles?

Yes, you can dynamically rename Telegram pool bots to match agent roles using the Telegram API. This provides clear attribution and stable bot renaming across active sessions.

How does IPC message routing work for Telegram agent swarms?

IPC-driven message routing assigns pool bots per group and sender, directing messages to the appropriate bot identity. It supports send_message operations with optional sender parameters for coordinated dialogue.

What is the best way to coordinate multi-agent dialogue on Telegram?

The best way to coordinate multi-agent dialogue on Telegram is by initializing an agent swarm workflow that distributes identities to pool bots, ensuring role-based bot identities and stable group attribution.

Does deploying a Telegram agent swarm require external dependencies?

Deploying a Telegram agent swarm does not require external dependencies. It automates pool bot provisioning and management entirely through IPC signaling and the Telegram API.

When do I need to use a Telegram agent swarm?

You need a Telegram agent swarm when your group channel requires coordinated multi-agent dialogue, distinct role-based bot identities, and stable bot renaming across sessions for improved group clarity.