mcpbeat Sign in

Zhihu Search API Skill

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.

3k tokens
context cost
the whole folder, loaded on every use
2
files
ships runnable scripts
0
copies elsewhere
how many repositories repackaged it
5133
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/browser-act/skills --skill zhihu-search-api-skill

What comes with it

4 176 bytes besides the instruction
scripts/zhihu_search_api.py

The instruction itself

10 sections, as written by the author

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
  • Publish_date (Publication Date Range)
  • Type: string
  • Description: Filter articles by publication date.
  • Options:
  • 7d: Past 7 days
  • 30d: Past 30 days
  • 90d: Past 90 days
  • 1y: Past year
  • all: Any time
  • Default: 7d
  • Date_limit (Extraction Limit)
  • Type: number
  • Description: Maximum number of articles to extract.
  • Default: 10

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 title
  • body_content: Full body content of the article
  • image_url: Main image URL or article cover image URL
  • author: Article author or publishing account name
  • publication_date: Article publication date
  • url_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 with Error: or the return result is empty), the Agent should automatically try to execute the script once more.
  • 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.

10. Long-term Thematic Research: Retrieve in-depth reports and discussions on a specific technical topic from the past year.

Other skills for the same job

different authors, same section of the catalogue
Web Quality Audit
by christophacham
×1

Comprehensive web quality audit covering performance, accessibility, SEO, and best practices in a single review. Use when asked to "audit my site", "review web quality", "run lighthouse audit", "check page quality", or "optimize my website" across multiple areas at once. Orchestrates specialized skills for depth. Do NOT use for single-area audits — prefer core-web-vitals, web-accessibility, seo, or web-best-practices for focused work.

2k tokens scripts
When Releasing New Product Orchestrate Product Launch
by ComeOnOliver
×1

| Use when launching a new product end-to-end from market research through post-launch monitoring. Orchestrates 15+ specialist agents across 5 phases in a 10-week coordinated workflow including research, development, marketing, sales preparation, launch execution, and ongoing optimization. Employs hierarchical coordination with parallel execution for efficiency and comprehensive coverage.

16k tokens
Chronicle
by microsoft
vendor

Analyze Copilot session history for standup reports, usage tips, session search, and session reindexing. Use when the user asks for a standup, daily summary, usage tips, workflow recommendations, wants to search or find past sessions by keyword/file/PR, wants to reindex their session store, or asks about deleting session data.

7k tokens
Frontend Skill
by nexu-io

| Create visually strong landing pages, websites, and app UIs with restrained composition. OpenAI's production frontend playbook.

292 tokens
Before You Build
by wshobson

Pre-build product and feature risk review for founders, product managers, and AI-assisted builders. Use this skill when the user is about to build a landing page, MVP, SaaS product, internal tool, agent workflow, or major feature and needs to check demand, positioning, monetization, retention, trust, distribution, and adoption risk before implementation starts.

1k tokens
Site Structure Optimizer
by aaron-he-zhu

Use when the user asks to "plan my site structure", "design the page hierarchy / navigation / URL taxonomy", "fix internal linking", or "find orphan pages"; runs two modes — architecture (hierarchy, nav, URL patterns, hub/spoke clusters, Mermaid site maps) and linking (link graph, authority flow, anchor text, orphan disposition, source/target/anchor plan) — and outputs a structure score /100 plus a handoff summary. Not for external backlinks — use offsite-signal-analyzer; not for XML sitemap or indexation issues — use technical-seo-checker. 网站架构/信息架构/站点地图/内链优化

9k tokens
Claude Code History Files Finder
by daymade

>- Searches and recovers Claude Code JSONL history across all active config homes and archives registered in ~/.claude/history-sources.json. Use --all-projects when the project is unknown and --codex to include Codex rollout search. Uses internal timestamps and searches messages, thinking, tool inputs/results, queues, attachments, summaries, titles, and file-history paths. Recovers exact captured bytes from Claude file-history snapshots, including post-Write edits and binary files; otherwise labels Write checkpoints as lower fidelity. Use for keyword/date-bounded history search, prior-conversation forensics, deleted-file recovery, vanished ~/.claude/jobs artifacts, tool/file-operation analysis, or requests mentioning session history, find in history, previous conversation, or .claude/projects. For a recent Claude+Codex inventory, use local-conversation-history instead.

64k tokens scripts
Industry Scanner
by gooseworks-ai

> Daily industry intelligence scanner. Scans web, social media, news, blogs, and communities for industry-relevant events, trends, and signals. Produces a comprehensive intelligence briefing plus strategic GTM opportunity ideas. Orchestrates existing scraping skills — does not reimplement data collection.

5k tokens

How to use it

Copy the folder

Take browser-act/zhihu-search-api-skill from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.