← 返回 Skills 市场
Zhihu Keyword Content Search
作者
taiyuexiao
· GitHub ↗
· v1.0.0
· MIT-0
288
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install zhihu-keyword-content-search
功能描述
爬取知乎问题和回答。当用户要求爬取知乎、抓取知乎数据、搜索知乎问答,或提到"知乎"+"爬虫/爬取/抓取/搜索"时使用此技能。支持按关键词搜索问题、按回答数排序、抓取全部回答并保存为JSON和纯文本。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install zhihu-keyword-content-search - 安装完成后,直接呼叫该 Skill 的名称或使用
/zhihu-keyword-content-search触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Zhihu Keyword Content Search 是什么?
爬取知乎问题和回答。当用户要求爬取知乎、抓取知乎数据、搜索知乎问答,或提到"知乎"+"爬虫/爬取/抓取/搜索"时使用此技能。支持按关键词搜索问题、按回答数排序、抓取全部回答并保存为JSON和纯文本。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 288 次。
如何安装 Zhihu Keyword Content Search?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install zhihu-keyword-content-search」即可一键安装,无需额外配置。
Zhihu Keyword Content Search 是免费的吗?
是的,Zhihu Keyword Content Search 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Zhihu Keyword Content Search 支持哪些平台?
Zhihu Keyword Content Search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Zhihu Keyword Content Search?
由 taiyuexiao(@taiyuexiao)开发并维护,当前版本 v1.0.0。
推荐 Skills