Install
openclaw skills install weibo-openclaw-opsWeibo operations for OpenClaw via server-side browser automation. Use when the user asks to log in by QR, persist session state, read feed/messages/hot topics, summarize recent posts, publish posts, or run safe like/follow workflows with explicit limits.
openclaw skills install weibo-openclaw-opsagent-browser) with persisted state for repeatable workflows..state/weibo-auth.jsonagent-browser state load .state/weibo-auth.jsonagent-browser open https://weibo.comIf login is invalid:
agent-browser state save .state/weibo-auth.jsonTypical intents:
Always return concise audit info:
Goal: reduce re-login frequency while minimizing risk-control triggers.
Cadence:
Routine:
agent-browser state load .state/weibo-auth.jsonagent-browser open https://weibo.comagent-browser state save .state/weibo-auth.jsonRules:
When user asks “最近发了什么 / latest post”, return the post with timestamp closest to now, not pinned posts.
Process:
置顶 markers and skip pinned cards.Before posting, confirm:
If policy requires suffix, verify it is present in final text before submit. Then publish and verify by profile snapshot.
For outbound text actions (post/comment/repost):
Require at least:
Execute with limits and output action summary.