
How to Connect Claude Code to WeChat Formatting
Installation and usage notes for using md2wechat-skill from Claude Code for WeChat formatting tasks.
"Can Claude Code handle WeChat formatting?"
Yes. The practical question is not whether Claude Code understands WeChat in the abstract. The practical question is whether it can call the right tools in a stable way.
Why repeated prompting is not enough
Many people start like this:
- ask Claude Code to write an article
- ask it to rewrite the structure
- ask it to output something "suitable for WeChat"
That can work for one-off cases, but it does not define:
- which tool should be called
- which parameters should be used
- how themes should be passed
- how draft creation should be triggered
A more stable path
For Claude Code, the cleaner setup is:
- Install
md2wechat-skill - Let Claude Code discover that skill
- Trigger formatting, theme selection, and draft actions through the skill
Project link:
- GitHub: geekjourneyx/md2wechat-skill
Installation
The public installation path for Claude Code is:
/plugin marketplace add geekjourneyx/md2wechat-skill
/plugin install md2wechat@geekjourneyx-md2wechat-skillWhat changes after installation
The benefit of a skill is simple:
- the available capability is explicit
- the calling pattern is easier to reuse
- fewer details need to be repeated in every prompt
Typical requests become:
- Convert this Markdown into WeChat formatting
- Preview the result with a specific theme
- Send the result into the draft box
When this setup makes sense
Claude Code plus a skill makes sense when:
- you already use Claude Code for content and tooling work
- you want WeChat formatting to become part of the workflow
- you want conversion and draft creation to be callable actions, not just prompt instructions
How it differs from CLI and plugins
You can think about the stack this way:
md2wechat-liteis better for CLI and shell workflowsmd2wechat-skillis better for Claude Code and OpenClawobsidian-md2wechatis better for Obsidian-first workflowsfeishu-md2wechatis better for Feishu-first workflows
Closing thought
The point of using Claude Code here is not just article generation. It is turning formatting, theme selection, and draft creation into stable actions inside the toolchain.
That is where a skill helps.
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.

md2wechat-skill Guide: Installation, First Run, and What Agents Should Do First
A complete onboarding guide to md2wechat-skill, including install order, discovery-first checks, first prompts, and the most common mistakes.

obsidian-md2wechat: Convert Obsidian Notes into WeChat Layouts
An overview of the obsidian-md2wechat plugin, including installation, theme support, and the Obsidian-first workflow it fits.
Newsletter
Join the community
Subscribe to our newsletter for the latest news and updates