add-telegram

Integrate Telegram as a communication channel using Grammy.js.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/jokim1/clawrocket --skill add-telegram-jokim1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-telegram
Source: https://github.com/jokim1/clawrocket/tree/main/.claude/skills/add-telegram
Command: npx skills add https://github.com/jokim1/clawrocket --skill add-telegram-jokim1

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill enables seamless integration with Telegram, allowing your AI assistant to communicate with users through the popular messaging platform.

Core Features & Use Cases

  • Two-way Communication: Send and receive messages, photos, videos, and more.
  • Flexible Configuration: Use as a control channel (triggers actions), a passive channel (receives notifications), or a full-fledged communication hub.
  • Use Case: Set up your AI assistant to send you daily weather updates in a Telegram group or to receive alerts when a critical server error occurs.

Quick Start

Use the add-telegram skill to set up Telegram as a new communication channel for your assistant.

Frequently Asked Questions about add-telegram

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

FAQPage Schema
How do I integrate Telegram messaging with an AI assistant?

You can integrate Telegram messaging by using this Skill to connect your AI assistant to the platform. It leverages the Grammy.js library to handle two-way communication, including text, media, and command processing.

What is needed to set up a Telegram bot for my AI assistant?

Setting up a Telegram bot requires a Telegram Bot Token for authentication and operation. This token allows the Grammy.js library to register chat metadata and securely route messages between the user and the assistant.

Can I use Telegram to receive media messages through my AI bot?

Yes, you can use this Telegram integration to receive media messages. The Skill supports handling photos, videos, and other media formats, enabling your AI assistant to process multimedia content sent by users.

Does this Telegram integration support command processing?

Yes, the Telegram integration supports command processing. The underlying Grammy.js library framework allows your AI assistant to recognize and execute specific commands sent through the Telegram chat channel.

How can I configure Telegram as a notification channel for alerts?

You can configure Telegram as a passive channel to receive notifications and alerts. This allows your AI assistant to send messages like daily updates or critical server error alerts directly to a designated Telegram group or chat.

What are the limitations of using Grammy.js for Telegram bot communication?

Using Grammy.js for Telegram bot communication requires a valid Telegram Bot Token for operation. While it supports text, media, and commands, complex interactions depend on the assistant's underlying logic rather than the messaging channel itself.