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)

OpenClaw

Install and verify the OpenClaw-specific md2wechat path, including CLI runtime, skill shell, and first-run checks.

OpenClaw

OpenClaw is not the same as the Coding Agent skill path

OpenClaw uses its own skill package. Treat it as a separate install target.

The practical split is:

  • OpenClaw skill shell under ~/.openclaw/skills/md2wechat/
  • md2wechat CLI available in PATH

You need both.

Fastest complete path

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

Then verify:

md2wechat version --json
md2wechat config init
md2wechat config validate
md2wechat capabilities --json
ls ~/.openclaw/skills/md2wechat/

ClawHub path

If you already use ClawHub, you can install the OpenClaw skill shell with:

npx clawhub@latest install md2wechat

This usually installs the shell only. It does not guarantee that the md2wechat CLI is also installed. If command -v md2wechat returns nothing, install the CLI separately.

Prompt you can send to OpenClaw

Please install the OpenClaw version of md2wechat, verify the skill shell and CLI runtime, then run md2wechat capabilities --json before doing any conversion work.

Common notes

  • OpenClaw and Coding Agents do not share the same skill directory.
  • If the skill exists but the CLI is missing, the workflow is still broken.
  • Draft creation still requires WeChat credentials and, in API mode, an md2wechat.cn API key.
  • When something fails, check both ~/.openclaw/skills/md2wechat/ and command -v md2wechat.

Continue here

  • md2wechat-skill Guide
  • md2wechat-skill FAQ

Table of Contents

OpenClaw
OpenClaw is not the same as the Coding Agent skill path
Fastest complete path
ClawHub path
Prompt you can send to OpenClaw
Common notes
Continue here