cluster · wechat-content-automation2026·vii·22005← 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

obsidian-md2wechat

Obsidian plugin for publishing Markdown notes to WeChat Official Accounts with md2wechat themes and one-click formatting.

$ git clone https://github.com/geekjourneyx/obsidian-md2wechat

feishu-md2wechat

Convert Feishu/Lark documents into WeChat-ready articles with md2wechat formatting, themes, and publishing flow.

$ git clone https://github.com/geekjourneyx/feishu-md2wechat

md2wechat-mcp-server

MCP server that lets Claude Code and other AI agents format and publish WeChat articles through md2wechat.

$ git clone https://github.com/geekjourneyx/md2wechat-mcp-server

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.
What does obsidian-md2wechat do?
It lets Obsidian users format and publish Markdown notes to WeChat Official Accounts through the md2wechat layout system.
Who is it for?
It is for writers who draft in Obsidian and want to keep WeChat publishing inside their note-taking workflow.
Is it part of the md2wechat ecosystem?
Yes. It extends md2wechat from CLI publishing into the Obsidian writing environment.
What does feishu-md2wechat connect?
It connects Feishu/Lark document writing with WeChat article formatting and publishing.
Why use it instead of copying manually?
Manual copy often breaks layout and images. feishu-md2wechat keeps the document structure predictable before publishing.
Does it replace md2wechat?
No. It is an entry point for Feishu documents, while md2wechat remains the formatting and publishing engine.
What does md2wechat-mcp-server enable?
It exposes md2wechat publishing capabilities through MCP so an agent can format and prepare WeChat articles from its tool layer.
Why is MCP useful here?
MCP gives coding agents a stable interface instead of relying on manual shell steps or copied instructions.
Is it only for Claude Code?
No. Claude Code is the main target, but any MCP-compatible agent environment can integrate it.
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