baoyu-post-to-weibo

Automate Weibo posts via Chrome DevTools Protocol browser sessions.

947|163|Updated Jan 13, 2026
One-click install
npx skills add https://github.com/guanyang/open-agent-hub --skill baoyu-post-to-weibo-guanyang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: baoyu-post-to-weibo
Source: https://github.com/guanyang/open-agent-hub/tree/main/skills/baoyu-post-to-weibo
Command: npx skills add https://github.com/guanyang/open-agent-hub --skill baoyu-post-to-weibo-guanyang

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires baoyu-md, baoyu-chrome-cdp, and includes scripts (resource) components.

What problem does it solve?

Automates posting content to Weibo by controlling a real Chrome browser session via CDP for reliable publishing.

Core Features & Use Cases

  • Regular posts (text, images, videos) to Weibo
  • Headline articles (Markdown) published through the article editor with automated content rendering
  • Reusable Chrome profiles and clipboard-based image handling to streamline publishing

Quick Start

Run the tool with your content to post it to Weibo using a browser-controlled Chrome session.

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 articles and images to Weibo from the CLI?

You can automate posting to Weibo by controlling a real Chrome browser session via CDP. This approach handles text, images, videos, and Markdown articles directly from the CLI.

Does Chrome CDP support publishing Markdown articles as Weibo headlined posts?

Yes, Chrome CDP supports publishing Markdown articles as Weibo headlined posts. It automates content rendering through the article editor using a controlled browser session.

How do I handle image uploads when automating Weibo posts with Chrome automation?

Image uploads are handled via clipboard-based interactions during the Chrome CDP automation process. This streamlines pasting and publishing images alongside text content.

Can I reuse my existing Chrome profile to automate Weibo publishing?

Yes, you can use optional reusable Chrome profiles to maintain your session. This allows the automated publishing workflow to bypass repeated logins.

What happens when automated Weibo publishing encounters an error?

The Weibo publishing workflow includes error-handling fallbacks to manage unexpected issues during the Chrome CDP session. This ensures reliable execution of your posts.

Do I need Markdown processing dependencies to post headlined articles to Weibo?

Yes, Markdown processing dependencies are required to render article content before publishing. The workflow relies on specific Markdown components to format headlined articles correctly.