What problem does it solve?
Content copied from browsers into the WeChat Official Account editor loses styles because the editor strips <style> tags, classes, and inherited CSS. This Skill converts Markdown drafts into HTML where every visible element carries complete inline styles, so the layout survives copy-paste into the WeChat backend.
Core Features & Use Cases
- Paste-Safe HTML Generation: Expands all CSS into per-element inline styles, removes <style> tags, classes, pseudo-elements, and scripts, and flattens the document structure for WeChat compatibility.
- 15 Built-in Visual Styles: Includes minimal, Medium, WIRED, Stripe, FT, Linear, GitHub, Notion, course handout, event announcement, and more, selectable by style id, natural language description, or flags like --preview and --all.
- Preview Overview Page: Generates a local overview page linking all generated style variants so you can compare them in a browser before choosing one.
- Use Case: You finished a Markdown article about a product launch. Run the Skill with --preview to get six styled HTML files, open the overview page, pick the WIRED style, then Cmd+A / Cmd+C and paste it directly into the WeChat editor.
Quick Start
Convert my Markdown file article.md into WeChat-ready HTML using the minimal style and open the result in my browser.