What problem does it solve? Manually copying Feishu cloud documents into the WeChat Official Account editor is slow and error-prone: images must be re-uploaded, styles break, and external links are unsupported. This Skill automates the entire pipeline from Markdown content to a ready-to-review draft in the WeChat backend. ## Core Features & Use Cases - API-based publishing: Renders Markdown to WeChat-compatible HTML with syntax highlighting and CSS inlining, uploads images to the WeChat CDN, and creates drafts through the official WeChat API without a browser. - Theme system: Ships four built-in themes (default, grace, elegant, tech) with WeChat-compatible inline styles, plus support for custom CSS themes. - Smart metadata extraction: Automatically extracts title, digest, and cover image from YAML frontmatter or document content, and converts external links into footnotes. - Use Case: After finishing a technical article in Feishu, ask the assistant to fetch the document and publish it to your WeChat Official Account; the Skill renders it with the default theme, uploads all images, and creates a draft you can review in the WeChat backend. ## Quick Start Fetch my Feishu document and publish it to my WeChat Official Account draft box using the default theme with cover image /tmp/cover.png.