Post to Weibo
Drives a real Chrome browser to pre-fill Weibo posts and long-form 头条文章 articles from text, media, or Markdown.
AutomationIntermediate★ 24,749⑂ 2,764AI score 7/10Last updated: Jul 4, 2026
What it does
- Triggers on phrases like "post to Weibo", "发微博", or "微博头条文章" and launches Chrome over CDP to fill the Weibo composer (bypassing common anti-bot checks by using a real browser).
- Regular posts: text plus up to 18 images/videos.
- Headline articles (头条文章): converts a Markdown file to HTML, pastes it into the ProseMirror editor, validates the 32-char title and 44-char summary limits, and swaps image placeholders for real uploads one by one, with a post-composition verification pass.
- Scripts only prepare the content — you review and hit publish yourself.
- Per-project/user preferences via an EXTEND.md file (e.g., default Chrome profile).
Who it's for
- Creators, marketers, and brand teams who publish to Weibo regularly.
- Writers who want to republish Markdown blog posts as Weibo headline articles.
- Intermediate users comfortable with bun/npx and browser automation.
Examples
- "Post 'New product is live today' to Weibo with these three photos" → composer opens with text and images attached.
- "Prepare
release-note.mdas a Weibo headline article withcover.jpgas the cover" → editor opens with validated title, summary, body, and inline images. - "Share
clip.mp4on Weibo" → composer opens with the video uploaded and ready to publish.
· · · Install guide · · ·
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the skills/baoyu-post-to-weibo folder from the GitHub repo JimLiu/baoyu-skills into my ~/.claude/skills/baoyu-post-to-weibo/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/JimLiu/baoyu-skills.git && mkdir -p ~/.claude/skills && cp -r baoyu-skills/skills/baoyu-post-to-weibo ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Prerequisites: install Google Chrome (or Chromium) and the
bunruntime. Ifbunis missing,npx -y bunalso works. - Clone the repo: run
git clone https://github.com/JimLiu/baoyu-skills.git. - Copy the skill:
mkdir -p ~/.claude/skills && cp -r baoyu-skills/skills/baoyu-post-to-weibo ~/.claude/skills/ - Restart Claude Code and confirm the skill is listed.
- First run login: the first command opens Chrome — log in to Weibo manually once; the session is saved in the dedicated profile.
- Use it: ask Claude to post your content, review what appears in the browser, then click publish yourself.
- (Optional) Create
~/.baoyu-skills/baoyu-post-to-weibo/EXTEND.mdto set a default Chrome profile.
View source on GitHub ↗License: MIT