telegram-notify

Send Telegram messages and files to designated chats via bot.

4|3|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/qhkm/zeptoclaw-skills --skill telegram-notify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: telegram-notify
Source: https://github.com/qhkm/zeptoclaw-skills/tree/main/telegram-notify
Command: npx skills add https://github.com/qhkm/zeptoclaw-skills --skill telegram-notify

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables sending messages, alerts, and files to Telegram chats via a bot, streamlining incident response and updates in your workflows.

Core Features & Use Cases

  • Text alerts to individual chats or groups with optional formatting.
  • Send documents, images, and other files directly to Telegram chats.
  • Quick integration with environment variables to automate alerts from CI/CD or monitoring tools.

Quick Start

Configure the bot token and chat ID, then send a test message to a chat.

Frequently Asked Questions about telegram-notify

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

FAQPage Schema
How do I send Telegram alerts and files automatically from my workflows?

To send Telegram alerts and files automatically, you use a bot configured via the Telegram Bot API. This requires setting the TELEGRAM_BOT_TOKEN and TELEGRAM_CHAT_ID environment variables to route messages and documents to your designated chats.

Do I need a Telegram bot token and chat ID to send notifications to a group?

Yes, you need a Telegram bot token and chat ID to send notifications to a group. These environment variables authenticate the bot and target the specific chat, enabling automated text alerts and file sharing within team channels.

Can I format Telegram messages with HTML when sending automated alerts?

You can format Telegram messages with HTML when sending automated alerts. The functionality supports HTML formatting via the Telegram Bot API, allowing you to structure text updates and styled notifications sent to individual or group chats.

What's the best way to share documents and images in Telegram chats via an API?

The best way to share documents and images via an API is using a Telegram bot. It sends files directly to designated chats by leveraging the bot token and chat ID, streamlining file sharing for incident response or status updates.

Does Telegram bot integration work for CI/CD pipeline status updates and monitoring alerts?

Telegram bot integration works for CI/CD pipeline status updates and monitoring alerts. By configuring environment variables, you can automate incident response messages and operational alerts directly into personal or team channels.

What are the limitations of using a Telegram bot for automated messaging?

Limitations of using a Telegram bot for automated messaging include the strict requirement for valid TELEGRAM_BOT_TOKEN and TELEGRAM_CHAT_ID environment variables. Without these correctly configured, the bot cannot route alerts, updates, or files to the target chat.