← Back to Skills Marketplace
132
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install news-hot-hub
Description
新闻热点数据聚合器——整合知乎、今日头条、AIBase三大平台热搜数据。支持单独获取任一平台热榜,也支持一次性获取所有平台数据并汇总输出。当用户提到"热搜聚合"、"全平台热点"、"各平台热门话题"、"热榜整合"、"热点数据采集"、"我要看全网热点"、"刷一下各平台热榜"、"一键获取热榜"、"知乎头条热榜"、"全网...
Usage Guidance
This skill appears to do what it claims: it runs local Python scripts to fetch hot-search data from Zhihu, Toutiao and AIBase and outputs JSON. Before installing, consider: (1) pip install -r requirements.txt will download packages from PyPI — run in a virtualenv or sandbox. (2) The scripts make outbound HTTP requests to the listed domains (zhihu.com, toutiao.com, news.aibase.cn) — ensure outbound network access is acceptable. (3) You should only set ZHIHU_COOKIES if you understand and trust the code and are comfortable exposing your browser cookie string to the environment (that cookie is sensitive). (4) hub.py executes the bundled scripts via subprocess.run, so the bundled scripts will execute as code on the host — review scripts if you need to verify they match your policy. (5) If you require stronger isolation, run the skill inside an isolated VM/container or review/modify the scripts to remove any functionality you do not want.
Capability Analysis
Type: OpenClaw Skill
Name: news-hot-hub
Version: 1.0.2
The news-hot-hub skill bundle is a functional news aggregator that scrapes hot search data from Zhihu, Toutiao, and AIBase. The code follows a modular architecture where a central dispatcher (hub.py) safely executes platform-specific scripts (zhihu.py, toutiao.py, aibase.py) using subprocess.run with list-based arguments, preventing shell injection. There is no evidence of data exfiltration, malicious persistence, or prompt injection; the use of environment variables like ZHIHU_COOKIES is documented for legitimate authentication purposes in future versions.
Capability Assessment
Purpose & Capability
Name/description describe a multi-platform hot-search aggregator and the package contains hub.py plus per-platform scripts (zhihu.py, toutiao.py, aibase.py) that implement that functionality. The declared requirements (requests, beautifulsoup4, lxml) match web-scraping tasks.
Instruction Scope
SKILL.md instructs the agent to run scripts/hub.py and to optionally pip install the local requirements; hub.py dispatches to local platform scripts which perform HTTP GETs to the target sites and output JSON. Nothing in the instructions reads unrelated system files or transmits data to unknown endpoints. One minor mismatch: platform-guide.md documents an optional ZHIHU_COOKIES env var required for some advanced Zhihu commands (hot-question/hot-video/topic), but the skill's top-level environment requirements do not list it — this is an optional/advanced credential and not required for the documented default hot-search behavior.
Install Mechanism
There is no remote install spec embedded in the skill bundle; SKILL.md recommends running pip install -r requirements.txt (standard Python packages). The requirement list is small and uses well-known packages. Risk is typical for any pip install (network download of packages) but no arbitrary remote binary downloads or obscure URLs are used.
Credentials
The skill does not declare required environment variables (only an optional HOT_HUB_LIMIT is documented). The only additional env var mentioned anywhere is ZHIHU_COOKIES in platform-guide.md for specific Zhihu subcommands; that is optional and reasonable for endpoints that require login, but the skill does not list it as a required credential — user should only set such cookies if they understand the privacy implications.
Persistence & Privilege
Skill is not request/always-included (always:false). It does not modify other skills or system-wide agent settings. It invokes local scripts via subprocesses (expected for a dispatcher) and does not request persistent elevated privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install news-hot-hub - After installation, invoke the skill by name or use
/news-hot-hub - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
news-hot-hub 1.0.2
- 文档优化:CLI 示例和命令说明更加简洁直观。
- 子命令使用规范统一,去除已废弃/未实现的复杂用法说明。
- 移除关于知乎 cookies 环境变量的描述,简化依赖要求。
- 更新快速参考表,仅保留实际可用的命令示例。
v1.0.1
更新真实有效的技能库
v1.0.0
news-hot-hub 1.0.0
- 首发版本,支持聚合知乎、微博、今日头条、V2EX、36氪、AIBase六大中文平台热门数据。
- 可一键获取所有平台热榜,也支持单独查询任一平台。
- 提供统一命令行接口,含 fetch、all、compare、status 等命令。
- 知乎与 AIBase 平台已实现,其他平台脚本待完善。
- 支持多关键词和子命令映射,输出标准 JSON 格式。
- 附详细使用说明、环境变量与参考文档。
Metadata
Frequently Asked Questions
What is news-hot-hub?
新闻热点数据聚合器——整合知乎、今日头条、AIBase三大平台热搜数据。支持单独获取任一平台热榜,也支持一次性获取所有平台数据并汇总输出。当用户提到"热搜聚合"、"全平台热点"、"各平台热门话题"、"热榜整合"、"热点数据采集"、"我要看全网热点"、"刷一下各平台热榜"、"一键获取热榜"、"知乎头条热榜"、"全网... It is an AI Agent Skill for Claude Code / OpenClaw, with 132 downloads so far.
How do I install news-hot-hub?
Run "/install news-hot-hub" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is news-hot-hub free?
Yes, news-hot-hub is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does news-hot-hub support?
news-hot-hub is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created news-hot-hub?
It is built and maintained by sskun (@sskun); the current version is v1.0.2.
More Skills