add-telegram-swarm

Integrate Agent Swarm teams into Telegram with unique bot identities.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables Agent Teams (Swarm) functionality within Telegram, allowing each subagent to have its own distinct bot identity in group chats for clearer communication.

Core Features & Use Cases

  • Multi-Bot Identity: Assigns unique Telegram bot identities to each subagent in a team.
  • Clearer Communication: Visually distinguishes which agent is sending messages in a group.
  • Send-Only Pool Bots: Utilizes dedicated bots for sending messages, managed by a host process.
  • Use Case: When you ask CribClaw to "assemble a team of a researcher and a coder to build a hello world app," each agent will send messages from their own named bot (e.g., "Researcher" and "Coder") within the Telegram group.

Quick Start

Ask the assistant to assemble a team of a researcher and a coder to build a hello world app.

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 bot identities to different agents in a group chat?

To assign multiple Telegram bot identities, you need to configure a pool of Telegram bots, disable their group privacy settings, and update IPC routing to manage sender-specific message delivery for each subagent.

What is an agent swarm in Telegram and how does it improve group chat communication?

An agent swarm in Telegram integrates multi-agent teams by assigning unique bot identities to subagents. This visually distinguishes which agent is sending messages, facilitating clearer communication within the group chat.

Do I need to disable group privacy settings for Telegram bots to enable multi-agent messaging?

Yes, you must disable group privacy settings for your pre-configured pool of Telegram bots. This allows the send-only pool bots to dynamically rename and deliver messages from distinct subagents within the group chat.

How to set up a researcher and coder agent team to build an app in Telegram?

To set up an agent team, ask your assistant to assemble a team. The Skill routes messages through dedicated pool bots, allowing each subagent to dynamically send messages from their own named bot, such as 'Researcher' and 'Coder'.

Why does my multi-agent setup send all Telegram messages from the same bot identity?

If your multi-agent setup sends messages from the same bot, your application configuration or IPC routing may not be updated to manage sender-specific delivery, or the pool of Telegram bots lacks unique identities for the subagents.

Can I use dynamically renamed pool bots for send-only messages in Telegram?

Yes, this Skill utilizes dedicated send-only pool bots managed by a host process. These bots are dynamically renamed to match the subagent identities, ensuring messages are delivered from the correct agent.