📦 Zhihu Topic Analyzer — 知乎选题分析
v1.0.1一站式知乎内容洞察工具,可实时抓取热榜与关键词结果,智能评估问题热度、竞争强度与变现潜力,追踪竞品回答动态,为中文自媒体和内容创作者提供选题、排期与爆款策略支持。
0· 89·0 当前·0 累计
下载技能包
最后更新
2026/4/16
安全扫描
OpenClaw
安全
high confidenceThe skill's code and runtime instructions are consistent with its stated purpose (fetching and analyzing Zhihu hot topics); it requires no secrets or special installs and only contacts Zhihu endpoints.
评估建议
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 hea...详细分析 ▾
✓ 用途与能力
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.
ℹ 指令范围
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.
✓ 安装机制
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.
✓ 凭证需求
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.
✓ 持久化与权限
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.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.12026/4/13
添加完整SKILL.md和功能脚本
● 无害
安装命令
点击复制官方npx clawhub@latest install zhihu-topic-finder
镜像加速npx clawhub@latest install zhihu-topic-finder --registry https://cn.longxiaskill.com镜像同步中