md2wechat Agent API markAgent API Docs
md2wechat Agent API markAgent API Docs
Homepage

Start

Markdown to WeChat API DocsQuickstartAuth

APIs

Integrations

Operations

ErrorsPricingContact
X (Twitter)

Codex

Install md2wechat for Codex tasks, verify discovery, and use direct prompts for conversion and draft workflows.

Codex

Recommended path

Codex works best with the same Coding Agent flow as Claude Code:

  1. install the CLI
  2. install the skill
  3. verify discovery
  4. ask the agent to run the publishing task

Step 1. Install the CLI

Preferred on macOS:

brew install geekjourneyx/tap/md2wechat

Optional when Go is already available:

go install github.com/geekjourneyx/md2wechat-skill/cmd/md2wechat@v2.0.3

Fallback:

curl -fsSL https://github.com/geekjourneyx/md2wechat-skill/releases/download/v2.0.3/install.sh | bash
export PATH="$HOME/.local/bin:$PATH"

Step 2. Install the skill

npx skills add https://github.com/geekjourneyx/md2wechat-skill --skill md2wechat

Step 3. Verify discovery

md2wechat version --json
md2wechat config init
md2wechat capabilities --json
md2wechat themes list --json
md2wechat prompts list --kind image --json

Prompts you can send to Codex

Install md2wechat CLI and the md2wechat skill, verify version and capabilities, then stop only after every command succeeds.
Use md2wechat to preview article.md as WeChat HTML. Run capabilities first and tell me which mode you are using.
Use md2wechat in AI mode with theme autumn-warm, then explain whether the result is final HTML or an AI request for a second model step.

If you prefer the raw API path

This site also documents the HTTP APIs directly:

  • Convert
  • Article Draft
  • Batch Upload

Use the raw API path only when the skill or CLI is not the right integration layer for your runtime.

Table of Contents

Codex
Recommended path
Step 1. Install the CLI
Step 2. Install the skill
Step 3. Verify discovery
Prompts you can send to Codex
If you prefer the raw API path