Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
weibo-manager 1.0.2 - No code or documentation changes detected in this release. - All functionality, workflow, and usage remain unchanged.
What This Skill Does
Automates Weibo posting through a mandatory human-approval workflow. Every post goes through request, admin review via Feishu, and execution steps — autonomous publishing is blocked by design. Puppeteer handles browser-level interaction using session cookies for authentication.
The enforced request-approve-execute cycle prevents accidental or unauthorized publishing that unguarded automation scripts typically allow.
When to use it
- Queuing brand announcements for manager approval before they go live
- Publishing image posts to Weibo from an automated pipeline with editorial control
- Managing a shared Weibo account where a team lead must sign off on each post
- Drafting Weibo content in batch and routing each through an approval queue
- Keeping a tamper-proof audit trail of who approved what before publishing
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Post 'New product launch — available now!' with product.png to Weibo
- 1Draft the post content and identify the target image path
- 2Call request_publish.js with the Feishu chat_id, post text, and image path
- 3A pending post file is created and an approval card is sent to the admin in Feishu
- 4Admin reviews the card and replies with '同意' to approve
- 5Agent calls approve_post.js with the chat_id and post_id, triggering Puppeteer to publish
Post with image published to Weibo; success notification sent back to the Feishu chat
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.