
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

How to Integrate the Article Draft API
A direct guide to the article draft API, covering required headers, request body, and rollout order.

What jina-cli Is: An AI Agent Web Reading CLI That Turns URLs into LLM-Friendly Input
A practical introduction to jina-cli based on the project README: what it solves, how it works, which commands matter, and why it belongs at the front of an AI content automation workflow.

How to Find High-Quality AI Sources for WeChat Writing
A source-mapping guide for AI writing, covering official blogs, research feeds, community discussions, GitHub Trending, and newsletters for WeChat publishing workflows.
Newsletter
Join the community
Subscribe to our newsletter for the latest news and updates