← Back to Skills Marketplace
Zhihu Keyword Content Search
by
taiyuexiao
· GitHub ↗
· v1.0.0
· MIT-0
288
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install zhihu-keyword-content-search
Description
爬取知乎问题和回答。当用户要求爬取知乎、抓取知乎数据、搜索知乎问答,或提到"知乎"+"爬虫/爬取/抓取/搜索"时使用此技能。支持按关键词搜索问题、按回答数排序、抓取全部回答并保存为JSON和纯文本。
Usage Guidance
This skill is coherent with its description, but it asks you to provide your full Zhihu login Cookie (a session token). That token can grant access to your account if leaked — only paste it into code you trust. Recommendations: (1) review the included zhihu_crawl.py locally before running; (2) run the script on an isolated or throwaway account if possible; (3) do not paste cookies into third-party web UIs or share them; (4) be aware of Zhihu's terms of service and rate limits; (5) ensure you have 'requests' installed in a controlled Python environment. If you are uncomfortable providing a full login cookie, do not install or run this skill.
Capability Analysis
Type: OpenClaw Skill
Name: zhihu-keyword-content-search
Version: 1.0.0
The skill is a functional Zhihu crawler designed to search for questions and answers based on user-provided keywords. While it requires the user to provide a session cookie for authentication, the code in `zhihu_crawl.py` uses this cookie exclusively to communicate with official Zhihu API endpoints (zhihu.com) and does not exhibit signs of data exfiltration, malicious execution, or persistence. The instructions in `SKILL.md` are aligned with the tool's stated purpose and do not contain prompt injection attacks.
Capability Assessment
Purpose & Capability
The name/description match the included Python script (zhihu_crawl.py) and README: the code searches Zhihu, ranks by answer count, fetches answers, and writes JSON/plaintext outputs. No unrelated binaries, services, or credentials are requested.
Instruction Scope
SKILL.md instructs running the provided script with a --cookie argument and explains how to copy the browser cookie. The instructions do not attempt to read unrelated system files or send data to third-party endpoints. However, asking users to paste their full browser Cookie is sensitive — it is within scope for accessing logged-in Zhihu APIs but should be handled cautiously.
Install Mechanism
No install spec; dependency is requests (not bundled). The skill is instruction+source-file only, so nothing is downloaded from external URLs or installed silently. Risk from install mechanism is low.
Credentials
No environment variables or external service credentials are declared, which matches the registry metadata. The script requires a Zhihu login cookie passed as a CLI argument; this is necessary to access certain Zhihu APIs but is sensitive (session tokens). No unrelated credentials (AWS, GitHub, etc.) are requested.
Persistence & Privilege
Skill does not request always:true and does not modify other skills or system-wide settings. It runs as a normal, on-demand script and writes only to the configured output directory.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install zhihu-keyword-content-search - After installation, invoke the skill by name or use
/zhihu-keyword-content-search - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of Zhihu Crawler skill.
- Enables searching Zhihu questions by keywords and crawling all related answers.
- Supports sorting questions by answer count.
- Saves results as JSON and plain text for easy analysis.
- Provides simple command-line usage with user-supplied Cookie.
- Handles common errors with troubleshooting guides.
Metadata
Frequently Asked Questions
What is Zhihu Keyword Content Search?
爬取知乎问题和回答。当用户要求爬取知乎、抓取知乎数据、搜索知乎问答,或提到"知乎"+"爬虫/爬取/抓取/搜索"时使用此技能。支持按关键词搜索问题、按回答数排序、抓取全部回答并保存为JSON和纯文本。 It is an AI Agent Skill for Claude Code / OpenClaw, with 288 downloads so far.
How do I install Zhihu Keyword Content Search?
Run "/install zhihu-keyword-content-search" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Zhihu Keyword Content Search free?
Yes, Zhihu Keyword Content Search is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Zhihu Keyword Content Search support?
Zhihu Keyword Content Search is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Zhihu Keyword Content Search?
It is built and maintained by taiyuexiao (@taiyuexiao); the current version is v1.0.0.
More Skills