weibo-publisher

Publish image-based posts to Weibo via API or CDP browser automation.

Updated Feb 25, 2026
One-click install
npx skills add https://github.com/perfectuser21/cecelia --skill weibo-publisher
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weibo-publisher
Source: https://github.com/perfectuser21/cecelia/tree/main/packages/workflows/skills/weibo-publisher
Command: npx skills add https://github.com/perfectuser21/cecelia --skill weibo-publisher

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ws, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of publishing image-based posts to Weibo, overcoming the challenges of manual posting, potential CAPTCHAs, and API complexities.

Core Features & Use Cases

  • Automated Image & Text Posting: Publish posts containing text and one or more images to Weibo.
  • Dual Publishing Strategies: Supports both a direct HTTP API method (recommended for stability) and a CDP-based browser automation method.
  • CAPTCHA Handling: Includes built-in logic to automatically detect and resolve Weibo's GeeTest slider CAPTCHAs.
  • Batch Publishing: Allows for publishing multiple posts from a queue directory.
  • Use Case: Schedule and automatically publish daily promotional images and accompanying text to your Weibo account without manual intervention, even when CAPTCHAs appear.

Quick Start

Use the weibo-publisher skill to publish a Weibo post using the content found in the directory '~/.weibo-queue/2026-03-07/image-1/'.

Frequently Asked Questions about weibo-publisher

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate publishing image posts to Weibo without manual intervention?

Automating Weibo image posting is achieved by processing text and image content from a queue directory, utilizing either direct API calls or browser automation via CDP to publish batches automatically.

How does automated GeeTest slider CAPTCHA resolution work for Weibo publishing?

Automated GeeTest slider CAPTCHA resolution detects and resolves verification challenges intrinsically during the Weibo publishing process, ensuring continuous batch posting without requiring manual intervention.

What is the best way to batch publish multiple Weibo posts from a local directory?

Batch publishing multiple Weibo posts is handled by reading queued text and image files from a designated local directory, processing each post sequentially with fallback mechanisms for stability.

Does Weibo automation work better with direct API calls or CDP browser automation?

Weibo automation supports both direct API calls and CDP browser automation, but the direct HTTP API method is recommended for greater stability, while CDP serves as a viable fallback mechanism.

Do I need ws to handle Weibo CAPTCHA and automate social media publishing?

The ws dependency is required to establish connections for the Weibo publishing automation, supporting both the direct API method and the CDP browser automation strategy during CAPTCHA handling.

Why does automated Weibo publishing fail when encountering slider CAPTCHAs?

Automated Weibo publishing can fail upon encountering GeeTest slider CAPTCHAs if the built-in automatic resolution logic is bypassed, but the Skill includes fallback mechanisms to maintain publishing stability.