openclaw 网盘下载
OpenClaw

技能详情(站内镜像,无评论)

首页 > 技能库 > network hot topics

获取当前网络热点并汇总为 10 条摘要。从微博、知乎、百度等平台或通过搜索获取实时热搜/热榜, 筛选、去重后输出 10 条热点,每条包含标题与一句话摘要。 Use when: 用户需要今日热点、热搜汇总、热榜简报、网络热点 10 条、多平台热点摘要。 NOT for: 单平台单一话题深挖、历史热点分析、需要原文链...

开发与 DevOps

作者:Hao Jiakang @akang943578

许可证:MIT-0

MIT-0 ·免费使用、修改和重新分发。无需归因。

版本:v1.0.0

统计:⭐ 0 · 46 · 0 current installs · 0 all-time installs

0

安装量(当前) 0

🛡 VirusTotal :良性 · OpenClaw :良性

Package:akang943578/network-hot-topics

安全扫描(ClawHub)

  • VirusTotal :良性
  • OpenClaw :良性

OpenClaw 评估

The skill's requirements and instructions align with its stated purpose: it aggregates public hot-topic lists via web searches or public APIs and does not request unrelated credentials or install code.

目的

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.

说明范围

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.

安装机制

Instruction-only skill with no install spec and no code files. This is lowest-risk: nothing is written to disk or auto-installed.

证书

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.

持久

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.

综合结论

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 p…

安装(复制给龙虾 AI)

将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。

请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「network hot topics」。简介:获取当前网络热点并汇总为 10 条摘要。从微博、知乎、百度等平台或通过搜索获取实时热搜/热榜, 筛选、去重后输出 10 条热点,每条包含标题与一句话摘要。 U…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/akang943578/network-hot-topics/SKILL.md
(来源:yingzhi8.cn 技能库)

SKILL.md

打开原始 SKILL.md(GitHub raw)

---
name: network-hot-topics
description: >
  获取当前网络热点并汇总为 10 条摘要。从微博、知乎、百度等平台或通过搜索获取实时热搜/热榜,
  筛选、去重后输出 10 条热点,每条包含标题与一句话摘要。
  Use when: 用户需要今日热点、热搜汇总、热榜简报、网络热点 10 条、多平台热点摘要。
  NOT for: 单平台单一话题深挖、历史热点分析、需要原文链接列表的场景请说明。
---

# 获取当前网络热点并总结 10 条

## 目标

根据用户请求,获取当前网络热点(微博热搜、知乎热榜、百度热点等),筛选并总结为 **10 条** 内容,每条包含:
- **标题**:热点主题
- **摘要**:一句话说明(来源或要点)

## 工作流程

### 1. 获取热点数据

优先使用以下一种或多种方式获取实时热点(按可用性选择):

- **Web 搜索**:使用 `web_search` 搜索「微博热搜」「知乎热榜」「今日热点」等,从结果中提取当前热门话题。
- **公开 API(若环境允许)**:
  - 微博热搜:`https://weibo.com/ajax/side/hotSearch` 或第三方聚合 API。
  - 知乎热榜:`https://www.zhihu.com/hot` 或聚合 API。
  - 聚合示例:DailyHotApi 等开源项目提供的多平台热榜接口。

若无法调用 API,则以 **web_search** 为主,多次搜索不同关键词以覆盖多平台。

### 2. 筛选与去重

- 合并多源结果,按热度或时间排序。
- 去除重复、广告、无效条目。
- 保留真实新闻、社会话题、科技、娱乐等多样类型,尽量覆盖 10 条不同主题。

### 3. 输出格式

输出 **恰好 10 条**,采用如下结构:

```markdown
# 今日网络热点(10 条)

1. **标题**  
   摘要(一句话)。

2. **标题**  
   摘要(一句话)。

...
10. **标题**  
   摘要(一句话)。
```

- 每条仅保留标题 + 一句话摘要,不展开长文。
- 若某平台暂时无数据,可注明「部分来源暂无」并仍凑满 10 条(可从其他来源补足)。

## 注意事项

- 数据来源于公开搜索或公开 API,不保证实时到秒;输出可注明「截至检索时间」。
- 不编造热点;若某时段热点不足 10 条,可减少条数并说明,或从更多平台/关键词补足。
- 用户若指定平台(如「只要微博」)或条数(如「5 条」),按用户要求调整输出条数与范围。