What problem does it solve? Publishing the same article to multiple Chinese content platforms requires manual reformatting, image re-uploading, and dealing with WeChat's IP whitelist restrictions. This Skill automates the entire pipeline so one Markdown file reaches both WeChat Official Accounts and Xiaohongshu (RedNote) without third-party SaaS services. ## Core Features & Use Cases - WeChat Draft Publishing: Renders Markdown to styled HTML with wenyan-cli themes, uploads images to the WeChat media library, and pushes articles to the draft box via the Official Account API. - Xiaohongshu Browser Automation: Converts long Markdown into short-note format (emoji section markers, hashtags, truncated titles), uploads images, and publishes through Playwright-driven browser automation with QR-code login. - Server Proxy Mode: Deploys wenyan serve on your own cloud server to solve WeChat API IP whitelist issues when your local network lacks a fixed public IP. - Use Case: An independent creator writes one Markdown post with frontmatter (title, cover, tags), runs the multi-publish command, and gets a formatted WeChat draft plus an adapted Xiaohongshu note in one workflow. ## Quick Start Publish my article.md to both WeChat and Xiaohongshu, using draft mode for Xiaohongshu so I can review before it goes live.