md2wechat Agent API markmd2wechat Agent API
  • Docs
  • Features
  • Themes
  • Editor
  • Blog
  • Pricing
  • Examples
  • Skills
  • Contact
How to Choose the md2wechat CLI, Skill, or Lite Client
2026/03/12

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

  • md2wechat CLI: the core command-line path for scripts, shell workflows, discovery, validation, and publishing
  • md2wechat-skill: the core packaging and discovery layer for skill-aware Agent environments
  • md2wechat-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/md2wechat

Choose 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-skill

Or 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.

All Posts

Author

avatar for geekjourney
geekjourney

Categories

  • Workflow
One-line differenceChoose the core md2wechat CLI for command-line workChoose md2wechat-skill for a skill-aware AgentChoose md2wechat-lite only for the optional lightweight pathA practical recommendationWhat to read nextClosing thought

More Posts

Stop Rewriting from Scratch: Install the Humanizer Skill in OpenClaw
Integration

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.

avatar for geekjourney
geekjourney
2026/03/18
How to Integrate WeChat `addMaterial`
API

How to Integrate WeChat `addMaterial`

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

avatar for geekjourney
geekjourney
2026/03/14
What Makes a WeChat API Easy to Automate
Integration

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.

avatar for geekjourney
geekjourney
2026/03/17

Newsletter

Join the community

Subscribe to our newsletter for the latest news and updates

md2wechat Agent API markmd2wechat Agent API

The official md2wechat API, docs, CLI, and skill entry points for Markdown to WeChat publishing workflows.

GitHubX (Twitter)
Product
  • Quickstart
  • Features
  • Themes
  • Pricing
  • Contact
Docs
  • Auth
  • OpenAPI
  • llms.txt
Ecosystem
  • Examples
  • Skills
  • md2wechat-lite
© 2026 md2wechat Agent API. All Rights Reserved.