What problem does it solve? WeChat Official Account editors only accept inline-styled rich HTML, so pasting Markdown or plain drafts directly produces broken formatting. This Skill turns an article into a WeChat-compatible HTML layout with a local preview page and a one-click "复制 HTML" button that copies rich HTML ready to paste into the WeChat editor. ## Core Features & Use Cases - Three selectable visual styles: Claude (warm editorial), OpenAI (crisp documentation), and Google (modular cards with accent colors), with automatic style recommendation based on content type. - WeChat-safe HTML output: inline styles only, semantic tags, 677px content width, no external CSS/scripts, plus a Clipboard API copy flow with text/html and text/plain fallbacks. - Content preservation: keeps all facts, quotes, order, and conclusions intact, applying only layout-level adjustments like heading normalization, paragraph splitting, and styled tables/cards. - Use Case: Paste a longform Chinese product review, choose the Claude style, open the local preview, click "复制 HTML", and paste the formatted article directly into the WeChat draft editor. ## Quick Start Ask the agent to use space-wechat-layout to turn your pasted article into a WeChat-ready HTML preview page with a copyable rich HTML button.