network hot topics
v1.0.0获取当前网络热点并汇总为 10 条摘要。从微博、知乎、百度等平台或通过搜索获取实时热搜/热榜, 筛选、去重后输出 10 条热点,每条包含标题与一句话摘要。 Use when: 用户需要今日热点、热搜汇总、热榜简报、网络热点 10 条、多平台热点摘要。 NOT for: 单平台单一话题深挖、历史热点分析、需要原文链...
⭐ 0· 198·0 current·0 all-time
byHao Jiakang@akang943578
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The name/description (aggregate current network hot topics into 10 summaries) aligns with the runtime instructions: use web_search and public platform endpoints/APIs (Weibo/知乎/百度) or aggregator APIs. No unrelated binaries, env vars, or config paths are requested.
Instruction Scope
SKILL.md confines actions to web_search and optional calls to public hotlist endpoints/aggregators, plus filtering/deduplication and returning exactly 10 short items. It does not instruct reading local files, system secrets, or sending data to unexpected external endpoints beyond the described public APIs/aggregators.
Install Mechanism
Instruction-only skill with no install spec and no code files. This is lowest-risk: nothing is written to disk or auto-installed.
Credentials
No environment variables, credentials, or config paths are requested. The optional mention of using public aggregator APIs is reasonable for the task but does not demand secrets by default.
Persistence & Privilege
always is false and the skill does not request persistent system privileges or modify other skills. Autonomous invocation is allowed by platform default but is not combined with broad privileges here.
Assessment
This skill appears to do only what it claims: query public hotlist pages or search results and summarize 10 items. Before installing, consider: (1) it requires the agent to have network/web_search capability — without that it cannot function; (2) web scraping/public API usage may be subject to rate limits or site terms of service; (3) if you (or the skill maintainer) configure a third-party aggregator/API, avoid providing API keys to unknown providers — those endpoints could see your queries; and (4) verify sources when using summaries (the skill returns short summaries and may not include links). If you need platform-specific guarantees (only Weibo, include source links, historical context), specify that to the agent when invoking the skill.Like a lobster shell, security has layers — review code before you run it.
latestvk9766t9atwnfty5ekabr4b5hts835th6
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
