← 返回 Skills 市场
Weibo OpenClaw Ops
作者
Qinyuan Cheng
· GitHub ↗
· v1.2.0
357
总下载
2
收藏
4
当前安装
3
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install weibo-openclaw-ops - 安装完成后,直接呼叫该 Skill 的名称或使用
/weibo-openclaw-ops触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 357 次。
如何安装 Weibo OpenClaw Ops?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install weibo-openclaw-ops」即可一键安装,无需额外配置。
Weibo OpenClaw Ops 是免费的吗?
是的,Weibo OpenClaw Ops 完全免费(开源免费),可自由下载、安装和使用。
Weibo OpenClaw Ops 支持哪些平台?
Weibo OpenClaw Ops 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Weibo OpenClaw Ops?
由 Qinyuan Cheng(@xiami2019)开发并维护,当前版本 v1.2.0。
推荐 Skills