From sync
Sync and cross-post Markdown/HTML articles to 29+ Chinese and international content platforms including Zhihu, Juejin, CSDN, WordPress, and more via CLI.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sync:wechatsyncThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Publish and sync Markdown/HTML articles to 29+ content platforms via CLI.
Publish and sync Markdown/HTML articles to 29+ content platforms via CLI.
This skill requires external tools that the user must install themselves:
@wechatsync/cli): Open-source npm package (source code). Install with npm install -g @wechatsync/cliexport WECHATSYNC_TOKEN="your-token"Security model: All data stays local. The CLI communicates with the Chrome extension over localhost. The extension calls platform APIs directly from the browser using existing login sessions. No third-party server involved. Full source code is open and auditable.
Before running any command, confirm the user has completed the prerequisites. Do not install packages on the user's behalf without explicit consent.
wechatsync sync article.md -p juejin # single platform
wechatsync sync article.md -p juejin,zhihu,csdn # multiple platforms
wechatsync sync article.md -p juejin -t "Title" # custom title
wechatsync sync article.md -p juejin --cover ./cover.png # cover image
wechatsync sync article.md -p juejin --dry-run # preview only
wechatsync platforms # list all platforms
wechatsync platforms --auth # show login status
wechatsync auth zhihu # check single platform
wechatsync extract # extract from current browser page
wechatsync extract -o article.md # save to file
zhihu, juejin, csdn, jianshu, toutiao, douyin, weibo, bilibili, xiaohongshu, baijiahao, weixin, yuque, douban, sohu, xueqiu, woshipm, dayu, yidian, 51cto, sohufocus, imooc, oschina, segmentfault, cnblogs, x, eastmoney, smzdm, netease, wordpress, typecho
title or first # headingwechatsync platforms --authwechatsync sync <file> -p <platform1>,<platform2>Example prompts:
npx claudepluginhub wechatsync/wechatsync --plugin syncPosts content to WeChat Official Account via API or Chrome CDP. Supports articles (HTML/markdown/text) and image-text posts. Converts markdown links to citations for WeChat-friendly output.
Posts content to WeChat Official Account (微信公众号) via API or Chrome CDP. Supports article posting with HTML/markdown/plain text and image-text posts with multiple images.
Posts content to a WeChat Official Account (微信公众号) via browser automation or API. Supports article posting (文章) and image-text posts (图文) with Markdown conversion.