
How to Choose the md2wechat CLI, Skill, or Lite Client
A comparison of the core md2wechat CLI and Skill entry points with the optional md2wechat-lite client.
The md2wechat CLI and md2wechat-skill are the core Agent entry points. md2wechat-lite is an optional lightweight client.
All three connect Markdown with WeChat workflows, but they do not have the same product role.
One-line difference
md2wechatCLI: the core command-line path for scripts, shell workflows, discovery, validation, and publishingmd2wechat-skill: the core packaging and discovery layer for skill-aware Agent environmentsmd2wechat-lite: an optional lightweight client for a smaller command-first workflow
Choose the core md2wechat CLI for command-line work
Use the main CLI when:
- you run local commands in Codex, Cursor, or OpenCode
- you need the complete formatting and publishing workflow
- you want stable JSON discovery for Agent calls
- you need inspection, image handling, or draft publishing
Install:
npm install -g @geekjourneyx/md2wechatChoose md2wechat-skill for a skill-aware Agent
The Skill path fits when:
- you want the capability packaged as an installable skill
- you do not want to re-explain the workflow in every session
- your Agent environment supports reusable skills
Install for Claude Code:
/plugin marketplace add geekjourneyx/md2wechat-skill
/plugin install md2wechat@geekjourneyx-md2wechat-skillOr use an available distribution such as the public Tencent SkillHub listing. A distribution listing proves discoverability, not compatibility with every host; validate each host before making a support claim.
Choose md2wechat-lite only for the optional lightweight path
Lite can still be useful when you deliberately want a smaller, independent client with a limited command-first scope. It is not the main md2wechat CLI and should not replace the core CLI in general setup guidance.
A practical recommendation
Start with the core CLI for terminal automation. Add md2wechat-skill when your Agent understands skills. Choose Lite only when its smaller scope is the explicit requirement.
What to read next
- md2wechat-skill: WeChat Formatting for Skill-Aware Agents
- md2wechat-lite: The Optional Lightweight Client
- Skills
- Quickstart
Closing thought
The product hierarchy is simple: CLI and Skill are the core Agent path; Lite is an optional client. Choose between the two core entry points by runtime, then add Lite only for a deliberately lightweight workflow.
More Posts

Stop Rewriting from Scratch: Install the Humanizer Skill in OpenClaw
A practical guide to the Humanizer skill, including what it is for, when it fits, and how to install it in OpenClaw through ClawHub or Tencent SkillHub.

How to Integrate WeChat `addMaterial`
A guide to WeChat permanent media upload, covering server-side rules, file limits, media types, and common mistakes.

What Makes a WeChat API Easy to Automate
A checklist for evaluating WeChat publishing APIs by example quality, interface boundaries, parameter stability, and error handling.
Newsletter
Join the community
Subscribe to our newsletter for the latest news and updates