知乎选题分析器

v1.0.1

知乎内容搜索与分析工具。搜索知乎热榜话题、分析高价值问题。 当用户说"搜一下知乎"、"知乎有什么"、"知乎选题"、"搜知乎热榜"时触发。 Keywords: 知乎, zhihu, 选题, 知乎热榜, 知乎搜索.

0· 55·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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).

Like a lobster shell, security has layers — review code before you run it.

chinesevk9799nwnmvw92be8vw785tmh1184q6akcontentvk9799nwnmvw92be8vw785tmh1184q6aklatestvk979yzzx3rfrezx71mt90b92yd84z7sttopicvk9799nwnmvw92be8vw785tmh1184q6akzhihuvk9799nwnmvw92be8vw785tmh1184q6ak

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments