← Back to Skills Marketplace
guohongbin-git

Zhihu Hot CN

by Guohongbin · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
2235
Downloads
2
Stars
23
Active Installs
1
Versions
Install in OpenClaw
/install zhihu-hot-cn
Description
知乎热榜监控 - 获取知乎热门话题、问题和趋势分析(Quora 中国版)
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install zhihu-hot-cn
  3. After installation, invoke the skill by name or use /zhihu-hot-cn
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release - Fetch Zhihu trending topics
Metadata
Slug zhihu-hot-cn
Version 1.0.0
License
All-time Installs 24
Active Installs 23
Total Versions 1
Frequently Asked Questions

What is Zhihu Hot CN?

知乎热榜监控 - 获取知乎热门话题、问题和趋势分析(Quora 中国版). It is an AI Agent Skill for Claude Code / OpenClaw, with 2235 downloads so far.

How do I install Zhihu Hot CN?

Run "/install zhihu-hot-cn" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Zhihu Hot CN free?

Yes, Zhihu Hot CN is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Zhihu Hot CN support?

Zhihu Hot CN is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Zhihu Hot CN?

It is built and maintained by Guohongbin (@guohongbin-git); the current version is v1.0.0.

💬 Comments