Publisher Wechatsync

Publishes a finished markdown draft to Zhihu/Juejin/CSDN/WeChat via @wechatsync/cli, with mandatory dry-run and image-path fixups.

Tested · Works

Test report

Verdict
Tested · Works
Score
8.8/10
Tested
Jul 15, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · 482d48c

Ran the bundled normalize_image_paths.py for real on a test article with an Obsidian-style %20-encoded image link plus one genuinely missing image: it correctly decoded/rewrote the good link, flagged the missing one, left the external https link untouched, and exited 2 (stop-and-fix) exactly as documented -- the one component of the workflow that's actually testable without the external wechatsync CLI/Chrome extension/platform logins the rest of the pipeline needs.

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

What Publisher Wechatsync does

Wraps the @wechatsync/cli tool to push a finished blog master draft to multiple Chinese content platforms (知乎/掘金/CSDN/公众号) as drafts, handling pre-flight auth checks, Obsidian-style URL-encoded image path normalization, mandatory dry-run preview, and per-platform result reporting. Triggers when a user says a draft is done and wants it published/synced to platforms; explicitly refuses rewriting, compliance editing, or clicking the final publish button.

How to install Publisher Wechatsync

git clone https://github.com/xiaomoBoy/claude-writing-skills
cd claude-writing-skills
mkdir -p ~/.claude/skills
cp -r skills/publisher-wechatsync ~/.claude/skills/publisher-wechatsync

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

Commands — how to trigger Publisher Wechatsync

  • /publisher-wechatsync Publishes a finished markdown draft to Zhihu/Juejin/CSDN/WeChat via @wechatsync/cli, with mandatory dry-run and image-path fixups.

It also activates on plain-language prompts like these:

  • 这篇技术博客我已经写完定稿了,帮我同步发布到知乎、掘金和CSDN这几个内容平台的草稿箱里
  • 这篇Obsidian笔记导出的图片链接是URL编码过的,帮我修好之后再准备同步到公众号草稿
  • 先跑一遍完整的预览检查,看看这篇稿子正式发布到掘金之前还有哪些图片和格式问题需要处理

Frequently asked questions

Is the Publisher Wechatsync skill free?
Yes. The skill itself is free from xiaomoBoy/claude-writing-skills. SkillProof publishes the install command and an independent test verdict at no cost.
Does Publisher Wechatsync work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 15, 2026. Verdict: Tested · Works. Ran the bundled normalize_image_paths.py for real on a test article with an Obsidian-style %20-encoded image link plus one genuinely missing image: it correctly decoded/rewrote the good link, flagged the missing one, left the external https link untouched, and exited 2 (stop-and-fix) exactly as documented -- the one component of the workflow that's actually testable without the external wechatsync CLI/Chrome extension/platform logins the rest of the pipeline needs.
What is the Publisher Wechatsync SkillProof Score?
8.8/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 7/10, docs & honesty 5/5.
How do I install Publisher Wechatsync?
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 Publisher Wechatsync 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.