add-telegram-swarm
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.
Add Telegram Swarm enables multiple agents to speak with distinct bot identities in Telegram groups.
AI-generated summary based on this skill's SKILL.md
Decision gist · record as of 2026-07-26
Add Telegram Swarm enables multiple agents to speak with distinct bot identities in Telegram groups. 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.
Use it when
- Yes.
- Add Telegram Swarm's bot pool is a set of configured Telegram bot instances assigned to your agent team.
Verify before relying
Read SKILL.md below before installing (1 file). Open directory: indexed for reading, not audited.
Install
sbusso/claudeclaw/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 a telegram agent swarm?
Add Telegram Swarm enables you to configure a pool of Telegram bots so each agent in your team gets a distinct bot identity within group chats. The skill requires that you've already set up base Telegram integration. Once enabled, messages from different agents route through their assigned bot instances, making each agent's voice visually distinct in the group.
Can I add multiple bots to a Telegram group for agents?
Yes. Add Telegram Swarm lets you add multiple bots to a Telegram group, with each bot representing a different agent. This bot pool approach means agent teams can communicate through dedicated instances—each subagent speaks through its own bot, so group members see clearly who's sending each message.
What is a telegram bot pool for agents?
Add Telegram Swarm's bot pool is a set of configured Telegram bot instances assigned to your agent team. Each agent in the pool gets routed through its own bot, allowing lightweight agent communication and distinct agent presence. You configure which agents map to which bots during setup.
How does Add Telegram Swarm create distinct agent voices?
Add Telegram Swarm routes each agent's messages through a separate bot instance in your Telegram group. Since each bot has its own name and identity, messages from different agents appear from different senders, making it immediately clear which agent is speaking—no ambiguity about who said what.
What are send-only API instances in Add Telegram Swarm?
Add Telegram Swarm supports lightweight send-only API instances for agent communication. These instances are optimized for agents that only need to send messages (not receive updates), reducing overhead while keeping your agent swarm responsive and efficient in Telegram groups.
Do I need prior Telegram configuration before using this skill?
Yes. Add Telegram Swarm requires that you've already completed base Telegram configuration. The skill extends that foundation by adding multi-agent bot pool support, so your agents can operate with distinct identities. Check your base Telegram setup first, then configure the swarm layer.
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/channels/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
Apiinstance (no polling) - When a subagent calls
send_messagewith asenderparameter, 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
(truncated - see the full file via the links below)
File tree — 1 file
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 › “Enable multiple agents to speak with distinct identities in Telegram groups”
Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →
Related skills
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.
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.
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.
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.
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.
Extend ClaudeClaw with new input channels, adjust routing rules, and personalize agent responses. This interactive skill guides you through adding Telegram, Slack, Discord, email, or other integrations, then helps rebuild and restart your setup.
More skills add-discord (MIT) · add-whatsapp (MIT)