zhihu-favorites

Retrieve and extract saved Zhihu collections, answers, and articles.

49|7|Updated Feb 8, 2026
One-click install
npx skills add https://github.com/hc-tec/my-collection-skills --skill zhihu-favorites
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: zhihu-favorites
Source: https://github.com/hc-tec/my-collection-skills/tree/main/skills/zhihu-favorites
Command: npx skills add https://github.com/hc-tec/my-collection-skills --skill zhihu-favorites

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pycryptodome, requests, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps you easily access, manage, and extract content from your Zhihu collections, making it simple to review and summarize saved answers and articles.

Core Features & Use Cases

  • List Collections: View all your Zhihu favorite folders.
  • List Items: See the answers and articles within a specific collection.
  • Extract Content: Get the full text of a Zhihu answer or article for summarization.
  • Use Case: When you want to quickly review what you've saved on Zhihu or need the full text of a specific saved article to summarize its key points.

Quick Start

Use the zhihu-favorites skill to list your Zhihu collections.

Frequently Asked Questions about zhihu-favorites

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

FAQPage Schema
How do I extract and summarize content from my Zhihu collections?

To extract and summarize Zhihu collections, this Skill retrieves full text from saved answers and articles via API interactions, enabling content extraction for summarization and analysis.

Do I need cookies to fetch saved Zhihu answers and articles?

Yes, fetching saved Zhihu answers and articles requires authentication via cookies and environment variables to access your private collections and individual items.

Can I list all my Zhihu favorite folders and view their items?

Yes, you can list all Zhihu favorite folders and view the specific answers and articles within a collection to easily manage your saved content.

What is the best way to analyze saved Zhihu articles programmatically?

The best way to analyze saved Zhihu articles is using API interactions to fetch detailed item content, which supports content extraction for downstream summarization tasks.

Why does retrieving Zhihu collections require specific dependencies?

Retrieving Zhihu collections requires dependencies like pycryptodome and requests to handle API authentication and network interactions for fetching detailed item content.