zhihu-note

Fetch Zhihu articles, answers, and collections and convert them to Markdown files.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Zhihu offers articles, answers, and collections that users often want to save for offline reading and reference. This skill fetches Zhihu content and converts it into clean Markdown files, enabling easy archiving, searching, and note-taking.

Core Features & Use Cases

  • Single-item fetch: download a column article or a Q&A answer as a Markdown file with metadata.
  • Collection support: iterate through collections and generate Markdown notes for each item, with incremental syncing to avoid duplicates.
  • Cookie-based access: uses cookies for authenticated access to restricted collections; supports redirects and robust error handling.
  • Use Case: a researcher saves a weekly Zhihu column and its top answers into a local notes folder for literature review.

Quick Start

Fetch a Zhihu article, answer, or collection and save it as Markdown to your local directory.

Frequently Asked Questions about zhihu-note

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

FAQPage Schema
How do I save Zhihu articles and answers as Markdown notes for offline reading?

To save Zhihu articles as Markdown notes, you can fetch the content directly and convert it into a local Markdown file. This process extracts the text and metadata like author, date, and URL for structured offline archiving.

Can I download an entire Zhihu collection into local Markdown files?

Yes, you can download an entire Zhihu collection by iterating through its items and generating a Markdown note for each. The process supports incremental syncing to avoid downloading duplicate content during subsequent fetches.

Do I need cookies to scrape restricted Zhihu collections?

Yes, cookies are required for authenticated access to restricted Zhihu collections. Providing your cookies allows the scraper to bypass access limitations, follow redirects, and fetch the full collection content.

What metadata is included when converting Zhihu content to Markdown?

When converting Zhihu content to Markdown, the output includes metadata such as the author, publication date, original URL, and content type. This structured information is embedded in the Markdown file for easy reference.

How does incremental syncing work for Zhihu collection scraping?

Incremental syncing for Zhihu collection scraping works by checking previously fetched items and only downloading new or updated content. This avoids duplicates and ensures your local Markdown notes folder remains efficient and up-to-date.