weibo-post
PassAudited by ClawScan on May 10, 2026.
Overview
This skill does what it says—uses a browser to post to Weibo—but users should be careful because it can publish publicly from the logged-in account.
Install only if you want an agent to help post to Weibo through your browser. Confirm the exact content and the logged-in Weibo account before sending, because the workflow can publish the post directly.
Findings (2)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
A post could be published to the logged-in Weibo account if the agent follows the workflow.
The workflow instructs the agent to click the Weibo send button, which is expected for this skill but publishes account content publicly.
browser(action=act, profile="openclaw", targetId=<targetId>, ref="e36", kind="click")
Use only when you intentionally want to post, and require a final content/account check before clicking send.
The skill may post as the Weibo account already logged into the OpenClaw browser profile.
Opening Weibo with the named browser profile means the skill will act through whatever Weibo login session is present in that profile.
browser(action=navigate, profile="openclaw", url="https://weibo.com")
Before using it, verify the browser profile is logged into the intended Weibo account and avoid sharing that profile with unrelated sessions.
