Daily News Fetcher
/install daily-news-fetcher
Daily News
Overview
This skill fetches the latest news from mainstream news sources and presents 5 top headlines with brief summaries in a clean, structured format.
Usage
When user triggers this skill:
- Run the
scripts/fetch_news.pyscript to fetch and summarize news - Return the structured output to the user
Trigger phrases:
- "给我今天新闻摘要"
- "news"
- "今日新闻"
- "新闻摘要"
- "头条新闻"
- "最新新闻"
Output Format
The script returns news in this structure:
📰 今日新闻摘要
━━━━━━━━━━━━━━━━━━━━
1️⃣ [标题]
来源:BBC/新华网/等
摘要:[一句话摘要]
2️⃣ [标题]
来源:[来源]
摘要:[摘要]
...
News Sources
Primary sources (prioritized):
- BBC News (国际新闻)
- 新华网 (国内新闻)
- Reuters (财经/国际)
The script handles:
- Language detection and auto-translation if needed
- Deduplication of similar stories
- Relevance ranking for "hot" topics
Scripts
scripts/fetch_news.py
Main script that fetches and formats news. Run without arguments:
python3 scripts/fetch_news.py
Returns structured text output ready to send to user.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install daily-news-fetcher - 安装完成后,直接呼叫该 Skill 的名称或使用
/daily-news-fetcher触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Daily News Fetcher 是什么?
Fetch and summarize daily news headlines from mainstream news sources. Use when user asks for news summary with phrases like "给我今天新闻摘要", "news", "今日新闻", "新闻摘... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 77 次。
如何安装 Daily News Fetcher?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install daily-news-fetcher」即可一键安装,无需额外配置。
Daily News Fetcher 是免费的吗?
是的,Daily News Fetcher 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Daily News Fetcher 支持哪些平台?
Daily News Fetcher 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Daily News Fetcher?
由 smallKeyboy(@smallkeyboy)开发并维护,当前版本 v1.0.0。