baoyu-post-to-weibo

Publish text, images, videos, or markdown articles to Weibo via Chrome CDP automation.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Users need to publish diverse content to Weibo, including regular posts and long‑form headline articles, without being blocked by anti‑bot detection and without manual browser steps.

Core Features & Use Cases

  • Chrome CDP Automation: Opens a real Chrome browser, fills titles, summaries, and content, and lets the user review before publishing.
  • Regular Posts: Supports text plus up to 18 images or videos in a single post.
  • Headline Articles: Converts Markdown files to HTML, handles cover images, title/summary limits, and inserts content via clipboard paste.
  • Clipboard Utilities: Scripts to copy images or HTML to the system clipboard and send real paste keystrokes for reliable insertion.
  • Profile Management: Reuses or creates Chrome profiles, preserving login sessions for seamless posting.

Quick Start

Ask the assistant to post a Weibo update with the text “Hello Weibo!” and an image “./photo.png” using this skill.

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 markdown articles to Weibo?

To automate posting markdown articles to Weibo, this skill converts Markdown to HTML and inserts it via real clipboard paste keystrokes in an automated Chrome browser session. It handles cover images, titles, and summaries for headline articles.

Can I post multiple images and videos to Weibo in a single automated post?

Yes, you can post multiple images and videos to Weibo in a single automated post. This skill supports regular Weibo posts containing text alongside up to 18 images or videos through Chrome CDP automation.

Do I need a logged-in Chrome profile to automate Weibo posts?

Yes, a logged-in Chrome profile is required. The skill reuses or creates Chrome profiles to preserve your login session, ensuring seamless and authenticated automated posting without triggering anti-bot detection.

What's the best way to bypass anti-bot detection when publishing to Weibo?

The best way to bypass anti-bot detection when publishing to Weibo is using a real Chrome browser session via CDP. This skill fills content and sends real paste keystrokes from the system clipboard to mimic human interaction.

Why does my markdown content fail to paste correctly into Weibo's editor?

Markdown content may fail to paste correctly due to editor limitations. This skill solves this by converting Markdown to HTML and utilizing specialized clipboard utilities to send real paste keystrokes for reliable insertion into Weibo.

What runtime and dependencies are required to automate Weibo posts with Chrome?

Automating Weibo posts with Chrome requires the bun runtime, Chrome or Chromium, and a logged-in user session. The skill leverages CDP, clipboard utilities, and dependencies like front-matter, highlight.js, and marked.