md2wechat Agent API markmd2wechat Agent API
  • Docs
  • Features
  • Themes
  • Editor
  • Blog
  • Pricing
  • Examples
  • Skills
  • Contact
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
  • Features
  • Themes
  • Pricing
  • Contact
Docs
  • Auth
  • OpenAPI
  • llms.txt
Ecosystem
  • Examples
  • Skills
  • md2wechat-lite
© 2026 md2wechat Agent API. All Rights Reserved.

Skills

Skills

The core md2wechat product entry points are md2wechat CLI and md2wechat Skill, with APIs providing service capabilities.

Use the core CLI in command-driven environments or distribute md2wechat Skill in skill ecosystems. md2wechat-lite remains an optional lightweight client. An available install or distribution path does not prove host compatibility.
Start here
If you have not completed a first successful call, go through Quickstart first.
/docs/quickstartOpen Quickstart
Auth and access
Under the unified product, different endpoint groups use different headers. Confirm that before requesting access.
/docs/authOpen Auth
md2wechat CLI
The core command-line product for terminals and agents.
npm install -g @geekjourneyx/md2wechat

Best for

Best for complete creation, formatting, and publishing flows.

Agent-ready
Open
md2wechat-skill
A reusable Skill package for installation and distribution.
/plugin marketplace add geekjourneyx/md2wechat-skill /plugin install md2wechat@geekjourneyx-md2wechat-skill

Best for

For environments with Skill installation or distribution; verify host compatibility separately.

Agent-ready
Open
md2wechat-lite
An optional lightweight client for the Agent Publishing API.
curl -fsSL https://raw.githubusercontent.com/geekjourneyx/md2wechat-lite/main/cli/scripts/install.sh | sh

Best for

Best when only a lightweight API client is needed.

Agent-ready
Open