← Back to Skills Marketplace
smallkeyboy

Daily News Fetcher

by smallKeyboy · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
77
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install daily-news-fetcher
Description
Fetch and summarize daily news headlines from mainstream news sources. Use when user asks for news summary with phrases like "给我今天新闻摘要", "news", "今日新闻", "新闻摘...
README (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.

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install daily-news-fetcher
  3. After installation, invoke the skill by name or use /daily-news-fetcher
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release - fetch top 5 news headlines with summaries
Metadata
Slug daily-news-fetcher
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Daily News Fetcher?

Fetch and summarize daily news headlines from mainstream news sources. Use when user asks for news summary with phrases like "给我今天新闻摘要", "news", "今日新闻", "新闻摘... It is an AI Agent Skill for Claude Code / OpenClaw, with 77 downloads so far.

How do I install Daily News Fetcher?

Run "/install daily-news-fetcher" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Daily News Fetcher free?

Yes, Daily News Fetcher is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Daily News Fetcher support?

Daily News Fetcher is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Daily News Fetcher?

It is built and maintained by smallKeyboy (@smallkeyboy); the current version is v1.0.0.

💬 Comments