← Back to Skills Marketplace
freedompixels

知乎选题分析器

by freedompixels · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
164
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install zhihu-topic-finder
Description
知乎内容搜索与分析工具。搜索知乎热榜话题、分析高价值问题。 当用户说"搜一下知乎"、"知乎有什么"、"知乎选题"、"搜知乎热榜"时触发。 Keywords: 知乎, zhihu, 选题, 知乎热榜, 知乎搜索.
Usage Guidance
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).
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install zhihu-topic-finder
  3. After installation, invoke the skill by name or use /zhihu-topic-finder
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
添加完整SKILL.md和功能脚本
v1.0.0
v1.0.0: 知乎热榜+搜索+选题机会评分
Metadata
Slug zhihu-topic-finder
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is 知乎选题分析器?

知乎内容搜索与分析工具。搜索知乎热榜话题、分析高价值问题。 当用户说"搜一下知乎"、"知乎有什么"、"知乎选题"、"搜知乎热榜"时触发。 Keywords: 知乎, zhihu, 选题, 知乎热榜, 知乎搜索. It is an AI Agent Skill for Claude Code / OpenClaw, with 164 downloads so far.

How do I install 知乎选题分析器?

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

Is 知乎选题分析器 free?

Yes, 知乎选题分析器 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 知乎选题分析器 support?

知乎选题分析器 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 知乎选题分析器?

It is built and maintained by freedompixels (@freedompixels); the current version is v1.0.1.

💬 Comments