← 返回 Skills 市场
sskun

news-hot-hub

作者 sskun · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ 安全检测通过
132
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install news-hot-hub
功能描述
新闻热点数据聚合器——整合知乎、今日头条、AIBase三大平台热搜数据。支持单独获取任一平台热榜,也支持一次性获取所有平台数据并汇总输出。当用户提到"热搜聚合"、"全平台热点"、"各平台热门话题"、"热榜整合"、"热点数据采集"、"我要看全网热点"、"刷一下各平台热榜"、"一键获取热榜"、"知乎头条热榜"、"全网...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install news-hot-hub
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /news-hot-hub 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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 格式。 - 附详细使用说明、环境变量与参考文档。
元数据
Slug news-hot-hub
版本 1.0.2
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

news-hot-hub 是什么?

新闻热点数据聚合器——整合知乎、今日头条、AIBase三大平台热搜数据。支持单独获取任一平台热榜,也支持一次性获取所有平台数据并汇总输出。当用户提到"热搜聚合"、"全平台热点"、"各平台热门话题"、"热榜整合"、"热点数据采集"、"我要看全网热点"、"刷一下各平台热榜"、"一键获取热榜"、"知乎头条热榜"、"全网... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 132 次。

如何安装 news-hot-hub?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install news-hot-hub」即可一键安装,无需额外配置。

news-hot-hub 是免费的吗?

是的,news-hot-hub 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

news-hot-hub 支持哪些平台?

news-hot-hub 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 news-hot-hub?

由 sskun(@sskun)开发并维护,当前版本 v1.0.2。

💬 留言讨论