What problem does it solve? Publishing content to WeChat Official Accounts (微信公众号) normally requires manual copy-pasting into the web editor, re-uploading images one by one, and reformatting markdown. This Skill automates the entire publishing pipeline from a local markdown or HTML file to a saved WeChat draft. ## Core Features & Use Cases - Dual Publishing Methods: Post articles (文章) through the official WeChat API for speed, or drive Chrome via CDP when API credentials are unavailable; a remote-api mode tunnels API calls through an SSH SOCKS5 proxy when your IP is not on WeChat's allowlist. - Markdown-to-WeChat Rendering: Converts markdown to themed HTML (default, grace, simple, modern) with color presets, automatic title/summary extraction, mermaid diagram rendering, and bottom-citation conversion for external links. - Image-Text Posts (贴图): Uploads up to 9 images with auto-compressed titles and content for short-form posts. - Multi-Account Support: Manages multiple Official Accounts via EXTEND.md with per-account credentials, Chrome profiles, and publishing defaults. - Use Case: A blogger writes a technical article in markdown with inline images and runs one command to have it rendered with a theme, images uploaded, and saved as a draft in their WeChat Official Account. ## Quick Start Ask the assistant to publish your markdown article to your WeChat Official Account, for example: "Post article.md to my WeChat Official Account using the API method with the grace theme."