cluster · wechat-content-automation2026·vi·07002← All Skills
Ch. ·

WeChat Content Automation

Agent-native WeChat publishing — Markdown to layout, images, draft, and preflight checks

An Agent-ready publishing engine for WeChat: write in Markdown, let md2wechat apply 40 themes and 43 advanced modules, generate visual assets, upload images, push drafts, and inspect readiness before publishing.

Tools in this cluster

md2wechat

Agent-native WeChat creation CLI: write in Markdown, use 40 professional themes and 43 advanced layout modules, generate AI images, inspect readiness, and push drafts.

$ brew install geekjourneyx/tap/md2wechat

md2wechat-lite

Lightweight WeChat formatting CLI — article drafts, image posts, batch upload, 40+ 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, AI images, readiness inspection, draft push, 40 themes, and 43 advanced layout modules. md2wechat-lite is a lighter CLI focused on formatting and upload without the extra AI 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