MD2WeChat Lite

Wraps the md2wx CLI to turn Markdown into themed WeChat Official Account drafts.

Tested · Works

Test report

Verdict
Tested · Works
Score
9.6/10
Tested
Jul 13, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Jul 18, 2026 · 9f41d37

Cross-checked the documented article-draft flags against the actual Go source and every flag name matched exactly, including the easy-to-miss 'no stdin' and 'cover-image must be a public URL' caveats the SKILL.md calls out. Needs a paid/free md2wechat.app API key plus WeChat Official Account credentials configured before any command works — clearly disclosed upfront, no surprises.

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 9/10
  • Docs & honesty 5/5

What MD2WeChat Lite does

Manages the md2wx CLI for converting Markdown into WeChat Official Account article/image-card drafts and uploading images to WeChat's CDN, with 38+ built-in/template themes. Trigger when the task involves WeChat article publishing, Markdown-to-WeChat-HTML conversion, or WeChat media upload — requires a md2wechat.app API key plus WeChat AppID/AppSecret configured first.

How to install MD2WeChat Lite

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

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

Commands — how to trigger MD2WeChat Lite

  • /md2wechat-lite Wraps the md2wx CLI to turn Markdown into themed WeChat Official Account drafts.

It also activates on plain-language prompts like these:

  • Convert this Markdown post into a themed WeChat Official Account draft
  • Publish this article to our WeChat account with image cards
  • Turn this Markdown file into WeChat HTML and upload the images

Frequently asked questions

Is the MD2WeChat Lite skill free?
Yes. The skill itself is free from geekjourneyx/md2wechat-lite. SkillProof publishes the install command and an independent test verdict at no cost.
Does MD2WeChat Lite work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 13, 2026. Verdict: Tested · Works. Cross-checked the documented article-draft flags against the actual Go source and every flag name matched exactly, including the easy-to-miss 'no stdin' and 'cover-image must be a public URL' caveats the SKILL.md calls out. Needs a paid/free md2wechat.app API key plus WeChat Official Account credentials configured before any command works — clearly disclosed upfront, no surprises.
What is the MD2WeChat Lite SkillProof Score?
9.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 5/5.
How do I install MD2WeChat Lite?
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 Lite 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.