← 返回 Skills 市场
知乎选题分析器
作者
freedompixels
· GitHub ↗
· v1.0.1
· MIT-0
164
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install zhihu-topic-finder
功能描述
知乎内容搜索与分析工具。搜索知乎热榜话题、分析高价值问题。 当用户说"搜一下知乎"、"知乎有什么"、"知乎选题"、"搜知乎热榜"时触发。 Keywords: 知乎, zhihu, 选题, 知乎热榜, 知乎搜索.
安全使用建议
This skill appears to do what it claims: fetch Zhihu hot topics and score them. Before running, consider: 1) run in a network-safe environment because the script makes outbound HTTP requests to zhihu.com; 2) install the 'requests' Python package if needed (pip3 install requests); 3) be aware the fallback HTML parsing code is buggy and may fail — review or fix the regex if you rely on that path; 4) scraping/using Zhihu data may be rate-limited or governed by Zhihu's terms of service, so avoid heavy automated polling; and 5) if you need production reliability, audit and harden the script (error handling, proper parsing, rate limiting).
功能分析
Type: OpenClaw Skill
Name: zhihu-topic-finder
Version: 1.0.1
The skill is a legitimate tool for fetching and analyzing Zhihu hot topics. The Python script (scripts/zhihu_topics.py) uses the public Zhihu API to retrieve trending data and perform basic scoring, with no evidence of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
Name/description say 'Zhihu hotlist search and analysis'. The included script fetches Zhihu hotlist endpoints and computes simple scores. No unrelated credentials, binaries, or config paths are requested — the requested capabilities match the stated purpose.
Instruction Scope
SKILL.md simply tells the agent to run the provided Python script. The script only makes HTTP requests to zhihu.com (API and fallback page) and prints JSON results. Note: the fallback HTML parsing code contains a buggy regex (re.findall(rtitle:(.*?), r2.text[:50000])) that appears malformed and may raise an error or fail to extract titles; this is a quality/robustness issue, not a scope creep or data-exfiltration concern.
Install Mechanism
No install spec is provided (instruction-only). The script depends on the Python 'requests' package and prints a message asking the user to install it if missing. No external downloads or archive extraction are present.
Credentials
The skill declares no required environment variables or credentials and the code does not read secrets or unrelated environment/config paths. Network access to Zhihu is required and proportional to the stated function.
Persistence & Privilege
always is false and the skill does not request persistent/system-wide privileges or modify other skills/config. It runs as a simple script when invoked.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install zhihu-topic-finder - 安装完成后,直接呼叫该 Skill 的名称或使用
/zhihu-topic-finder触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
添加完整SKILL.md和功能脚本
v1.0.0
v1.0.0: 知乎热榜+搜索+选题机会评分
元数据
常见问题
知乎选题分析器 是什么?
知乎内容搜索与分析工具。搜索知乎热榜话题、分析高价值问题。 当用户说"搜一下知乎"、"知乎有什么"、"知乎选题"、"搜知乎热榜"时触发。 Keywords: 知乎, zhihu, 选题, 知乎热榜, 知乎搜索. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 164 次。
如何安装 知乎选题分析器?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install zhihu-topic-finder」即可一键安装,无需额外配置。
知乎选题分析器 是免费的吗?
是的,知乎选题分析器 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
知乎选题分析器 支持哪些平台?
知乎选题分析器 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 知乎选题分析器?
由 freedompixels(@freedompixels)开发并维护,当前版本 v1.0.1。
推荐 Skills