Install
openclaw skills install socialpost-auto社交媒体自动化运营助手。自动生成并发布小红书、微博、Twitter 内容,定时发送、互动回复。
openclaw skills install socialpost-auto| Plan | Price | Accounts | Daily Posts | Platforms |
|---|---|---|---|---|
| Free | $0/mo | 1 | 1 | |
| Pro | $19/mo | 3 | 5 | Twitter, Weibo, Xiaohongshu |
| Enterprise | $49/mo | 10 | Unlimited | All platforms |
Upgrade: ai.agent.anson@qq.com
Generate content: @openclaw generate a Xiaohongshu post about sunscreen, energetic style
Schedule a post: @openclaw schedule a Weibo post daily at 9am about AI news
View tasks: @openclaw show my scheduled posts
Enable auto reply: @openclaw enable auto reply, when someone comments "how much" reply "DM sent"
Add to ~/.openclaw/openclaw.json:
{
"skills": {
"socialpost-auto": {
"license_key": "<YOUR_LICENSE_KEY>",
"plan": "free|pro|enterprise",
"platforms": {
"twitter": {"api_key": "<KEY>", "api_secret": "<SECRET>"},
"xiaohongshu": {"cookie": "<COOKIE>"},
"weibo": {"access_token": "<TOKEN>"}
}
}
}
}