Weibo Manager
Skill by hmyaoyuan
Why use this skill?
Securely manage Weibo content with the Weibo Manager skill. Features automated workflows, Feishu approval integration, and Puppeteer-based posting.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/hmyaoyuan/weibo-managerWhat This Skill Does
The Weibo Manager skill by hmyaoyuan provides a secure, Puppeteer-based automation layer for managing a Weibo account. It is specifically architected for enterprise-grade control, enforcing a strict human-in-the-loop workflow. The skill allows you to draft posts including rich media, manage a pending approval queue, and execute the final publication only after verified administrative oversight via Feishu. By design, the skill operates as an outbound-only agent, ensuring that the account is protected from malicious prompt injection via comment threads or unsolicited social interactions.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/hmyaoyuan/weibo-manager
Ensure your Puppeteer environment is correctly configured to handle browser automation tasks.
Use Cases
- Corporate Branding: Maintaining a consistent social media presence by drafting posts throughout the day that are reviewed by a manager once at peak hours.
- Content Scheduling: Preparing complex technical updates or announcements that require cross-departmental approval before hitting the public feed.
- Media Management: Automating the uploading of visual assets attached to text-heavy content, ensuring a uniform layout across all Weibo posts.
Example Prompts
- "Weibo Manager, draft a new post: 'Excited to announce our Q3 update! Read more at our blog.' Attach the image from skills/weibo-manager/assets/q3_update.png and send the approval request to chat ID oc_98765."
- "Please check for any pending tasks and summarize the current drafts waiting for approval."
- "Approve the draft post_1720000000000 for the oc_98765 chat channel and execute the publication now."
Tips & Limitations
- Safety First: Never bypass the approval workflow. The system is designed to force manual validation to prevent accidental or unauthorized content exposure.
- Input Sanitization: While the skill ignores incoming comments, always double-check your draft text for accidental character injections if you are sourcing content from external web scrapers.
- Performance: Since this uses Puppeteer, allow for a few seconds of execution time during the 'Approve & Publish' step as the headless browser navigates the Weibo authentication and DOM flow.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-hmyaoyuan-weibo-manager": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, code-execution