add-telegram

Integrate Telegram as a messaging channel for an AI orchestrator using grammy.js.

Updated Feb 14, 2026
One-click install
npx skills add https://github.com/b9b4ymiN/JellyCore --skill add-telegram-b9b4ymin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-telegram
Source: https://github.com/b9b4ymiN/JellyCore/tree/main/nanoclaw/.claude/skills/add-telegram
Command: npx skills add https://github.com/b9b4ymiN/JellyCore --skill add-telegram-b9b4ymin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires grammy, and includes scripts (resource) components.

What problem does it solve?

This Skill enables the integration of Telegram as a messaging channel for the AI platform, allowing users to interact with the AI through Telegram bots.

Core Features & Use Cases

  • Multi-channel Support: Adds Telegram as a new communication channel alongside existing ones like WhatsApp.
  • Flexible Configuration: Supports various modes: replacing other channels, running concurrently, or acting as a control/notification-only channel.
  • Use Case: A user wants to manage their AI assistant via Telegram, receiving notifications and sending commands without needing to use a different app. This skill allows them to set up a dedicated Telegram bot for this purpose.

Quick Start

Follow the instructions to create a Telegram bot and register your chat ID with the AI.

Frequently Asked Questions about add-telegram

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

FAQPage Schema
How do I connect a Telegram bot to my AI platform for messaging?

To connect a Telegram bot for AI communication, you need to create a bot, obtain user-provided bot tokens, and use the grammy.js library to establish connections and handle message routing between the channel and the AI orchestrator.

Can I run Telegram alongside my existing WhatsApp channel for the same AI?

Yes, you can run Telegram concurrently with existing channels like WhatsApp. This skill supports flexible configuration including parallel operation, channel replacement, or acting as a dedicated control and notification channel.

What do I need to set up Telegram as a dedicated AI control channel?

You need the grammy.js library dependency and valid user-provided bot tokens. These establish the connection and enable message routing to manage your AI assistant via Telegram commands and notifications.

How does the grammy.js library handle Telegram bot integration for AI communication?

The grammy.js library handles the Telegram bot integration by establishing connections using bot tokens and managing message routing, enabling bot-based communication between the user and the AI orchestrator.

Are there limitations to replacing existing messaging channels with Telegram?

Telegram integration supports replacing other channels, running concurrently, or functioning as a notification-only channel. However, it requires valid user-provided bot tokens and the grammy.js library to properly handle message routing.

When should I use Telegram instead of other messaging channels for my AI assistant?

Use Telegram when you want to manage your AI assistant, receive notifications, and send commands through a dedicated bot without needing a different app, replacing or running parallel to existing channels like WhatsApp.