zhihu-search-api-skill
This skill helps users automatically extract structured article details and full content from Zhihu via the BrowserAct API.
Install / Use
npx skills add browser-act/skills --skill zhihu-search-api-skillInstalls into whichever agent you are using.
SKILL.md
Installable skill definition
Quality Score
Category
AutomationSupported Platforms
Our assessment of zhihu-search-api-skill
zhihu-search-api-skill scores 87/100 on our quality scale, 891st of 1,554 Automation skills we index.
Its SKILL.md is 6.2 KB long, well organised into 11 sections with 1 code example: a thorough specification that gives an agent plenty to work with.
With 6,001 GitHub stars, it is one of the more widely adopted skills in the catalogue.
Maintenance, license and trust
- The repository was last updated 33 days ago, so zhihu-search-api-skill is actively maintained.
- It is released under the MIT license, a permissive license that allows use, modification and commercial use with attribution.
- Its trust signals score 100/100, with no cautions. These come from repository metadata, not a code audit — read the skill file before letting an agent act on it.
zhihu-search-api-skill compared with similar skills
All 4 of these similar skills score higher than zhihu-search-api-skill; compare them before choosing.
| Skill | Score | Stars | Updated | Format |
|---|---|---|---|---|
| zhihu-search-api-skill (this skill)by browser-act | 87 | 6.0k | 33d ago | SKILL.md |
| Agent-Reachby Panniantong | 100 | 85.6k | 11d ago | CLAUDE.md |
| headroomby headroomlabs-ai | 100 | 73.9k | today | CLAUDE.md |
| rufloby ruvnet | 100 | 73.3k | today | CLAUDE.md |
| Scraplingby D4Vinci | 100 | 83.9k | today | MCP Server |
Frequently asked questions
- How do I install zhihu-search-api-skill?
- Run
npx skills add browser-act/skills --skill zhihu-search-api-skill. The install tabs above show the steps for each supported agent. - Which AI agents does zhihu-search-api-skill work with?
- It is written for Universal, as a SKILL.md file. Other agents that read the same format can often use it too.
- Is zhihu-search-api-skill safe to use?
- It is MIT-licensed and scores 100/100 on trust signals. Skills are instructions an agent will follow, so read the file before installing it and do not approve commands you do not understand.
- Is zhihu-search-api-skill still maintained?
- The repository was last updated 33 days ago, so zhihu-search-api-skill is actively maintained.
Skill content
View source on GitHubname: zhihu-search-api-skill description: "This skill helps users automatically extract structured article details and full content from Zhihu via the BrowserAct API. Agent should proactively apply this skill when users express needs like: searching for Zhihu articles on a specific topic, tracking industry trends on Zhihu, monitoring public relations or sentiment on Zhihu, collecting competitor updates, getting the latest reports on specific keywords, monitoring brand exposure in Zhihu media, researching market hot topics, summarizing daily Zhihu industry news, retrieving hot events from the past week, extracting structured data for market research, finding full Zhihu articles for AI agents, extracting full article body from Zhihu links." metadata: {"openclaw":{"emoji":"🌐","requires":{"bins":["python"],"env":["BROWSERACT_API_KEY"]}}}
Zhihu Search API Automated Extraction Skill
📖 Brief
This skill uses BrowserAct's Zhihu Search API template to provide a one-stop article extraction service. It extracts structured article details and full content from Zhihu article search results based on keywords and publication date filters.
✨ Features
- No hallucinations, ensuring stable and precise data extraction: Pre-set workflows avoid AI generative hallucinations.
- No CAPTCHA issues: No need to handle reCAPTCHA or other verification challenges.
- No IP access restrictions and geo-fencing: No need to deal with regional IP limits.
- Faster execution speed: Compared to pure AI-driven browser automation solutions, task execution is much faster.
- Extremely high cost-effectiveness: Significantly reduces data acquisition costs compared to AI solutions that consume a large number of tokens.
🔑 API Key Guide
Before running, you need to check the BROWSERACT_API_KEY environment variable. If it is not set, do not take other actions; wait for the user to provide it.
The Agent must inform the user at this time:
"Since you have not configured the BrowserAct API Key yet, please go to the BrowserAct Console first to get your Key."
🛠️ Input Parameters
The Agent should flexibly configure the following parameters according to user needs when calling the script:
-
keyword (Search Keywords)
- Type:
string - Description: Search keywords used to find Zhihu articles. Can be company name, industry term, etc.
- Example:
AI agent,openclaw
- Type:
-
Publish_date (Publication Date Range)
- Type:
string - Description: Filter articles by publication date.
- Options:
7d: Past 7 days30d: Past 30 days90d: Past 90 days1y: Past yearall: Any time
- Default:
7d
- Type:
-
Date_limit (Extraction Limit)
- Type:
number - Description: Maximum number of articles to extract.
- Default:
10
- Type:
🚀 Recommended Usage
The Agent should execute the following independent script to achieve "one command gets results":
# Example call
python -u ./scripts/zhihu_search_api.py "keyword" "Publish_date" limit
⏳ Execution Status Monitoring
Because this task involves automated browser operations, it may take a long time (several minutes). The script will continuously output status logs with timestamps (e.g., [14:30:05] Task Status: running) while running.
Agent Must Know:
- While waiting for the script to return a result, keep monitoring the terminal output.
- As long as the terminal is still outputting new status logs, it means the task is running normally, do not mistake it for a deadlock or unresponsiveness.
- If the status remains unchanged for a long time or the script stops outputting without returning a result, then consider triggering the retry mechanism.
📊 Data Output
Upon successful execution, the script will directly parse and print the result from the API response. The result includes:
title: Full article titlebody_content: Full body content of the articleimage_url: Main image URL or article cover image URLauthor: Article author or publishing account namepublication_date: Article publication dateurl_link: Original article URL
⚠️ Error Handling & Retry
During the execution of the script, if an error is encountered (such as network fluctuations or task failure), the Agent should follow this logic:
-
Check the output content:
- If the output contains
"Invalid authorization", it means the API Key is invalid or expired. Do not retry at this time, and guide the user to check and provide the correct API Key. - If the output does not contain
"Invalid authorization"but the task execution fails (for example, the output starts withError:or the return result is empty), the Agent should automatically try to execute the script once more.
- If the output contains
-
Retry limits:
- Automatic retry is limited to one time. If the second attempt still fails, stop retrying and report the specific error information to the user.
🌟 Typical Use Cases
- Industry Trend Tracking: Find the latest industry dynamics on specific topics like "low-altitude economy" or "generative AI" on Zhihu.
- Public Relations Monitoring: Monitor the media exposure of a specific brand or company on Zhihu over the past 30 days.
- Competitor Intelligence Gathering: Collect recent product information or market activities published by competitors on Zhihu.
- Market Hotspot Research: Get popular Zhihu reports on specific keywords across different time dimensions.
- Character Dynamics Tracking: Retrieve the latest Zhihu articles and interviews of industry leaders or public figures.
- Daily Briefing Summary: Automatically extract and summarize daily industry news briefings from Zhihu.
- Global Event Monitoring: Real-time access to major breaking news and discussions on Zhihu.
- Structured Data Extraction: Extract structured information such as article titles, authors, and links from Zhihu for market research analysis.
- Media Exposure Analysis: Evaluate the spread and popularity of a specific project or event on Zhihu.
- Long-term Thematic Research: Retrieve in-depth reports and discussions on a specific technical topic from the past year.
Related Skills
Agent-Reach
85.6kGive your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.
headroom
73.9kCompress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agents, 60-95% fewer tokens for JSON, same answers. Library, proxy, MCP server.
ruflo
73.3k🌊 The original agent harness. Deploy intelligent multi-player swarms, coordinate autonomous workflows, and build conversational AI systems. Features adaptive memory, self-learning intelligence, federation, vector RAG integration, and native Claude Code / Codex / Hermes and many more Integrated
Scrapling
83.9k🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl! Don't be shy, join here: https://discord.gg/EMgGbDceNQ and follow here for daily tips and tricks: https://x.com/Scrapling_dev
Languages
Trust signals
From repository metadata: license, adoption, age and documentation. Not a code audit — see the Safety scan above for what the skill file itself contains.
