Telegram Messaging

Sends Telegram messages via the Bot API with manual or automatic triggers.

Updated Jan 9, 2026
One-click install
npx skills add https://github.com/vampik33/claude-plugins --skill telegram-messaging
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Telegram Messaging
Source: https://github.com/vampik33/claude-plugins/tree/main/plugins/telegram/skills/telegram-messaging
Command: npx skills add https://github.com/vampik33/claude-plugins --skill telegram-messaging

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Send messages to Telegram using the Bot API. The plugin helps with Bot API setup, credential configuration, and troubleshooting delivery issues.

Core Features & Use Cases

  • Manual messaging via the /telegram command
  • Automatic session notifications when credentials are configured and enabled
  • Troubleshooting guidance and credential setup references for reliable delivery

Quick Start

Use the /telegram command to send a message, or enable automatic session notifications once credentials are configured.

Frequently Asked Questions about Telegram Messaging

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

FAQPage Schema
How do I send Telegram messages automatically from a workflow?

To send Telegram messages automatically, configure your Bot API credentials and enable the telegram.local.md config file. Once activated, the system delivers automatic session notifications to your specified chat ID during supported workflows.

What credentials do I need to set up the Telegram Bot API for notifications?

Setting up the Telegram Bot API requires a valid bot token and a chat ID. You must configure these credentials and enable the telegram.local.md config file to activate reliable automatic message delivery.

Can I manually send a Telegram message using a command?

Yes, you can manually send a Telegram message by using the /telegram command. This allows direct messaging through the Bot API without needing to configure automatic session notification triggers.

Why are my Telegram Bot API notifications not being delivered?

Telegram Bot API notifications fail when credentials are missing or the telegram.local.md config is disabled. Troubleshoot delivery issues by verifying your bot token, confirming your chat ID, and ensuring automatic notifications are activated.

Does sending Telegram messages require an enabled config file?

An enabled telegram.local.md config file is required to activate automatic session notifications. Manual messaging via the /telegram command operates independently, but automatic workflow triggers depend on this configuration being active.

What is the best way to notify users via Telegram during a session?

The best way to notify users via Telegram is by using the Bot API with configured credentials. Activating the telegram.local.md config enables automatic session notifications, ensuring reliable message delivery without manual command execution.