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 Create a WeChat Draft from Generated Content
Workflow

How to Create a WeChat Draft from Generated Content

A step-by-step guide to moving generated content through formatting, image handling, and draft creation for WeChat.

avatar for geekjourney
geekjourney
2026/03/12
How to Find WeChat AppID and AppSecret
API

How to Find WeChat AppID and AppSecret

A step-by-step guide to finding the Official Account AppID, AppSecret, developer key settings, and API IP whitelist from the current WeChat developer platform and legacy backend path.

avatar for geekjourney
geekjourney
2026/03/19
Stop Rewriting from Scratch: Install the Humanizer Skill in OpenClaw
Integration

Stop Rewriting from Scratch: Install the Humanizer Skill in OpenClaw

A practical guide to the Humanizer skill, including what it is for, when it fits, and how to install it in OpenClaw through ClawHub or Tencent SkillHub.

avatar for geekjourney
geekjourney
2026/03/18

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.