add-telegram

Add Telegram bot support to BioClaw for inbound and outbound message routing.

401|53|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/Runchuan-BU/BioClaw --skill add-telegram-runchuan-bu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-telegram
Source: https://github.com/Runchuan-BU/BioClaw/tree/main/.claude/skills/add-telegram
Command: npx skills add https://github.com/Runchuan-BU/BioClaw --skill add-telegram-runchuan-bu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill lets BioClaw receive and send messages through Telegram so teams can use Telegram as a primary or secondary messaging channel without reworking the core agent logic.

Core Features & Use Cases

  • Implements a Telegram Channel that conforms to the Channel interface, enabling connect, sendMessage, setTyping, ownsJid, and disconnect operations.
  • Translates Telegram mentions into the agent trigger pattern, supports private and group chats, handles non-text placeholders, splits long outputs, and logs errors for robust operation.
  • Use Case: Replace or run alongside WhatsApp so researchers can register Telegram chats, run BLAST or QC workflows via chat commands, and receive results and images directly in Telegram.

Quick Start

Start the Telegram bot by creating a bot via BotFather, set TELEGRAM_BOT_TOKEN in the environment and sync it to the container, then register a chat ID with the running agent.

Frequently Asked Questions about add-telegram

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add Telegram messaging to a BioClaw deployment?

You add Telegram messaging by implementing a Channel interface that handles connect, sendMessage, setTyping, ownsJid, and disconnect operations, enabling BioClaw to route inbound and outbound messages directly through Telegram chats.

Can I run Telegram alongside WhatsApp in the same messaging system?

Yes, you can run Telegram alongside WhatsApp or replace it entirely, allowing researchers to register Telegram chats, run workflows via chat commands, and receive results without reworking the core agent logic.

How do I set up a Telegram bot token for chat message routing?

To set up a Telegram bot token, create a bot via BotFather, set TELEGRAM_BOT_TOKEN in your environment, sync it to the container, and register a chat ID with the running agent to enable message routing.

Does Telegram bot integration support group chats and long message splitting?

Yes, Telegram bot integration supports both private and group chats, handles non-text placeholders, and automatically splits long outputs to ensure robust message delivery within the agent trigger pattern.

What is the best way to handle Telegram mentions in a chatbot workflow?

The best way to handle Telegram mentions is by translating them into the agent trigger pattern, which allows the messaging system to register chat metadata and properly route commands for workflows like BLAST or QC directly in Telegram.