← Back to Skills Marketplace
Weibo OpenClaw Ops
by
Qinyuan Cheng
· GitHub ↗
· v1.2.0
357
Downloads
2
Stars
4
Active Installs
3
Versions
Install in OpenClaw
/install weibo-openclaw-ops
Description
Weibo 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 topic...
Usage Guidance
This skill appears to do what it says: server-side browser automation for Weibo. Before installing, consider: 1) Session sensitivity — the .state/weibo-auth.json file will hold cookies/authorization tokens on the remote runtime; confirm who can access that host, how long the file is kept, and how to delete or revoke it. 2) Keepalive scheduling — the skill recommends automated checks every 6–12 hours; clarify whether those runs require explicit consent each time or will run autonomously, and ensure this won't violate Weibo's terms or trigger anti-bot protections. 3) Mutations require explicit user intent per the instructions, but enforce this in your agent configuration (don’t rely solely on prose guardrails). 4) Because the skill is instruction-only and has no provenance or homepage, prefer running it in a controlled environment (limited-access runtime, audit logging, short retention) or request the skill author to provide an origin and a privacy/retention statement. If you need higher assurance, ask for: where session files are stored, who has access, retention policy, and an option to disable automatic keepalive.
Capability Analysis
Type: OpenClaw Skill
Name: weibo-openclaw-ops
Version: 1.2.0
The skill bundle provides a structured framework for Weibo automation via browser-based tools, covering session persistence, feed reading, and posting. It includes explicit safety guardrails, such as requiring user confirmation for mutating actions, implementing batch limits for likes, and maintaining privacy by avoiding password storage. No indicators of data exfiltration, malicious execution, or unauthorized persistence were found in SKILL.md or _meta.json.
Capability Assessment
Purpose & Capability
Name/description match the instructions: the SKILL.md exclusively describes server-side browser automation (login-by-QR, persist session state, read feed/messages, publish posts, bounded like/follow workflows). Nothing in the instructions requests unrelated credentials, binaries, or installs.
Instruction Scope
Instructions remain focused on Weibo automation and give concrete agent-browser commands and guardrails (explicit user consent for mutations, limits for batch likes, avoid pinned posts). They do instruct creating and loading a persistent session file (.state/weibo-auth.json) and recommend periodic (6–12h) read-only keepalive checks — both are within scope but expand the runtime behavior beyond a one-off user action.
Install Mechanism
This is an instruction-only skill with no install spec or code files, which minimizes on-disk risk; nothing is downloaded or installed by the skill itself.
Credentials
The skill declares no environment variables or external credentials, which matches its metadata. However, it explicitly instructs persisting session state (cookies/tokens) to .state/weibo-auth.json on the remote runtime — that file effectively contains authentication material and should be treated like sensitive credentials even though it's not represented as a required env/config in the metadata.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system settings. It does recommend periodic keepalive checks; this implies recurring network activity and persisted auth state but does not by itself indicate excessive privilege on the platform.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install weibo-openclaw-ops - After installation, invoke the skill by name or use
/weibo-openclaw-ops - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.2.0
Enforce outbound text suffix policy guardrail for post/comment/repost; add final pre-submit suffix check
v1.1.0
Add periodic read-only keepalive routine (6-12h), session health-check workflow, and relogin alert path
v1.0.0
Initial public release: QR login persistence, skip pinned for recent-post lookup, safe batch workflows
Metadata
Frequently Asked Questions
What is Weibo OpenClaw Ops?
Weibo 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 topic... It is an AI Agent Skill for Claude Code / OpenClaw, with 357 downloads so far.
How do I install Weibo OpenClaw Ops?
Run "/install weibo-openclaw-ops" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Weibo OpenClaw Ops free?
Yes, Weibo OpenClaw Ops is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Weibo OpenClaw Ops support?
Weibo OpenClaw Ops is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Weibo OpenClaw Ops?
It is built and maintained by Qinyuan Cheng (@xiami2019); the current version is v1.2.0.
More Skills