$npx skillfedfor your agent

add-telegram-swarm

This skill extends Telegram integration to support agent teams, giving each subagent its own bot identity in group conversations. Pool bots are dynamically assigned and renamed to match agent roles, letting users see exactly which team member is responding. Requires prior Telegram configuration via /add-telegram.

Add Telegram Swarm enables each subagent in a team to speak through its own bot identity in Telegram groups.

AI-generated summary based on this skill's SKILL.md

90 8 MITupdated by b1rdmania

Decision gist · record as of 2026-05-03

Add Telegram Swarm enables each subagent in a team to speak through its own bot identity in Telegram groups. This skill extends Telegram integration to support agent teams, giving each subagent its own bot identity in group conversations. Pool bots are dynamically assigned and renamed to match agent roles, letting users see exactly which team member is responding. Requires prior Telegram configuration via /add-telegram.

manual: git clone https://github.com/b1rdmania/ghostclaw → cp -r ghostclaw/.claude/skills/add-telegram-swarm ~/.claude/skills/add-telegram-swarm
.claude/skills/add-telegram-swarm/SKILL.md · version ab9996b1

Use it when

  • add-telegram-swarm uses a bot pool—a set of dedicated Telegram bots—to represent different agent roles.
  • Yes.

Verify before relying

Read SKILL.md below before installing (1 file). Open directory: indexed for reading, not audited.

Same gist for agents: .md · .json

Install

b1rdmania/ghostclaw/add-telegram-swarm · repository language: TypeScript

Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

How do I set up telegram agent swarm support?

add-telegram-swarm extends your Telegram integration to support agent teams. After configuring Telegram via /add-telegram, this skill assigns each subagent its own bot identity in group conversations. Pool bots are dynamically assigned and renamed to match agent roles, so you can see exactly which team member is responding in your Telegram group.

What is a bot pool in add-telegram-swarm?

add-telegram-swarm uses a bot pool—a set of dedicated Telegram bots—to represent different agent roles. Each subagent gets routed through its own bot, giving it a distinct identity and name in group chats. This enables multi-agent coordination with visible sender attribution, so team members are clearly distinguished.

Can I configure pool bots to represent different agent roles?

Yes. add-telegram-swarm supports role-based naming and dynamic bot assignment. Pool bots are automatically renamed to match your agent roles, and round-robin assignment ensures balanced distribution. This lets you implement multi-agent teams where each subagent appears with its own identity and role label in Telegram.

How does add-telegram-swarm enable multi-agent coordination?

add-telegram-swarm routes subagent messages through dedicated bots for visual distinction, enabling multi-agent coordination with visible sender attribution. Each team member's response is clearly labeled with their bot identity and role name, making it obvious who is contributing to the conversation in your Telegram group.

What do I need before using add-telegram-swarm?

add-telegram-swarm requires prior Telegram configuration via /add-telegram. Once your base Telegram integration is set up, you can layer this skill on top to add agent swarm and team support, turning your group chat into a multi-agent collaboration space with distinct bot identities.

How are bots assigned to agents in add-telegram-swarm?

add-telegram-swarm implements round-robin bot assignment and dynamic role-based naming. Pool bots are automatically distributed across subagents and renamed to reflect their roles. This ensures balanced load and clear visual distinction of each agent's contributions in your Telegram conversations.

SKILL.md

Rendered from the published skill. Quoted content, verbatim.

Add Agent Swarm to Telegram

This skill adds Agent Teams (Swarm) support to an existing Telegram channel. Each subagent in a team gets its own bot identity in the Telegram group, so users can visually distinguish which agent is speaking.

Prerequisite: Telegram must already be set up via the /add-telegram skill. If src/telegram.ts does not exist or TELEGRAM_BOT_TOKEN is not configured, tell the user to run /add-telegram first.

How It Works

  • The main bot receives messages and sends lead agent responses (already set up by /add-telegram)
  • Pool bots are send-only — each gets a Grammy Api instance (no polling)
  • When a subagent calls send_message with a sender parameter, the host assigns a pool bot and renames it to match the sender's role
  • Messages appear in Telegram from different bot identities

``` Subagent calls send_message(text: "Found 3 results",

(truncated - see the full file via the links below)

File tree — 1 file
.claude/skills/add-telegram-swarm/SKILL.md

Let your AI agent find skills like this

Example. Real query, live index.

You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.

wish › “Set up agent swarm/teams support in Telegram with distinct bot identities”

Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →

Related skills

add-telegram-swarm
by sbusso · sbusso/claudeclaw

Add Telegram Swarm extends your Telegram setup to support agent teams, where each subagent gets its own bot identity in the group. Messages from different agents appear from different bots, making it clear who's speaking. Requires prior Telegram configuration via the base skill.

MITupdated Jul 2026
★ 184repo stars
add-telegram
by b1rdmania · b1rdmania/ghostclaw

This skill integrates Telegram into GhostClaw through automated code changes and guided configuration. It lets you use Telegram as your primary channel or run it alongside WhatsApp, with options for full message access or trigger-only responses in groups.

MITfor claude-codeupdated May 2026
★ 90repo stars
add-telegram
by sbusso · sbusso/claudeclaw

This skill integrates Telegram into ClaudeClaw for bidirectional messaging. Set up your bot token, register chat IDs, and choose between full message handling or trigger-only mode. Supports group chats and optional agent swarm visibility.

MITupdated Jul 2026
★ 184repo stars
agent-teams-playbook
by KimYx0207 · KimYx0207/Kim_Service

Agent Teams Playbook provides a structured 6-stage workflow for coordinating multiple agents across different runtime platforms. It handles task planning, capability discovery, team assembly, parallel execution, and result aggregation—with built-in quality gates and cross-platform adaptation for Claude Code, Codex, OpenClaw, and Cursor.

MITdocs in Chineseupdated Jul 2026
★ 156repo stars
teams-management
by nirholas · nirholas/XActions

Teams Management provides REST API endpoints for setting up collaborative workspaces within XActions. Create teams, invite members with specific roles (owner, admin, editor, viewer), and manage permissions across your automation projects. Teams share operation quotas and enforce role-based access at the API level.

Apache-2.0updated Jul 2026
★ 416repo stars
add-telegram
by nanocoai · nanocoai/nanoclaw

Add Telegram brings Telegram bot support to NanoClaw via the Chat SDK bridge. The skill handles adapter installation, registration, credential setup through BotFather, and a secure 4-digit pairing handshake to bind your chat. All steps are idempotent and safe to re-run.

MITfor claude-codeupdated Jul 2026
★ 30,388repo stars

More skills add-discord (MIT) · Add Discord (MIT)

Tags
multi-agent-coordinationbot-pool-managementgroup-messagingagent-identitytelegram-integrationswarm-orchestrationdynamic-bot-namingipc-routingteam-communication