typeclaw-channel-telegram-bot

Convert Markdown text into Telegram-compatible MarkdownV2 format.

53|12|Updated Apr 16, 2026
One-click install
npx skills add https://github.com/typeclaw/typeclaw --skill typeclaw-channel-telegram-bot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: typeclaw-channel-telegram-bot
Source: https://github.com/typeclaw/typeclaw/tree/main/src/skills/typeclaw-channel-telegram-bot
Command: npx skills add https://github.com/typeclaw/typeclaw --skill typeclaw-channel-telegram-bot

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill guarantees that messages sent through the Telegram bot channel are correctly formatted according to Telegram's MarkdownV2 dialect, preventing display errors and ensuring messages are rendered as intended.

Core Features & Use Cases

  • Markdown Translation: Converts common Markdown formatting to Telegram's strict MarkdownV2 syntax.
  • Escaping: Properly escapes reserved characters to prevent parsing errors.
  • Use Case: When composing a message with bold, italics, and links for Telegram, this Skill ensures the message appears with the correct formatting and no parsing errors.

Quick Start

Load this Skill to format your markdown messages correctly before sending them through Telegram.

Frequently Asked Questions about typeclaw-channel-telegram-bot

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

FAQPage Schema
How do I escape reserved characters for Telegram MarkdownV2 messages?

To escape reserved characters for Telegram MarkdownV2, this Skill automatically converts your text and escapes all special characters to prevent parsing errors. It ensures your messages are rendered safely and accurately in Telegram chats.

Why does Telegram return a parse error when I send markdown messages?

Telegram returns a parse error because its MarkdownV2 dialect requires strict escaping of reserved characters. This Skill translates common markdown syntax into MarkdownV2 format, escaping characters to resolve these display errors.

Can I use standard markdown formatting for bold, italics, and links in a Telegram bot?

You can use standard markdown formatting for bold, italics, and links by loading this Skill to translate it. It converts common markdown markers into Telegram-compatible MarkdownV2 syntax, ensuring correct formatting without errors.

What is the best way to format text containing markdown syntax for Telegram chats?

The best way to format text containing markdown syntax for Telegram is using a conversion Skill that handles MarkdownV2 translation. It properly escapes reserved characters and handles formatting markers, guaranteeing messages render as intended.

Do I need to manually escape characters before sending messages through a Telegram bot channel?

You do not need to manually escape characters before sending messages through a Telegram bot channel. This Skill guarantees messages are correctly formatted according to MarkdownV2 syntax, preventing display errors automatically.