baoyu-post-to-weibo

Automates posting text, images, and Weibo headline articles from Markdown via Chrome DevTools Protocol.

2|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/augustscl/awesome-xiawang-skills --skill baoyu-post-to-weibo-augustscl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: baoyu-post-to-weibo
Source: https://github.com/augustscl/awesome-xiawang-skills/tree/main/baoyu-post-to-weibo
Command: npx skills add https://github.com/augustscl/awesome-xiawang-skills --skill baoyu-post-to-weibo-augustscl

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires front-matter, highlight.js, marked, and includes scripts (resource) components.

What problem does it solve?

Many Weibo publishing tasks require manual browser interaction, image insertion, and workaround for anti-bot protections; this Skill automates filling editors and preparing content while using a real Chrome browser so you can compose faster and avoid synthetic-event detection.

Core Features & Use Cases

  • Regular Weibo Posts: Fill text and paste up to nine images into the Weibo homepage editor, with verification of uploads.
  • Headline Articles (头条文章): Convert Markdown to HTML, download/resolve images, insert content into the Weibo article editor, and manage cover, title, and summary constraints.
  • Robust Browser Automation: Launch or reuse Chrome with remote debugging, use CDP to insert text and HTML, and fall back to clipboard + real paste keystrokes for reliable insertion.
  • Cross-platform Tools: Provides helper scripts to copy images and HTML to the system clipboard and to send native paste keystrokes on macOS, Linux, and Windows.
  • Use Case: Prepare a marketing post or long-form article locally as Markdown, convert and upload content and images, then review and publish manually in the opened Chrome window.

Quick Start

Use the baoyu-post-to-weibo skill to publish a Weibo post with text and up to nine images from local files.

Frequently Asked Questions about baoyu-post-to-weibo

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

FAQPage Schema
How do I automate posting to Weibo with images without getting blocked by anti-bot detection?

Automating Weibo posts without triggering anti-bot detection requires a real Chrome browser using remote debugging via CDP to programmatically fill editors and paste up to nine images, bypassing synthetic event checks.

Can I publish Markdown long-form articles as Weibo headline posts?

Yes, you can publish Markdown as Weibo headline articles by converting Markdown to HTML, resolving images, and inserting content into the article editor while managing cover, title, and summary constraints.

Do I need Google Chrome and bun to automate Weibo publishing?

Yes, automating Weibo publishing requires Google Chrome or Chromium and bun (or npx bun) to run Chrome remote debugging and execute clipboard helper scripts for text and image insertion.

What's the best way to programmatically insert text and images into the Weibo editor?

The best way to insert content into the Weibo editor is using Chrome CDP to insert HTML, falling back to clipboard helpers and real paste keystroke emulation for reliable text and image insertion across platforms.

Why does automated Weibo image upload fail with synthetic events?

Automated Weibo image uploads fail with synthetic events because Weibo's anti-bot protection detects them; using a real Chrome browser with clipboard paste emulation bypasses this detection for reliable uploads.

Does this Weibo publishing workflow support macOS, Linux, and Windows?

Yes, the Weibo publishing workflow supports macOS, Linux, and Windows by providing cross-platform helper scripts to copy images and HTML to the system clipboard and send native paste keystrokes.