Install
openclaw skills install wechatsyncMulti-platform article publisher and content distribution tool. Sync and cross-post Markdown/HTML articles to 27+ platforms including Zhihu (知乎), Juejin (掘金)...
openclaw skills install wechatsyncPublish and sync Markdown/HTML articles to 27+ 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, 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:
npm i -g @wechatsync/cli