Install
openclaw skills install zh-social-publisherOne-click publishing to Juejin, Zhihu, Weibo, and Xiaohongshu with scheduling, format adaptation, and publishing logs using platform cookies.
openclaw skills install zh-social-publisher一键发布内容到多个社交媒体平台(掘金/知乎/微博/小红书),支持定时发布和格式适配。
# 安装
claw install social-publisher
# 发布到所有平台
claw run social-publisher --content "文章内容" --title "标题"
# 发布到指定平台
claw run social-publisher --platform juejin --content "文章内容"
# 定时发布
claw run social-publisher --content "文章内容" --schedule "2026-03-21 10:00"
需要在 ~/.openclaw/workspace/config/social-publisher.json 配置各平台 Cookie:
{
"juejin": {
"cookie": "your-juejin-cookie"
},
"zhihu": {
"cookie": "your-zhihu-cookie"
},
"weibo": {
"cookie": "your-weibo-cookie"
}
}
免费(引流到安装服务 ¥99)
yang1002378395