Fetch latest news headlines from major RSS feeds (BBC, Reuters, AP, Al Jazeera, NPR, The Guardian, DW).
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install news-feeds或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install news-feeds⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/news-feeds/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: news-feeds description: Fetch latest news headlines from major RSS feeds (BBC, Reuters, AP, Al Jazeera, NPR, The Guardian, DW). metadata: {"openclaw":{"requires":{"bins":["python3"]}}} ---
Fetch current news headlines and summaries from major international RSS feeds. Zero API keys, zero dependencies — uses only Python stdlib and HTTP.
What it does: Fetch latest headlines from all configured feeds (or a specific source). How to execute:
python3 scripts/news.py
What it does: Fetch headlines from one source only. How to execute:
python3 scripts/news.py --source bbc
python3 scripts/news.py --source reuters
python3 scripts/news.py --source ap
python3 scripts/news.py --source guardian
python3 scripts/news.py --source aljazeera
python3 scripts/news.py --source npr
python3 scripts/news.py --source dw
What it does: Fetch headlines filtered to a specific topic/keyword.
python3 scripts/news.py --topic "climate"
python3 scripts/news.py --source bbc --topic "ukraine"
What it does: Control how many items per feed (default 8).
python3 scripts/news.py --limit 20
What it does: Show all available feed sources and their categories.
python3 scripts/news.py --list-sources
| Source | Categories | |-------------|------------------------------------------------| | bbc | top, world, business, tech, science, health | | reuters | top, world, business, tech, science, health | | ap | top | | guardian | top, world, business, tech, science | | aljazeera | top | | npr | top | | dw | top |
Returns markdown with headlines, short descriptions, publication times, and links. Grouped by source.
安装 Simple RSS news feed 后,可以对 AI 说这些话来触发它
Help me get started with Simple RSS news feed
Explains what Simple RSS news feed does, walks through the setup, and runs a quick demo based on your current project
Use Simple RSS news feed to fetch latest news headlines from major RSS feeds (BBC, Reuters, AP,...
Invokes Simple RSS news feed with the right parameters and returns the result directly in the conversation
What can I do with Simple RSS news feed in my data & analytics workflow?
Lists the top use cases for Simple RSS news feed, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/news-feeds/ 目录(个人级,所有项目可用),或 .claude/skills/news-feeds/(项目级)。重启 AI 客户端后,用 /news-feeds 主动调用,或让 AI 根据上下文自动发现并使用。
Simple RSS news feed 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Simple RSS news feed 可免费安装使用。请查阅仓库了解许可证信息。
Fetch latest news headlines from major RSS feeds (BBC, Reuters, AP, Al Jazeera, NPR, The Guardian, DW).
Simple RSS news feed 属于「Data & Analytics」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my data & analytics tasks using Simple RSS news feed
Identifies repetitive steps in your workflow and sets up Simple RSS news feed to handle them automatically