weibo-note

Extract Weibo post text and images into Markdown notes.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/Wanger-SJTU/claw_skills --skill weibo-note
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weibo-note
Source: https://github.com/Wanger-SJTU/claw_skills/tree/main/weibo-note
Command: npx skills add https://github.com/Wanger-SJTU/claw_skills --skill weibo-note

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It automates the collection of Weibo posts by extracting text and images from a given post and saving them as Markdown notes for offline reference, archiving, or sharing.

Core Features & Use Cases

  • Content extraction: fetches text and images from Weibo posts and formats them into a clean Markdown file.
  • Image handling: embeds large images using direct URLs for high fidelity.
  • Workflow automation: supports saving to a user-specified directory and workflows triggered by a post URL.

Quick Start

Run the weibo_fetch.py script with a Weibo post URL and an optional output directory to generate a Markdown note.

Frequently Asked Questions about weibo-note

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract Weibo posts into Markdown notes with images?

To extract Weibo posts into Markdown notes, run the weibo_fetch.py script with a post URL and an output directory. This fetches text and embeds large images using direct URLs for high fidelity.

What is the best way to automate archiving Weibo content offline?

Automating Weibo content archiving is done by passing standard or mobile post URLs to the extraction script, which pulls text and images to save as clean Markdown files for offline reference.

Do I need Python 3 and cookies to scrape Weibo posts?

Yes, scraping Weibo posts requires Python 3 and a cookies file located at ~/cookies-weibo.json. The script uses these credentials to access and extract content from the specified URLs.

Does the Weibo extraction tool support mobile post URLs?

Yes, the Weibo extraction tool supports both standard and mobile post URLs. It processes single-post links to pull text and images, formatting them into a Markdown note saved to your specified directory.

How are images handled when converting Weibo posts to Markdown?

When converting Weibo posts to Markdown, images are handled by embedding large images using direct URLs. This ensures high fidelity visual content is preserved within the generated text note.

What are the limitations of automated Weibo content extraction?

A limitation of automated Weibo content extraction is that it supports single-post extraction only. It requires a pre-configured cookies file and does not handle batch or multi-post collection workflows.