telegram-html-reply

Generate styled HTML documents from complex Telegram replies and send them via sendDocument API.

9|2|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/kindomLee/openclaw-workspace-template --skill telegram-html-reply
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: telegram-html-reply
Source: https://github.com/kindomLee/openclaw-workspace-template/tree/main/templates/.claude/skills/telegram-html-reply
Command: npx skills add https://github.com/kindomLee/openclaw-workspace-template --skill telegram-html-reply

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Telegram's markdown rendering cannot handle complex structures like tables or dashboards; this skill converts such content into a clean HTML document for reliable viewing.

Core Features & Use Cases

  • Generate a styled HTML file when replies include tables, multi-column data, or dashboards
  • Deliver the HTML as a Telegram document to ensure consistent rendering across devices
  • Use case: a support bot can attach a detailed data table as an HTML file for download

Quick Start

Trigger the HTML-rich reply workflow by sending a message that requires HTML output, and the system will generate a styled HTML document and send it to Telegram as a document.

Frequently Asked Questions about telegram-html-reply

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

FAQPage Schema
How do I send complex tables and dashboards in Telegram without formatting breaking?▼

To send complex tables in Telegram without formatting breaking, you can convert the response into a styled HTML document and deliver it as a downloadable file attachment using the sendDocument API.

Why does Telegram markdown fail to render multi-column data and comparisons correctly?▼

Telegram markdown fails to render multi-column data because its native rendering engine cannot handle complex structures like tables or dashboards, requiring a rich HTML document for consistent viewing across devices.

How to generate an HTML file from a Telegram bot reply for data tables?▼

To generate an HTML file from a Telegram bot reply, trigger the HTML-rich reply workflow with a message requiring complex output; the system writes a styled HTML document to a local tmp directory and sends it as a document.

Can I use HTML rich output for Telegram support bots to attach detailed data?▼

Yes, you can use HTML rich output for Telegram support bots to attach detailed data tables as HTML files, ensuring users can download and view multi-column data or dashboards with reliable rendering.

What is the best way to ensure consistent rendering of complex replies across Telegram devices?▼

The best way to ensure consistent rendering of complex replies across Telegram devices is to convert the content into a clean HTML document and send it as a document attachment rather than relying on native markdown.

When should I avoid using markdown and send an HTML document in Telegram instead?▼

You should avoid using markdown and send an HTML document in Telegram when your replies include tables, multi-column data, comparisons, or dashboards, or when users explicitly request HTML output for reliable viewing.