Post to Weibo (baoyu-post-to-weibo)
Drives a real Chrome instance over CDP to compose Weibo posts and long-form 头条文章 articles from text or Markdown.
AutomationIntermediate★ 24,749⑂ 2,764AI score 8/10Last updated: Jul 4, 2026
What it does
- Fires on requests like "post to Weibo", "发微博", or "微博头条文章" and runs the matching publishing flow.
- Regular posts: fills text plus up to 18 images/videos into the Weibo home composer.
- Headline articles: converts a Markdown file to HTML, pastes it into the
card.weibo.comProseMirror editor, and enforces the 32-char title / 44-char summary limits, with optional cover image. - Replaces
WBIMGPH_image placeholders one at a time, then verifies expected vs. actual image counts and warns you about leftovers. - On Chrome debug-port failures it kills only the CDP Chrome instances tied to the skill profile, leaving your normal Chrome windows alone.
Who it's for
- Chinese-language marketers and creators who publish on Weibo regularly.
- Writers who draft in Markdown and want a one-command path to Weibo long-form articles.
- Technical users comfortable installing Chrome and the bun runtime locally.
Examples
- "Post this product launch note to Weibo with these three photos" → the composer opens pre-filled; you review and hit publish.
- "Publish article.md as a Weibo headline article with cover.jpg" → title/summary validated, HTML and images injected into the editor.
- If the post-composition check reports "2 placeholders remaining", the agent surfaces the issue before you publish.
Note: scripts only fill content — the final publish click is always yours.
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/JimLiu/baoyu-skills/HEAD/skills/baoyu-post-to-weibo/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
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 /tmp/baoyu-skills && mkdir -p ~/.claude/skills && cp -r /tmp/baoyu-skills/skills/baoyu-post-to-weibo ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Install Google Chrome (or Chromium) and the
bunruntime (npx -y bunworks as a fallback). - Clone the repo:
git clone https://github.com/JimLiu/baoyu-skills.git /tmp/baoyu-skills - Copy the skill into your Claude skills folder:
mkdir -p ~/.claude/skills && cp -r /tmp/baoyu-skills/skills/baoyu-post-to-weibo ~/.claude/skills/ - Restart Claude Code and confirm the skill is listed.
- On first run, log in to Weibo manually in the Chrome window the script opens; the session is saved to the skill profile.
- Optional: create
~/.baoyu-skills/baoyu-post-to-weibo/EXTEND.mdto set a default Chrome profile. - Test with a prompt such as "post this to Weibo".
View source on GitHub ↗License: MIT