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/ md2wechatCLI available inPATH
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 md2wechatThis 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.cnAPI key. - When something fails, check both
~/.openclaw/skills/md2wechat/andcommand -v md2wechat.