What problem does it solve? Posting to Telegram channels programmatically requires handling bot setup, Telegram's unique markdown flavor, strict Bot API limits, and scheduling logic. This Skill consolidates the entire workflow through the Publora MCP server so you can publish formatted posts, media, and scheduled announcements without writing integration code. ## Core Features & Use Cases - Channel and Group Posting: Create text posts with Telegram-specific markdown (single-asterisk bold, italic, code, links) delivered through a connected bot. - Media Support: Attach photos and videos with captions, respecting the 1,024-character caption limit and 50 MB video cap of the Bot API. - Scheduling and Management: Schedule posts with ISO 8601 timestamps, then list, update, or delete drafts and scheduled posts. - REST API Fallback: When the MCP server is unavailable, call the Publora REST API directly for posts and Telegram-specific options like silent delivery or disabled link previews. - Use Case: A product team schedules a formatted release announcement with a changelog link to their Telegram channel for tomorrow at 8 AM, without touching the Bot API directly. ## Quick Start Ask the assistant to post a formatted announcement to your Telegram channel using the connected Publora account, for example: post 'Product Update v2.5' with a changelog link to my Telegram channel now.