md2wechat

Drive the md2wechat CLI to turn Markdown into WeChat Official Account HTML

Tested · Didn't pass

Test report

Verdict
Tested · Didn't pass
Tested
Jul 17, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · 63a7a86

Built the CLI from source and ran it live: discovery, inspect and preview all work offline, but the headline 'convert Markdown to WeChat HTML' hard-fails with 'MD2WECHAT_API_KEY is required for API mode' - the flagship conversion is gated behind a paid API, and the local preview only emits a degraded diagnostic panel, not real WeChat HTML. Also assumes the md2wechat binary is already installed globally via npm.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 4/10
  • Docs & honesty 4/5

What md2wechat does

Orchestrates the md2wechat Go CLI to convert Markdown into WeChat Official Account HTML, inspect publish readiness, pick themes/layout modules, generate covers, and create drafts. Triggers when a user wants WeChat article formatting, preview, draft upload, or cover/image generation.

How to install md2wechat

git clone https://github.com/geekjourneyx/md2wechat-skill.git
mkdir -p ~/.claude/skills
cd md2wechat-skill && cp -r skills/md2wechat ~/.claude/skills/md2wechat

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger md2wechat

  • /md2wechat Drive the md2wechat CLI to turn Markdown into WeChat Official Account HTML

It also activates on plain-language prompts like these:

  • Convert this Markdown article into WeChat Official Account HTML
  • Format my post for WeChat and check if it's ready to publish
  • Generate a cover image and pick a layout for my WeChat article

Frequently asked questions

Is the md2wechat skill free?
Yes. The skill itself is free from geekjourneyx/md2wechat-skill. SkillProof publishes the install command and an independent test verdict at no cost.
Does md2wechat work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 17, 2026. Verdict: Tested · Didn't pass. Built the CLI from source and ran it live: discovery, inspect and preview all work offline, but the headline 'convert Markdown to WeChat HTML' hard-fails with 'MD2WECHAT_API_KEY is required for API mode' - the flagship conversion is gated behind a paid API, and the local preview only emits a degraded diagnostic panel, not real WeChat HTML. Also assumes the md2wechat binary is already installed globally via npm.
How do I install md2wechat?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use md2wechat with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.