Claude Skill MartBrowse skillsWhat is a Skill?
Back to list

Post to Weibo

Drives a real Chrome browser to pre-fill Weibo posts and long-form 头条文章 articles from text, media, or Markdown.

AutomationIntermediate24,7492,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

  1. "Post 'New product is live today' to Weibo with these three photos" → composer opens with text and images attached.
  2. "Prepare release-note.md as a Weibo headline article with cover.jpg as the cover" → editor opens with validated title, summary, body, and inline images.
  3. "Share clip.mp4 on Weibo" → composer opens with the video uploaded and ready to publish.

· · · Install guide · · ·

Install in the Claude app (no terminal)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download 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.

  1. Prerequisites: install Google Chrome (or Chromium) and the bun runtime. If bun is missing, npx -y bun also works.
  2. Clone the repo: run git clone https://github.com/JimLiu/baoyu-skills.git.
  3. Copy the skill: mkdir -p ~/.claude/skills && cp -r baoyu-skills/skills/baoyu-post-to-weibo ~/.claude/skills/
  4. Restart Claude Code and confirm the skill is listed.
  5. First run login: the first command opens Chrome — log in to Weibo manually once; the session is saved in the dedicated profile.
  6. Use it: ask Claude to post your content, review what appears in the browser, then click publish yourself.
  7. (Optional) Create ~/.baoyu-skills/baoyu-post-to-weibo/EXTEND.md to set a default Chrome profile.