baoyu-post-to-weibo

Automate posting text, media, and Markdown articles to Weibo via Chrome CDP.

Updated May 18, 2018
One-click install
npx skills add https://github.com/812lcl/dotfiles --skill baoyu-post-to-weibo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: baoyu-post-to-weibo
Source: https://github.com/812lcl/dotfiles/tree/main/.agents/skills/baoyu-post-to-weibo
Command: npx skills add https://github.com/812lcl/dotfiles --skill baoyu-post-to-weibo

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Posting to Weibo manually is time-consuming and error-prone; this skill automates publishing to Weibo, including text, media, and long-form articles.

Core Features & Use Cases

  • Regular posts: publish text with images or videos to the Weibo homepage.
  • Headline articles: publish Markdown content via Chrome CDP to Weibo article editor.
  • Cross-platform and secure: session-managed login, deterministic script execution.

Quick Start

Post a short text update to Weibo.

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 text and images to Weibo?

To automate posting to Weibo, this Skill uses Chrome CDP to publish text, images, and videos directly to your Weibo homepage, eliminating repetitive manual steps through deterministic script execution.

Can I publish Markdown articles as Weibo headline posts?

Yes, you can publish Markdown content as Weibo headline articles. The Skill uses a real Chrome browser via CDP to input your Markdown-driven content directly into the Weibo article editor.

Do I need Bun or Chrome to run Weibo posting automation scripts?

Yes, you need Chrome and Bun (or npx) to run the TypeScript scripts, along with an active Weibo session. These prerequisites ensure the browser automation executes reliably with input validation and error handling.

Is it possible to automate cross-platform social media publishing to Weibo?

Automating Weibo publishing is achieved through session-managed login and Chrome CDP. This approach provides secure, deterministic script execution for both regular posts and long-form articles on the Weibo platform.

What are the limitations of using Chrome CDP for Weibo automation?

Using Chrome CDP for Weibo automation requires an active Weibo session and specific runtime environments like Bun or npx. Execution depends on a real Chrome browser instance, meaning local browser state can impact script reliability.