← Back to Skills Marketplace
138
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install realtime-hot
Description
获取并整理多平台实时热点新闻,按跨平台热度共识筛选,输出高热度事件的简报。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install realtime-hot - After installation, invoke the skill by name or use
/realtime-hot - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
初始版本
Metadata
Frequently Asked Questions
What is 全网热点聚合?
获取并整理多平台实时热点新闻,按跨平台热度共识筛选,输出高热度事件的简报。 It is an AI Agent Skill for Claude Code / OpenClaw, with 138 downloads so far.
How do I install 全网热点聚合?
Run "/install realtime-hot" 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 Jerry48 (@jerry48); the current version is v1.0.0.
More Skills