← 返回
未分类 中文

News Digest Aggregator - 新闻聚合

Daily automated news digest that fetches RSS feeds, aggregates articles using LLM summarization, and delivers formatted digests to messaging channels (Discor...
每日自动新闻摘要:抓取 RSS 源,使用 LLM 汇总文章,将格式化摘要推送至消息频道(如 Discord)。
cp3d1455926-svg cp3d1455926-svg 来源
未分类 clawhub v1.0.0 1 版本 99751.2 Key: 无需
★ 0
Stars
📥 401
下载
💾 2
安装
1
版本
#latest

概述

News Digest Aggregator

Automated daily news digest system that collects articles from RSS feeds, summarizes them using LLM, and delivers formatted digests to your preferred messaging channel.

Quick Start

  1. Configure RSS sources in references/sources.json
  2. Set up channel credentials in environment variables
  3. Run scripts/fetch_and_digest.py manually or schedule with cron

Configuration

RSS Sources

Edit references/sources.json:

{
  "sources": [
    {"name": "TechCrunch", "url": "https://techcrunch.com/feed/", "category": "tech"},
    {"name": "Reuters", "url": "https://www.reutersagency.com/feed/?taxonomy=markets&post_type=reuters-best", "category": "finance"}
  ]
}

Channel Settings

Set environment variables for your target channel:

Discord:

export DISCORD_WEBHOOK_URL="https://discord.com/api/webhooks/..."

Slack:

export SLACK_WEBHOOK_URL="https://hooks.slack.com/services/..."

Feishu:

export FEISHU_WEBHOOK_URL="https://open.feishu.cn/open-apis/bot/v2/hook/..."

Usage

Manual Run

python scripts/fetch_and_digest.py --config references/sources.json --channel discord

Scheduled (Cron)

# Daily at 9 AM
0 9 * * * cd /path/to/skill && python scripts/fetch_and_digest.py --config references/sources.json --channel discord

Output Format

The digest includes:

  • 📅 Date header
  • 📊 Summary statistics (total articles, sources)
  • 🏷️ Categorized sections
  • 🔗 Article links with brief summaries

Customization

  • Max articles per source: Edit MAX_ARTICLES in the script (default: 5)
  • Summary length: Adjust SUMMARY_MAX_TOKENS (default: 150)
  • Categories: Modify category tags in sources.json

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-03 09:52 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

self-improving agent

pskoett
捕获经验教训、错误及修正内容,以实现持续改进。适用于以下场景:(1)命令或操作意外失败;(2)用户纠正Claude(如“不,那不对……”“实际上……”);(3)用户请求的功能不存在;(4)外部API或工具出现故障;(5)Claude发现自身
★ 4,090 📥 818,653
ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,388 📥 321,425
knowledge-management

Multi-Source Research - 多源研究

cp3d1455926-svg
多源研究助手,整合网页搜索、学术平台(知网/arXiv)、社交媒体(微博/抖音)和新闻聚合,支持自动去重并按来源与可信度分类。
★ 3 📥 2,185