ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

trending-news-aggregator

智能热点新闻聚合器 - 自动抓取多平台热点新闻, AI分析趋势,支持定时推送和热度评分。 核心功能: - 每天自动聚合多平台热点(微博、知乎、百度等) - 智能分类(科技、财经、社会、国际等) - 热度评分算法 - 增量检测(标记新增热点) - AI趋势分析

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/19x19btr/trending-news-aggregator
Or

Trending News Aggregator

智能热点新闻聚合器,自动抓取多平台热点,AI分析趋势。

核心功能

综合热点聚合 (Trending News)

  • 频率: 可配置,建议每天9:00
  • 内容: 多平台热点聚合 + 智能分类 + AI趋势分析
  • 输出: 分类热点 + 热度评分 + 增量标记 + 趋势总结

智能分类系统

  • 科技: AI、芯片、华为、字节、腾讯等
  • 财经: 股市、经济、金融、投资等
  • 社会: 民生、教育、医疗、就业等
  • 国际: 美国、中国、欧洲、印度等
  • 娱乐: 电影、明星、综艺、音乐等

热度评分算法

基于以下维度加权计算:

  • 平台排名权重
  • 多平台出现频次
  • 新闻时效性
  • 用户互动数据

使用方法

手动触发

获取今日热点:

获取今日热点新闻

或详细指令:

【综合热点聚合】执行以下步骤:
1) 使用web_search搜索各平台热点新闻
2) 关键词智能分类:科技/财经/社会/国际/娱乐
3) 热度计算:按排名+频次+时效加权
4) 增量检测:标记新增热点
5) AI趋势分析:一句话总结今日热点趋势
6) 输出格式:总新闻:X条 | 新增:X条 | 时间:XX:XX
   🔥高热度分类:[1/X]分类名(X条)[热度分]
   每条新闻格式:1.[平台] 标题 [排名][🔥热度][🆕新增] 链接:https://具体新闻页面链接

定时任务配置

方式1:使用OpenClaw Cron

# 每天9:00执行
schedule: "0 9 * * *"

方式2:系统定时任务

# Linux/Mac crontab
0 9 * * * openclaw run-task trending-news

# Windows Task Scheduler
# 每天 9:00 执行

推送渠道配置

支持多种推送渠道(需单独配置):

  • 微信 (weixin): 个人号/群聊推送
  • 钉钉 (dingtalk): 群机器人推送
  • Slack: 频道消息
  • Telegram: 频道/群组
  • 邮件: SMTP发送

配置示例:

push:
  enabled: true
  channels:
    - weixin
    # - dingtalk
    # - slack

输出格式示例

===今日热点=== 2026-03-25 09:00
总新闻:32条 | 新增:8条

🔥高热度分类:
[1/5] 科技(12条)[热度分:95]
  1.[微博] 华为发布新一代AI芯片 [🔥98][🆕新增]
    链接:https://weibo.com/xxx
  2.[知乎] GPT-5技术细节曝光 [🔥92]
    链接:https://zhihu.com/xxx
  3.[百度] 国产量子计算机突破 [🔥88][🆕新增]
    链接:https://baidu.com/xxx

[2/5] 财经(8条)[热度分:88]
  1.[新浪财经] A股大涨 [🔥85]
    链接:https://sina.com.cn/xxx
  ...

[3/5] 国际(6条)[热度分:76]
  ...

📈 AI趋势分析:
今日科技板块热度最高,AI和芯片成为焦点,
反映市场对技术创新的高度关注。

配置说明

config.yaml

# 新闻源配置
sources:
  weibo: true      # 微博热搜
  zhihu: true      # 知乎热榜
  baidu: true      # 百度热搜
  douyin: true     # 抖音热点
  toutiao: false   # 今日头条(按需启用)

# 智能分类关键词
categories:
  tech:
    name: "科技"
    keywords: ["AI", "人工智能", "芯片", "量子", "华为", "字节", "腾讯", "阿里", "百度", "小米"]
    
  finance:
    name: "财经"
    keywords: ["股市", "A股", "港股", "美股", "经济", "金融", "银行", "投资", "基金"]
    
  social:
    name: "社会"
    keywords: ["社会", "民生", "教育", "医疗", "就业", "房价", "养老", "环保"]
    
  international:
    name: "国际"
    keywords: ["美国", "中国", "日本", "韩国", "欧洲", "印度", "俄罗斯", "联合国"]
    
  entertainment:
    name: "娱乐"
    keywords: ["电影", "电视剧", "明星", "综艺", "音乐", "演唱会", "票房"]

# 热度评分配置
scoring:
  base_score: 50
  rank_weight: 10
  frequency_weight: 5
  freshness_weight: 15
  max_score: 100

# 推送设置
push:
  enabled: true
  channels:
    - weixin
  schedule: "09:00"

# 输出格式
output:
  show_category_count: true
  show_heat_score: true
  show_new_mark: true
  show_trend_analysis: true
  max_news_per_category: 5

依赖

必需:

  • web_search tool (Brave Search / Tavily)
  • OpenClaw >= 2026.3.22

可选:

  • 推送渠道配置(微信/钉钉/Slack等)

安装

通过 ClawHub 安装(推荐)

clawdhub install trending-news-aggregator

手动安装

# 1. 克隆仓库
git clone https://github.com/yourusername/trending-news-aggregator.git

# 2. 复制到OpenClaw skills目录
cp -r trending-news-aggregator ~/.openclaw/skills/

Metadata

Author@19x19btr
Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-19x19btr-trending-news-aggregator": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.