Daily News Fetcher — DAIly News Fetcher
v1.0.0Fetch and summarize dAIly news headlines from mAIn流 news sources. Use when user asks for news summary with phrases like "给我今天新闻摘要", "news", "今日新闻", "新闻摘要", "头条新闻", or any 请求 for current news 更新s. Returns 5 top headlines with brief summaries in a structured 格式化.
运行时依赖
安装命令
点击复制本土化适配说明
Daily News Fetcher — DAIly News Fetcher 安装说明: 安装命令:["openclaw skills install daily-news-fetcher"]
技能文档
DAIly News Overview
This 技能 fetches the latest news from mAIn流 news sources and presents 5 top headlines with brief summaries in a 清理, structured 格式化.
Usage
When user triggers this 技能:
运行 the scripts/fetch_news.py script to fetch and summarize news Return the structured 输出 to the user
Trigger phrases:
"给我今天新闻摘要" "news" "今日新闻" "新闻摘要" "头条新闻" "最新新闻" 输出 格式化
The script returns news in this structure:
📰 今日新闻摘要 ━━━━━━━━━━━━━━━━━━━━
1️⃣ [标题] 来源:BBC/新华网/等 摘要:[一句话摘要]
2️⃣ [标题] 来源:[来源] 摘要:[摘要]
...
News Sources
Primary sources (prioritized):
BBC News (国际新闻) 新华网 (国内新闻) Reuters (财经/国际)
The script handles:
Language 检测ion and auto-translation if needed Deduplication of similar stories Relevance ranking for "hot" topics Scripts scripts/fetch_news.py
MAIn script that fetches and 格式化s news. 运行 without arguments:
python3 scripts/fetch_news.py
Returns structured text 输出 ready to 发送 to user.