telegram-bot

Send text, images, documents, and polls to Telegram channels via the Bot API.

622|45|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/OpenClaudia/openclaudia-skills --skill telegram-bot-openclaudia
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: telegram-bot
Source: https://github.com/OpenClaudia/openclaudia-skills/tree/main/skills/telegram-bot
Command: npx skills add https://github.com/OpenClaudia/openclaudia-skills --skill telegram-bot-openclaudia

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of sending messages, images, documents, and polls to Telegram channels and groups, streamlining community engagement and marketing efforts.

Core Features & Use Cases

  • Message Sending: Post text messages with HTML formatting.
  • Media Sharing: Send photos and documents (PDFs, etc.) with captions.
  • Interactive Polls: Create polls and quizzes to engage your audience.
  • Content Formatting: Utilize HTML or MarkdownV2 for rich message content.
  • Use Case: Announce a new product launch with an image, a compelling caption, and a link to your website using a pre-defined marketing template.

Quick Start

Use the telegram-bot skill to send a message to your main channel.

Frequently Asked Questions about telegram-bot

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

FAQPage Schema
How do I send broadcast messages to a Telegram channel?

To send broadcast messages to a Telegram channel, you use the Telegram Bot API to post text, images, documents, or polls directly to the target chat using the TELEGRAM_BOT_TOKEN and TELEGRAM_CHAT_ID environment variables.

Can I format Telegram bot messages with HTML or MarkdownV2?

Yes, you can format Telegram bot messages with HTML or MarkdownV2 to style text, add captions to media, and include inline keyboards for call-to-action buttons in your channel posts.

How do I post an image and a link to a Telegram group via a bot?

You post an image and a link to a Telegram group by using the bot API's media sharing feature, attaching a compelling text caption with HTML formatting and an inline keyboard button for the URL.

What environment variables do I need to set up a Telegram broadcasting bot?

You need to set up the TELEGRAM_BOT_TOKEN and TELEGRAM_CHAT_ID environment variables for authentication and targeting when configuring your Telegram broadcasting bot.

Can I create interactive polls and quizzes in Telegram channels using a bot?

Yes, you can create interactive polls and quizzes in Telegram channels using a bot by utilizing the API's polling feature to engage your community audience with questions.

Are there templates for marketing announcements on Telegram?

Yes, there are pre-defined templates for marketing announcements, blog shares, and community updates that streamline content creation and broadcasting to your Telegram channels.