add-telegram

Integrate Telegram as a communication channel for an AI agent.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill enables seamless integration of Telegram as a communication channel for the AI, offering flexibility in how messages are received and sent.

Core Features & Use Cases

  • Flexible Channel Integration: Use Telegram as a primary, secondary, or notification-only channel.
  • Configurable Chat Behavior: Control whether the bot responds to all messages, mentions, or specific triggers.
  • Use Case: Integrate your AI assistant with Telegram to receive real-time notifications from your smart home devices or to interact with the AI while on the go, without needing to manage multiple platforms.

Quick Start

Follow the instructions to install the necessary libraries and configure your Telegram bot token and chat IDs.

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 as a communication channel for an AI agent?

To integrate Telegram for an AI agent, you configure a bot token and chat IDs to route messages based on chat configuration and mention detection. This enables flexible message handling and response behavior.

Do I need the grammy library to set up a Telegram bot for AI messaging?

Yes, the grammy library is required for Telegram bot development within this integration. It facilitates bot registration via the /chatid command and manages chat metadata and message storage.

Can I configure a Telegram bot to only respond to mentions instead of all messages?

Yes, you can configure the Telegram bot's chat behavior to control whether it responds to all messages, mentions, or specific triggers. This allows use as a primary, secondary, or notification-only channel.

What is the best way to use Telegram for real-time AI notifications from smart home devices?

Using Telegram as a notification-only channel allows your AI assistant to receive real-time alerts from smart home devices. You manage routing by registering specific chats via the /chatid command.

How does bot registration and message routing work for a Telegram AI integration?

Bot registration occurs via a /chatid command, which establishes the chat metadata required for message storage. Message routing is then handled dynamically based on the chat configuration and mention detection.