add-telegram-swarm

Assign Telegram subagents to dedicated pool bots with role-based names.

3|Updated Apr 19, 2026
One-click install
npx skills add https://github.com/OfirGavish/NinjaClaw-Nano --skill add-telegram-swarm-ofirgavish
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-telegram-swarm
Source: https://github.com/OfirGavish/NinjaClaw-Nano/tree/main/.copilot/skills/add-telegram-swarm
Command: npx skills add https://github.com/OfirGavish/NinjaClaw-Nano --skill add-telegram-swarm-ofirgavish

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Add Agent Swarm to Telegram enables multiple subagents to operate in a group with distinct bot identities, improving clarity and coordination.

Core Features & Use Cases

  • Telegram pool bots provide dedicated identities for subagents in groups.
  • Stable bot names per group via round-robin assignment and name changes to reflect roles.
  • IPC-driven routing and environment configuration to support multi-agent collaboration in Telegram.

Quick Start

Create and configure a pool of Telegram bots, initialize the pool, and start the NinjaClaw service to enable agent teams.

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 multiple Telegram bots to different agents in a group chat?

You can assign multiple Telegram bots to agents by using a pool bot system. Each subagent receives a dedicated pool bot, which is renamed to reflect its specific role, ensuring clear attribution and stable identities within the group chat.

What is IPC routing in multi-agent Telegram bot pools?

IPC routing in multi-agent Telegram bot pools is the mechanism that wires communication between subagents. It coordinates environment configuration and bot pool initialization to enable seamless multi-agent collaboration within shared Telegram groups.

How do I set up a Telegram agent swarm with pool bots?

To set up a Telegram agent swarm, create and configure a pool of Telegram bots. Initialize the pool, wire the IPC routing, update the COPILOT configurations, and start the NinjaClaw service to enable the agent teams.

Does each subagent in a Telegram swarm need its own dedicated bot?

Yes, each subagent in a Telegram swarm needs its own dedicated pool bot. This dedicated bot identity is renamed to reflect the subagent's role, which prevents confusion and maintains stable attribution during multi-agent collaboration.

Why does my Telegram bot name change when assigned to an agent group?

Telegram bot names change to reflect the specific role of the assigned subagent. This round-robin assignment and renaming process ensures clear attribution in chats and stable bot identities for each agent within the group.