telegram

Send messages and notifications via the Telegram Bot API.

6|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/PsiACE/bub --skill telegram-psiace
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: telegram
Source: https://github.com/PsiACE/bub/tree/main/src/bub/skills/telegram
Command: npx skills add https://github.com/PsiACE/bub --skill telegram-psiace

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, telegramify-markdown, and includes scripts (resource) components.

What problem does it solve?

Enables automated messaging and notifications via the Telegram Bot API to keep users informed and facilitate bot interactions.

Core Features & Use Cases

  • Send messages via Telegram Bot API to individuals or groups
  • Push notifications and alerts to channels or chats
  • Interact with Telegram Bot API endpoints for status checks and actions
  • Test and validate Telegram bot functionality in development and production
  • Use cases include proactive alerts, status updates, and user replies routing

Quick Start

Run the Telegram sender script with your bot token to send a test message.

Frequently Asked Questions about telegram

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

FAQPage Schema
How do I send automated notifications via the Telegram Bot API?

To send automated notifications via the Telegram Bot API, you run the provided script with your bot token. It utilizes telegramify_markdown to format MarkdownV2 messages and push alerts to individuals, groups, or channels.

What do I need to set up before sending Telegram bot messages?

You need a valid Telegram bot token and the script dependencies installed in the skill's scripts directory. Required packages include requests for HTTP calls and telegramify-markdown for formatting messages.

Can I push proactive alerts and status updates to Telegram channels?

Yes, you can push proactive alerts and status updates to Telegram channels. The script automates sending messages and notifications via Telegram Bot API endpoints for status checks and user updates across direct conversations.

How does telegramify-markdown handle MarkdownV2 formatting for Telegram messages?

Telegramify-markdown formats text into MarkdownV2 syntax required by Telegram Bot API endpoints. This ensures special characters are properly escaped when sending messages, preventing formatting errors during automated bot communications.

Is there a way to test and validate Telegram bot functionality in development?

You can test and validate Telegram bot functionality by running the sender script with your bot token to send a test message. This applies to both development and production environments for checking status and bot interactions.

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

Using a Telegram bot for automated messaging requires a valid bot token and specific Python dependencies. Interactions are limited to Telegram Bot API endpoints, and message formatting must strictly adhere to MarkdownV2 syntax to avoid sending failures.