Design 1,235 installs

baoyu-post-to-weibo

by jimliu/baoyu-skills

Posts content to Weibo (微博). Supports regular posts with text, images, and videos, and headline articles (头条文章) with Markdown input via Chrome CDP. Use when…

Skill content

Post text, images, videos, and Markdown articles to Weibo via Chrome automation.

- Two posting modes: regular posts (text with up to 18 images/videos) and long-form headline articles with Markdown input

- Supports custom Chrome profiles and persists login sessions across runs

- Article publishing includes title/summary validation (32 and 44 character limits), cover image support, and automatic image placeholder replacement

- Scripts fill content into the browser; user reviews and manually publishes to maintain control over final posts

Post to Weibo

Posts text, images, videos, and long-form articles to Weibo via real Chrome browser (bypasses anti-bot detection).

Script Directory

Important: All scripts are located in the scripts/ subdirectory of this skill.

Agent Execution Instructions:

- Determine this SKILL.md file's directory path as {baseDir}

- Script path = {baseDir}/scripts/<script-name>.ts

- Replace all {baseDir} in this document with the actual path

- Resolve ${BUN_X} runtime: if bun installed → bun; if npx available → npx -y bun; else suggest installing bun