baoyu-post-to-weibo
Installation
Summary
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
SKILL.md
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: ifbuninstalled →bun; ifnpxavailable →npx -y bun; else suggest installing bun