跳至主要内容
小龙虾小龙虾AI
🤖

Simple news feed reader (RSS)

Fetch latest news headlines from major RSS feeds (BBC, Reuters, AP, Al Jazeera, NPR, The Guardian, DW). No API keys required.

下载1.8k
星标0
版本1.0.0
开发工具
安全通过

技能说明


name: news-feeds description: Fetch latest news headlines from major RSS feeds (BBC, Reuters, AP, Al Jazeera, NPR, The Guardian, DW). No API keys required. metadata: {"openclaw":{"requires":{"bins":["python3"]}}}

News Feeds Skill

Fetch current news headlines and summaries from major international RSS feeds. Zero API keys, zero dependencies — uses only Python stdlib and HTTP.

Available Commands

Command: news

What it does: Fetch latest headlines from all configured feeds (or a specific source). How to execute:

python3 {baseDir}/scripts/news.py

Command: news from a specific source

What it does: Fetch headlines from one source only. How to execute:

python3 {baseDir}/scripts/news.py --source bbc
python3 {baseDir}/scripts/news.py --source reuters
python3 {baseDir}/scripts/news.py --source ap
python3 {baseDir}/scripts/news.py --source guardian
python3 {baseDir}/scripts/news.py --source aljazeera
python3 {baseDir}/scripts/news.py --source npr
python3 {baseDir}/scripts/news.py --source dw

Command: news by topic

What it does: Fetch headlines filtered to a specific topic/keyword.

python3 {baseDir}/scripts/news.py --topic "climate"
python3 {baseDir}/scripts/news.py --source bbc --topic "ukraine"

Command: news with more items

What it does: Control how many items per feed (default 8).

python3 {baseDir}/scripts/news.py --limit 20

Command: list sources

What it does: Show all available feed sources and their categories.

python3 {baseDir}/scripts/news.py --list-sources

Available Sources

SourceCategories
bbctop, world, business, tech, science, health
reuterstop, world, business, tech, science, health
aptop
guardiantop, world, business, tech, science
aljazeeratop
nprtop
dwtop

When to Use

  • User asks for latest news, current events, headlines
  • User wants a news briefing or daily digest
  • User asks "what's happening in the world"
  • User asks about news on a specific topic
  • User asks for a morning briefing

Output Format

Returns markdown with headlines, short descriptions, publication times, and links. Grouped by source.

如何使用「Simple news feed reader (RSS)」?

  1. 打开小龙虾AI(Web 或 iOS App)
  2. 点击上方「立即使用」按钮,或在对话框中输入任务描述
  3. 小龙虾AI 会自动匹配并调用「Simple news feed reader (RSS)技能完成任务
  4. 结果即时呈现,支持继续对话优化

相关技能