← Back to Skills Marketplace
166
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install weibo-post
Description
发微博(新浪微博)。当用户说"发微博"、"发条微博"、"发到微博"、"发一条微博"、"帮我发微博"、"发到微博"时触发。使用浏览器自动发微博。
Usage Guidance
This skill automates a browser to post on Weibo and appears to expect an existing logged-in browser profile named "openclaw" (the SKILL.md even contains a typo 'opencloak'). Before installing, consider: 1) Does your agent have a browser profile with Weibo logged in? If so, the skill would act using those session cookies — effectively posting as that account. 2) Test on a throwaway Weibo account first to confirm behavior and element refs. 3) Ask the author to clarify: how targetId is obtained, how authentication is handled, and fix the profile-name typo. 4) If you don’t want automatic posting without explicit confirmation, ensure the agent prompts you to confirm the exact text before clicking send. If you are uncomfortable with an installed skill using an existing browser session to act on your behalf, do not install.
Capability Analysis
Type: OpenClaw Skill
Name: weibo-post
Version: 1.0.0
The skill bundle provides instructions for an AI agent to automate posting content to Weibo (weibo.com) using browser-based actions. The workflow in SKILL.md follows a logical sequence of navigating to the site, inputting text into identified elements, and clicking the send button, with no evidence of data exfiltration, malicious execution, or prompt injection.
Capability Assessment
Purpose & Capability
The name/description (post to Sina Weibo using a browser) matches the SKILL.md instructions which automate a browser to navigate to weibo.com, type text, and click send. However the skill assumes use of a browser profile (profile="openclaw") that must already be logged into Weibo; this implicit dependency is not declared in the skill metadata.
Instruction Scope
Instructions call only browser navigation/snapshot/act actions (appropriate for posting), but they assume snapshots return element refs (e.g., ref=e35/e36) and an existing targetId without describing how targetId is obtained. Step 4 has a probable typo (profile="opencloak" vs "openclaw") which can break execution. The SKILL.md does not describe any authentication flow — it silently depends on an existing authenticated browser session.
Install Mechanism
Instruction-only skill with no install spec and no code files; nothing is written to disk by the skill package itself.
Credentials
The skill declares no environment variables or credentials, but functionally requires access to the agent's browser profile/session cookies (profile="openclaw") to be logged into Weibo. That implicit requirement can give the skill access to session tokens and the ability to act as the logged-in user; this is not documented in the metadata.
Persistence & Privilege
always is false and the skill does not request persistent system-wide privileges. Autonomous invocation is allowed (default) — which means the agent could post when triggered by the user phrases, but that is expected for this type of skill.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install weibo-post - After installation, invoke the skill by name or use
/weibo-post - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Automatically post content to Sina Weibo using browser automation.
- Triggers when user requests to post a Weibo (e.g. "发微博", "发条微博", etc.)
- Fills in Weibo content, supports emoji and topic tags (#标签# format required)
- Detects and clicks the send button after content is entered
- Verifies success by confirming the new post appears as "刚刚" (just now)
- Notes on usage and required topic tag formatting included for reliability
Metadata
Frequently Asked Questions
What is weibo-post?
发微博(新浪微博)。当用户说"发微博"、"发条微博"、"发到微博"、"发一条微博"、"帮我发微博"、"发到微博"时触发。使用浏览器自动发微博。 It is an AI Agent Skill for Claude Code / OpenClaw, with 166 downloads so far.
How do I install weibo-post?
Run "/install weibo-post" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is weibo-post free?
Yes, weibo-post is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does weibo-post support?
weibo-post is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created weibo-post?
It is built and maintained by Zkk (@chinazkk); the current version is v1.0.0.
More Skills