What problem does it solve?
Publishing the same content across multiple platforms often breaks due to character limits, unsupported formatting, unsafe HTML, or incorrect posting/threading behavior, causing failed posts or mangled previews.
Core Features & Use Cases
- Platform-specific posting constraints: Applies correct Telegram Bot API limits for message text, photo/video captions, and media group caption behavior.
- Safe Telegram formatting: Enforces a strict HTML allowlist and validates attributes (including href scheme guarding and code language class validation) to prevent parse errors.
- Adaptive long-post splitting: Splits oversized Telegram messages into numbered parts while respecting UTF-16 unit limits and best-effort split points.
- Multi-platform publishing rules: Provides constraints and formatting guidance for LinkedIn, Facebook, X/Twitter, VK, and Instagram, plus link preview requirements (OG/Twitter card tags).
- Correct Telegram commenting on channels: Implements a reliable workflow for posting comments under channel posts in the linked discussion group with verification.
Quick Start
Use the publishing skill to format and split a long post safely for Telegram, including correct HTML sanitization and channel-comment threading.