← 返回 Skills 市场
Zhihu Hot CN
作者
Guohongbin
· GitHub ↗
· v1.0.0
2235
总下载
2
收藏
23
当前安装
1
版本数
在 OpenClaw 中安装
/install zhihu-hot-cn
功能描述
知乎热榜监控 - 获取知乎热门话题、问题和趋势分析(Quora 中国版)
安全使用建议
This skill is lightweight and fetches public hot-list data from a GitHub README, so it is not requesting secrets or installing code. However: (1) the documentation references additional scripts (compare-trends.sh, find-persistent.sh) and data sources that are not included — the package appears incomplete; (2) the script parses raw README content and will execute curl to raw.githubusercontent.com at runtime, so verify that the remote README content is what you expect before running; (3) the shell script has some parsing logic that can produce malformed JSON if the source format changes (a functional bug, not secret exfiltration). Recommendation: inspect the remote README URL manually (curl the DATA_URL) and test the script in a sandbox or isolated environment. If you need the advertised trend/compare features, ask the publisher for the missing scripts or an updated release.
功能分析
Type: OpenClaw Skill
Name: zhihu-hot-cn
Version: 1.0.0
The skill is classified as suspicious due to its reliance on fetching data from an external, untrusted source (raw.githubusercontent.com) via `curl` in `scripts/get-hot.sh`. While this network access is necessary for the skill's stated purpose of retrieving Zhihu hot topics, any external network call represents a potential risk, especially when parsing a remote `README.md` file, which could change format unexpectedly. There is no clear evidence of intentional malicious behavior such as data exfiltration, persistence, or direct prompt injection attempts against the agent to perform harmful actions, but the external network dependency and parsing method warrant caution.
能力评估
Purpose & Capability
Name/description match the actual behavior: the included script fetches a public GitHub README and extracts a numbered hot-list. However SKILL.md advertises extra features (compare-trends.sh, find-persistent.sh, multiple data sources) that are not present in the package, so the bundled capability set and the documentation are not fully aligned.
Instruction Scope
Runtime instructions are limited to running the provided shell script(s) which only use curl/sed/grep/date to fetch and parse public data. They do not request secrets or access unrelated system files. But the README/SKILL.md call out commands for scripts that are missing and list an additional data source that the script does not use — this is a documentation vs. implementation mismatch.
Install Mechanism
No install spec and no third-party packages are installed by the skill. The only network access is at runtime: a curl to raw.githubusercontent.com to fetch a public README (this is expected for the stated purpose).
Credentials
The skill requests no environment variables, no credentials, and no config paths. Its runtime behavior (simple HTTP GET of a public URL) is proportionate to its stated function.
Persistence & Privilege
The skill is not forced-always, requests no elevated privileges, and does not attempt to modify other skills or system configuration. Autonomous invocation is allowed (platform default) but not combined with other red flags.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install zhihu-hot-cn - 安装完成后,直接呼叫该 Skill 的名称或使用
/zhihu-hot-cn触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release - Fetch Zhihu trending topics
元数据
常见问题
Zhihu Hot CN 是什么?
知乎热榜监控 - 获取知乎热门话题、问题和趋势分析(Quora 中国版). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2235 次。
如何安装 Zhihu Hot CN?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install zhihu-hot-cn」即可一键安装,无需额外配置。
Zhihu Hot CN 是免费的吗?
是的,Zhihu Hot CN 完全免费(开源免费),可自由下载、安装和使用。
Zhihu Hot CN 支持哪些平台?
Zhihu Hot CN 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Zhihu Hot CN?
由 Guohongbin(@guohongbin-git)开发并维护,当前版本 v1.0.0。
推荐 Skills