telegram

Send, reply to, and edit Telegram messages via the Bot API.

Updated Feb 18, 2026
One-click install
npx skills add https://github.com/XiongJingzhi/agent-learn --skill telegram-xiongjingzhi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: telegram
Source: https://github.com/XiongJingzhi/agent-learn/tree/main/app/bub/src/bub/skills/telegram
Command: npx skills add https://github.com/XiongJingzhi/agent-learn --skill telegram-xiongjingzhi

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates sending, replying to, and editing messages within Telegram, enabling seamless communication and proactive notifications.

Core Features & Use Cases

  • Send Messages: Dispatch new messages to any Telegram chat.
  • Reply to Messages: Engage in threaded conversations by replying to specific messages.
  • Edit Messages: Update existing messages without sending a new one.
  • Proactive Notifications: Push updates and alerts even outside an active chat session.
  • Use Case: Automatically send a daily summary report to a specific Telegram channel or reply to a user's query with detailed information.

Quick Start

Use the telegram skill to send the message "Hello from Agent!" to chat ID "123456789".

Frequently Asked Questions about telegram

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

FAQPage Schema
How do I send Telegram messages using a bot API?

You can send Telegram messages using a bot API by providing a valid bot token and chat ID. This Skill enables programmatic interaction with the Telegram Bot API to dispatch new messages to any specified chat.

Can I edit existing Telegram messages without sending a new one?

Yes, you can edit existing Telegram messages without sending a new one. The Skill supports updating messages previously sent by the bot, allowing you to modify content seamlessly within the chat.

How do I set up proactive Telegram notifications outside an active chat session?

To set up proactive Telegram notifications, you need a valid bot token and target chat ID. The Skill pushes updates and alerts to specified chats, enabling automated notifications even when no active chat session is occurring.

Does the Telegram Bot API support MarkdownV2 formatting for automated messages?

Yes, the Telegram Bot API supports MarkdownV2 formatting for automated messages. This Skill handles MarkdownV2 formatting natively, ensuring your dispatched messages and replies render correctly with rich text.

What do I need to automate Telegram bot replies to specific messages?

To automate Telegram bot replies to specific messages, you need a valid bot token and chat ID. This Skill enables threaded conversations by programmatically replying to targeted messages using the Telegram Bot API.

Why does my Telegram bot fail to send messages without a chat ID?

Your Telegram bot fails to send messages without a chat ID because the API requires a specific destination. A valid bot token and chat ID are mandatory prerequisites for the Skill to execute any message dispatch or edit operation.