Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
Back to list

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.

AutomationIntermediate24,7492,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.com ProseMirror 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

  1. "Post this product launch note to Weibo with these three photos" → the composer opens pre-filled; you review and hit publish.
  2. "Publish article.md as a Weibo headline article with cover.jpg" → title/summary validated, HTML and images injected into the editor.
  3. 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)
  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 /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.

  1. Install Google Chrome (or Chromium) and the bun runtime (npx -y bun works as a fallback).
  2. Clone the repo: git clone https://github.com/JimLiu/baoyu-skills.git /tmp/baoyu-skills
  3. Copy the skill into your Claude skills folder: mkdir -p ~/.claude/skills && cp -r /tmp/baoyu-skills/skills/baoyu-post-to-weibo ~/.claude/skills/
  4. Restart Claude Code and confirm the skill is listed.
  5. On first run, log in to Weibo manually in the Chrome window the script opens; the session is saved to the skill profile.
  6. Optional: create ~/.baoyu-skills/baoyu-post-to-weibo/EXTEND.md to set a default Chrome profile.
  7. Test with a prompt such as "post this to Weibo".