LaunchKit · 2026
Back to Skills

weibo-manager

Control Weibo via Puppeteer (Unofficial API).

1
701 downloads
by @hmyaoyuan

Setup & Installation

openclaw skills install @hmyaoyuan/weibo-manager

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install weibo-manager

Version History

v1.0.2Feb 13, 2026 - Version note by skill developer:

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.

INPUT

User asks: Post 'New product launch — available now!' with product.png to Weibo

AGENT
  1. 1Draft the post content and identify the target image path
  2. 2Call request_publish.js with the Feishu chat_id, post text, and image path
  3. 3A pending post file is created and an approval card is sent to the admin in Feishu
  4. 4Admin reviews the card and replies with '同意' to approve
  5. 5Agent calls approve_post.js with the chat_id and post_id, triggering Puppeteer to publish
OUTPUT

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.

Weibo account session cookies manually exported from a browser and saved to cookies.jsonFeishu account with a valid chat ID for sending and receiving approval cards