
How to Turn a Feishu Doc into a WeChat Article
An overview of the Chrome extension that converts Feishu docs into WeChat-ready layouts with md2wechat API.
"How do I turn a Feishu doc into a WeChat article?"
In the case of feishu-md2wechat, the answer is not "there is a separate Feishu-to-WeChat API product." The real structure is:
- a Chrome extension that runs in Google Chrome
- an extension that takes Feishu document content
- a frontend entry point that calls
md2wechat APIunderneath
Project link:
- GitHub: geekjourneyx/feishu-md2wechat
What this project actually is
According to the project description, feishu-md2wechat is a browser extension that converts Feishu docs into WeChat-ready article layouts.
It is not a standalone backend product. It uses md2wechat API as the lower layer.
So the clearer way to understand it is:
- frontend shape: Chrome extension
- lower-layer capability:
md2wechat API - use case: Feishu document to WeChat formatting
Why the extension shape makes sense
Feishu is already a browser-based writing environment.
If the content is already written there, a Chrome extension is often easier than exporting everything into another system:
- you stay inside the Feishu interface
- you work with the current document directly
- the workflow stays lightweight
What the API does here
The extension does not build its own formatting engine. It sends Feishu content to md2wechat API and uses the result.
That split is useful because:
- the frontend stays simple
- the formatting capability can be reused elsewhere
- later steps like drafts and media can stay on the same API layer
Who should use it
This is a strong fit when:
- Feishu is the main writing environment
- the team wants a fast path from docs to WeChat formatting
- the immediate goal is formatting, not a full backend rollout
How it relates to the other projects
You can think about the broader set like this:
- feishu-md2wechat: Feishu entry point
- obsidian-md2wechat: Obsidian entry point
- md2wechat-lite: CLI and shell entry point
- md2wechat-skill: skill-based entry point
Closing thought
feishu-md2wechat is best understood as a Chrome extension for the Feishu entry point, backed by md2wechat API.
That is more accurate than calling it a standalone Feishu-to-WeChat API product.
More Posts

How to Install md2wechat-skill in OpenClaw
A setup guide for installing md2wechat-skill in OpenClaw, including script, manual, and configuration steps.

feishu-md2wechat: Convert Feishu Docs into WeChat Layouts
An overview of feishu-md2wechat, including fit, export path, and where it sits in a Feishu-first publishing workflow.

I Listed a WeChat Publishing Skill on ClawHub: Why md2wechat 2.0 Feels More Complete
A practical look at why listing md2wechat 2.0 on ClawHub matters, what actually changed in the product, where the review boundary was, and how to get from install to your first WeChat draft in Claude Code.
Newsletter
Join the community
Subscribe to our newsletter for the latest news and updates