What problem does it solve?
This Skill automates the conversion of Markdown documents into WeChat Official Account HTML, eliminating tedious manual formatting and scattered steps when preparing posts and drafts. It supports API mode for fast conversions and AI mode for theming, and includes a writer-style assistant plus AI trace removal to ensure natural language output. It also integrates with WeChat draft upload to publish content directly from Markdown.
Core Features & Use Cases
- API mode for quick, standards-compliant HTML conversion via md2wechat.cn
- AI mode for themed, publication-ready layouts with inline CSS
- Writer-style assistant and AI Humanizer to remove AI traces while preserving voice
- Draft upload and image handling support for WeChat posts
Quick Start
Use the md2wechat Skill to convert a Markdown file into WeChat-ready HTML:
- Preview (API mode): bash skills/md2wechat/scripts/run.sh convert article.md --preview
- Preview (AI mode with theme): bash skills/md2wechat/scripts/run.sh convert article.md --mode ai --theme autumn-warm --preview
- Upload to draft: bash skills/md2wechat/scripts/run.sh convert article.md --draft --cover cover.jpg