What problem does it solve? Writing consistent promotional posts for a Telegram channel is repetitive and error-prone: the format must stay identical, Hebrew text breaks under MarkdownV2 escaping, and publishing requires correct channel targeting. This Skill produces a ready-to-paste post in a fixed template and pushes it to the channel through the Postproxy connector. ## Core Features & Use Cases - Fixed post template: Generates the "Skill Corner" post with title, problem section, when-to-use checklist, source and GitHub links, and a follow-up ZIP message line. - ZIP packaging: Creates a clean .zip archive of the skill folder, excluding .DS_Store, pycache, and .git files. - Postproxy publishing: Converts the post to HTML (avoiding MarkdownV2 Hebrew escaping issues), targets the channel rather than the linked group, disables link previews, and uses idempotency keys to prevent duplicates. - Use Case: A user shares a link to a new skill's README and asks for a channel post; the Skill reads the source, writes the Hebrew post under 1,600 characters, packages the ZIP, and publishes after user confirmation. ## Quick Start Ask the assistant to write a Skill Corner post for the Telegram channel about a specific skill, providing its README link, source URL, and GitHub repository.