From 196abf67cfbe677e84b62106ca4fd9b38e81ff72 Mon Sep 17 00:00:00 2001 From: Gavriel Cohen Date: Mon, 9 Feb 2026 10:15:22 +0200 Subject: [PATCH] docs: clarify agent swarms vs teams in Telegram skill MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Agent Teams work without swarm support — they just operate behind the scenes. Swarm support makes subagents visible as separate bots. Co-Authored-By: Claude Opus 4.6 --- .claude/skills/add-telegram/SKILL.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.claude/skills/add-telegram/SKILL.md b/.claude/skills/add-telegram/SKILL.md index 3ffbde3..0b6d856 100644 --- a/.claude/skills/add-telegram/SKILL.md +++ b/.claude/skills/add-telegram/SKILL.md @@ -624,6 +624,14 @@ npm run dev launchctl load ~/Library/LaunchAgents/com.nanoclaw.plist ``` +## Agent Swarms (Teams) + +After completing the Telegram setup, ask the user: + +> Would you like to add Agent Swarm support? Without it, Agent Teams still work — they just operate behind the scenes. With Swarm support, each subagent appears as a different bot in the Telegram group so you can see who's saying what and have interactive team sessions. + +If they say yes, invoke the `/add-telegram-swarm` skill. + ## Removal To remove Telegram integration: