← 返回 Skills 市场
138
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install realtime-hot
功能描述
获取并整理多平台实时热点新闻,按跨平台热度共识筛选,输出高热度事件的简报。
安全使用建议
This skill is coherent with its description: it scrapes several public hot‑list pages, clusters titles locally, and formats a short markdown summary. Before installing, consider: (1) it executes Node.js code — review or run the scripts in a sandbox if you don't trust the author; (2) scraping can trigger site rate limits or violate terms of service—ensure you comply; (3) the SKILL.md expects the host to send the markdown to Feishu via a messaging tool — verify which account/channel will receive messages; and (4) the scripts filter out some political content and perform simple HTML/JSON parsing that may break if sites change. If those points are acceptable, the skill appears internally consistent.
功能分析
Type: OpenClaw Skill
Name: realtime-hot
Version: 1.0.0
The skill bundle is a legitimate news aggregator that scrapes real-time hot topics from platforms like Weibo, Douyin, and Baidu. The scripts (index.js and format.js) use only built-in Node.js modules to fetch public data, perform Jaccard-based clustering, and format the results into a Markdown report. There is no evidence of data exfiltration, malicious execution, or obfuscation; the instructions in SKILL.md even include security-positive constraints that limit the agent's tool usage to the provided scripts.
能力评估
Purpose & Capability
Name/description match the implementation: index.js fetches top lists from Weibo/抖音/头条/百度/知乎/腾讯, writes hot-data.json; format.js clusters and formats results. No unrelated services, binaries, or secrets are requested.
Instruction Scope
SKILL.md instructs running the two scripts and sending formatted stdout to a messaging tool (Feishu). The scripts only read/write the declared hot-data.json and perform scraping and local clustering; they do not instruct reading other system files or environment variables.
Install Mechanism
No install spec; both scripts use only Node.js built-ins (https, fs, zlib, path, url). There are no downloads from third‑party URLs or extracted archives. Risk is limited to executing provided JS with node.
Credentials
Skill requests no environment variables or credentials. One small mismatch: SKILL.md expects a 'message' tool to send output to Feishu (action=send, channel=feishu) but the skill does not declare Feishu credentials — this is likely intentional because messaging is provided by the host platform, but you should confirm the platform's message tool will behave as expected and that you trust the destination channel.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request persistent agent-level privileges or modify other skills. Autonomous invocation is allowed by default but not combined with other risky privileges here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install realtime-hot - 安装完成后,直接呼叫该 Skill 的名称或使用
/realtime-hot触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
初始版本
元数据
常见问题
全网热点聚合 是什么?
获取并整理多平台实时热点新闻,按跨平台热度共识筛选,输出高热度事件的简报。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 138 次。
如何安装 全网热点聚合?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install realtime-hot」即可一键安装,无需额外配置。
全网热点聚合 是免费的吗?
是的,全网热点聚合 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
全网热点聚合 支持哪些平台?
全网热点聚合 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 全网热点聚合?
由 Jerry48(@jerry48)开发并维护,当前版本 v1.0.0。
推荐 Skills