md2wechat Agent API markmd2wechat Agent API
  • Docs
  • Themes
  • Editor
  • Blog
  • Pricing
  • Examples
  • Skills
  • Contact
How to Turn a Feishu Doc into a WeChat Article
2026/03/12

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 API underneath

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.

All Posts

Author

avatar for geekjourney
geekjourney

Categories

  • Integration
What this project actually isWhy the extension shape makes senseWhat the API does hereWho should use itHow it relates to the other projectsClosing thought

More Posts

How to Install md2wechat-skill in OpenClaw
Integration

How to Install md2wechat-skill in OpenClaw

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

avatar for geekjourney
geekjourney
2026/03/12
feishu-md2wechat: Convert Feishu Docs into WeChat Layouts
Integration

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.

avatar for geekjourney
geekjourney
2026/03/12
I Listed a WeChat Publishing Skill on ClawHub: Why md2wechat 2.0 Feels More Complete
Integration

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.

avatar for geekjourney
geekjourney
2026/03/27

Newsletter

Join the community

Subscribe to our newsletter for the latest news and updates

md2wechat Agent API markmd2wechat Agent API

The official md2wechat API, docs, CLI, and skill entry points for Markdown to WeChat publishing workflows.

GitHubX (Twitter)
Product
  • Quickstart
  • Themes
  • Pricing
  • Contact
Docs
  • Auth
  • OpenAPI
  • llms.txt
Ecosystem
  • Examples
  • Skills
  • md2wechat-lite
© 2026 md2wechat Agent API. All Rights Reserved.