cluster · wechat-content-automation2026·iv·23002← All Skills
Ch. ·

WeChat Content Automation

Markdown to WeChat draft to multi-platform — the full content pipeline I actually run

End-to-end content pipeline: write in Markdown, format with md2wechat or md2wechat-lite (38+ themes, AI humanization), batch-upload images, push as draft, distribute to multiple platforms.

Tools in this cluster

md2wechat

WeChat Official Account writing toolkit — Markdown formatting, AI humanization, draft push, 38+ themes

$ brew install geekjourneyx/tap/md2wechat

md2wechat-lite

Lightweight WeChat formatting CLI — article drafts, image posts, batch upload, 38+ themes

$ curl -fsSL https://raw.githubusercontent.com/geekjourneyx/md2wechat-lite/main/cli/scripts/install.sh | sh

Frequently Asked Questions

How is md2wechat different from md2wechat-lite?
md2wechat is the full toolkit — it includes AI humanization (removing AI traces), draft push to the WeChat API, and 38+ themes. md2wechat-lite is a lighter CLI focused on formatting and upload without the AI humanization layer.
What is the install command?
brew install geekjourneyx/tap/md2wechat
Does it work on Windows?
No. md2wechat targets macOS and Linux. Windows users can run it inside WSL2.
How is md2wechat-lite different from md2wechat?
md2wechat-lite is curl-installable and skips the AI humanization module — ideal for teams that only need formatting and draft push without the extra AI layer.
Does it support batch upload?
Yes. You can point it at a directory of Markdown files and it will format and upload all of them to the WeChat draft box in sequence.
What is the install command?
curl -fsSL https://raw.githubusercontent.com/geekjourneyx/md2wechat-lite/main/cli/scripts/install.sh | sh