← 返回
开发者工具 中文

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.
无需 API 密钥,从 BBC、Reuters、AP、Al Jazeera、NPR、The Guardian、DW 等主流 RSS 源获取最新新闻标题。
lknik
开发者工具 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 3,209
下载
💾 16
安装
1
版本
#latest

概述

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.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-28 13:22 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Simple RSS news feed

lknik
从主要RSS源(BBC、路透社、美联社、半岛电视台、NPR、卫报、德国之声)获取最新新闻标题。
★ 1 📥 2,504
developer-tools

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 921 📥 185,756
developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 668 📥 323,903