← 返回 Skills 市场
smallkeyboy

Daily News Fetcher

作者 smallKeyboy · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
77
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install daily-news-fetcher
功能描述
Fetch and summarize daily news headlines from mainstream news sources. Use when user asks for news summary with phrases like "给我今天新闻摘要", "news", "今日新闻", "新闻摘...
使用说明 (SKILL.md)

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:

  1. Run the scripts/fetch_news.py script to fetch and summarize news
  2. 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.

安全使用建议
This skill is reasonable to install if you want a simple current-news summary and are comfortable with it connecting to BBC, Xinhua, and NYTimes RSS feeds when invoked. Do not rely on the claimed Reuters, translation, or hot-topic ranking features unless the publisher aligns the documentation and code.
功能分析
Type: OpenClaw Skill Name: daily-news-fetcher Version: 1.0.0 The daily-news-fetcher skill is a standard news aggregation tool that fetches RSS feeds from legitimate sources (BBC, Xinhua, NYTimes). The Python script (scripts/fetch_news.py) uses only standard libraries, lacks any network calls to suspicious domains, and does not access sensitive local data or environment variables. The instructions in SKILL.md are well-aligned with the stated purpose and do not contain any prompt-injection or obfuscation attempts.
能力评估
Purpose & Capability
The included script matches the core purpose of fetching and formatting daily headlines, but SKILL.md claims Reuters, translation, and ranking features that are not reflected in the provided code.
Instruction Scope
The instructions are limited to running the provided script when the user asks for news and returning its structured output.
Install Mechanism
There is no install spec and the script uses Python standard-library modules only; no package installation or remote setup script is shown.
Credentials
The script makes outbound requests to public RSS feeds, which is expected for a news-fetching skill and does not involve local files or credentials.
Persistence & Privilege
No persistence, background execution, credential use, privileged paths, or account access is shown.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install daily-news-fetcher
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /daily-news-fetcher 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release - fetch top 5 news headlines with summaries
元数据
Slug daily-news-fetcher
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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。

💬 留言讨论