Toolverse
All skills

add-telegram-swarm

by gavrielc

Add Agent Swarm (Teams) support to Telegram. Each subagent gets its own bot identity in the group. Requires Telegram channel to be set up first (use /add-telegram). Triggers on \

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
gavrielc
Category
Backend

About this skill

Add Agent Swarm (Teams) support to Telegram. Each subagent gets its own bot identity in the group. Requires Telegram channel to be set up first (use /add-telegram). Triggers on \

How to use

  1. Upewnij się, że Telegram jest już skonfigurowany — uruchom /add-telegram, jeśli plik src/telegram.ts nie istnieje lub TELEGRAM_BOT_TOKEN nie jest ustawiony.

  2. Utwórz pulę botów: otwórz Telegram, wyszukaj @BotFather i wyślij /newbot dla każdego bota (zalecane 3–5 botów). Nadaj im nazwy zastępcze (np. Bot 1, Bot 2) i unikalne nazwy użytkownika (np. myproject_swarm_1_bot). Skopiuj wszystkie tokeny.

  3. Dodaj wszystkie boty do grupy Telegram, w której chcesz używać Agent Swarm.

  4. Zainstaluj skill add-telegram-swarm — system automatycznie wykryje słowa kluczowe takie jak "agent swarm", "agent teams telegram" lub "telegram swarm".

  5. Gdy podagent wyśle wiadomość z parametrem sender (np. send_message z sender: "Researcher"), host automatycznie przydzieli bot z puli, zmieni jego nazwę na rolę agenta i wyśle wiadomość z tej tożsamości.

  6. Wiadomości będą pojawiać się w Telegramie od różnych botów — każdy odpowiadający innej roli w zespole agentów.

Related skills