zhihu-search

Search Zhihu answers and articles via API and return structured JSON results.

98|7|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/Sea-Go/Sea-BreakTheWaves --skill zhihu-search
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: zhihu-search
Source: https://github.com/Sea-Go/Sea-BreakTheWaves/tree/main/agent_v2/skills/zhihu-search
Command: npx skills add https://github.com/Sea-Go/Sea-BreakTheWaves --skill zhihu-search

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Zhihu content discovery is time-consuming and requires consistent data formats. This skill calls Zhihu's search API to retrieve relevant content and returns a standardized JSON payload suitable for agent consumption.

Core Features & Use Cases

  • Keyword-based search across Zhihu answers and articles.
  • Returns structured fields: title, url, author_name, summary, vote_up_count, comment_count, edit_time.
  • Use Case: feed a summarizer or decision agent with Zhihu content for quick analysis and grounding.

Quick Start

Run a search query with the zhihu-search script to fetch Zhihu results for a topic.

Frequently Asked Questions about zhihu-search

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

FAQPage Schema
How do I get structured JSON from Zhihu search results for agent consumption?▼

Zhihu search results can be returned as structured JSON by querying the search API and normalizing the output. This yields predictable fields like title, url, author_name, summary, vote_up_count, comment_count, and edit_time.

Can I search Zhihu answers and articles using keyword queries?▼

Yes, you can perform keyword-based search across Zhihu answers and articles. The search mechanism retrieves relevant content and returns a standardized JSON payload containing the title, url, author_name, and summary.

What fields are included in the Zhihu content JSON schema?▼

The normalized JSON schema for Zhihu content includes title, url, author_name, summary, vote_up_count, comment_count, and edit_time. This predictable structure ensures consistent data formatting for agent consumption.

Do I need a Bearer token to authenticate Zhihu API search requests?▼

Yes, authenticating Zhihu API search requests requires a Bearer token. The search functionality supports configurable endpoints and Bearer token authentication to retrieve content successfully.

What is the best way to feed Zhihu content to a summarizer agent?▼

The best way to feed a summarizer agent is by retrieving Zhihu content via keyword search and passing the standardized JSON payload directly to the agent. This provides quick analysis and grounding data.