← Back to Skills Marketplace
552
Downloads
1
Stars
15
Active Installs
1
Versions
Install in OpenClaw
/install weibo-publish
Description
Publish text and image posts to Weibo (m.weibo.cn) using browser automation. Use when the user needs to post content to Weibo programmatically, including tex...
Usage Guidance
This skill appears to do what it claims, but be careful before using it with your primary account: it will act using whatever browser session (cookies) is active, so it can post as that user. Only place images you intend to upload in /tmp/openclaw/uploads/, and be aware the instructions include rm commands that will delete files in that directory and recommend deleting screenshots in ~/.openclaw/media/browser/. If you are uncertain, test with a throwaway Weibo account and review the exact browser session being used. If you don't want automatic posting, avoid giving the agent autonomous permission to run this skill without manual confirmation.
Capability Analysis
Type: OpenClaw Skill
Name: weibo-publish
Version: 1.0.0
The skill bundle provides instructions and examples for automating posts on Weibo (m.weibo.cn) using browser automation. It includes standard procedures for text entry, image uploading from a designated temporary directory (/tmp/openclaw/uploads/), and post verification. While it utilizes shell commands (exec) for file cleanup (rm) and maintenance (find), these actions are scoped to the skill's own temporary files and the agent's media directory (~/.openclaw/media/browser/) for housekeeping purposes, with no evidence of malicious intent or data exfiltration.
Capability Assessment
Purpose & Capability
Name and description (publish text/image posts to Weibo via browser automation) align with the SKILL.md: all runtime steps are browser actions, upload of images, verification on the profile page, and cleanup. No unrelated services, env vars, or binaries are requested.
Instruction Scope
Instructions are focused on browser automation and include shell actions for preparing and removing image files and screenshots. They explicitly require images to be placed in /tmp/openclaw/uploads/ and recommend deleting them and old screenshots in ~/.openclaw/media/browser/. These file-IO steps are proportionate to uploading images but do give the skill the ability to delete files under those paths if executed.
Install Mechanism
Instruction-only skill with no install spec and no code files. This minimizes install-time risk (nothing downloaded or written by an installer).
Credentials
The skill requests no declared environment variables or credentials. However it implicitly depends on a running browser with an active Weibo login session (i.e., it will act using browser cookies/session). That is expected for this purpose but is effectively the credential granting posting ability — users should be aware the skill will operate using whatever logged-in account the browser provides.
Persistence & Privilege
always:false and default autonomous invocation are used. The skill does not request persistent installation or modify other skills or system-wide config. Autonomous invocation is normal for skills but not combined here with other concerning privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install weibo-publish - After installation, invoke the skill by name or use
/weibo-publish - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Browser automation for Weibo publishing with image support. m.weibo.cn mobile version with verification workflow.
Metadata
Frequently Asked Questions
What is Weibo Publish?
Publish text and image posts to Weibo (m.weibo.cn) using browser automation. Use when the user needs to post content to Weibo programmatically, including tex... It is an AI Agent Skill for Claude Code / OpenClaw, with 552 downloads so far.
How do I install Weibo Publish?
Run "/install weibo-publish" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Weibo Publish free?
Yes, Weibo Publish is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Weibo Publish support?
Weibo Publish is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Weibo Publish?
It is built and maintained by noah (@noah-1106); the current version is v1.0.0.
More Skills