RSS news aggregator. Fetches headlines from curated feeds across three categories: news, games, and finance. Use when the user asks about current news, headlines, what's happening, what's going on, or says "what's up in news", "what's up in finance", "what's up in games", or the German equivalents "was geht mit nachrichten", "was geht mit money", "was geht mit gaming". Also activates for requests like "give me a news rundown", "latest headlines", "market news", "gaming news", "tech news", "finance roundup", or "briefing". Returns structured JSON from public RSS feeds — no API keys, no web search needed.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install openclaw-feeds或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install openclaw-feeds⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/openclaw-feeds/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: openclaw-feeds description: > RSS news aggregator. Fetches headlines from curated feeds across three categories: news, games, and finance. Use when the user asks about current news, headlines, what's happening, what's going on, or says "what's up in news", "what's up in finance", "what's up in games", or the German equivalents "was geht mit nachrichten", "was geht mit money", "was geht mit gaming". Also activates for requests like "give me a news rundown", "latest headlines", "market news", "gaming news", "tech news", "finance roundup", or "briefing". Returns structured JSON from public RSS feeds — no API keys, no web search needed. license: MIT compatibility: Requires Python 3, feedparser (pip install feedparser), and network access to fetch RSS feeds. allowed-tools: Bash(python3:*) metadata: author: nesdeq version: "3.1.1" tags: "rss, news, feeds, headlines, aggregator" ---
RSS news aggregator. Fetches all current entries from curated feeds across three categories — news, games, and finance. Concurrent fetching, streamed JSON output. No API key needed.
Do NOT use web search, WebFetch, browser tools, or any other URL-fetching tool when this skill is active. The RSS feeds are the sole data source. Do not supplement, verify, or expand results with external searches. Do not fetch article URLs — summaries are already included in the output.
Detect the category from the user's message:
newsfinancegames| Category | Feeds | Sources | |----------|-------|---------| | news | 21 | Ars Technica, Wired, TechCrunch, The Verge, NYT, Heise, Quanta, Aeon, Nautilus, and more | | games | 10 | GameStar, GamesGlobal, PC Gamer, Polygon, Kotaku, IGN, Rock Paper Shotgun, GamesIndustry.biz | | finance | 26 | Bloomberg, WSJ, FT, CNBC, MarketWatch, Seeking Alpha, The Economist, Forbes, CoinDesk, Fed, ECB |
Feed lists are defined in scripts/lists.py.
Run one invocation per category. Run multiple if the user asks for more than one.
python3 scripts/feeds.py --category news
python3 scripts/feeds.py --category games
python3 scripts/feeds.py --category finance
The script streams a JSON array. The first element is metadata, the rest are entries:
[{"category": "news", "total_entries": 142, "sources": ["aeon.co", "arstechnica.com"], "fetched_at": "2026-01-31 22:00:00"}
,{"title": "Headline Here", "url": "https://example.com/article", "source": "arstechnica.com", "date": "Fri, 31 Jan 2026 12:00:00 GMT", "summary": "Brief summary text..."}
]
| Field | Description | |-------|-------------| | title | Headline text | | url | Link to full article | | source | Domain name of the feed source | | date | Publication date as provided by the feed | | summary | Brief description, HTML stripped, max 500 chars |
| Flag | Description | |------|-------------| | -c, --category | Feed category: news, games, or finance (required) |
After parsing the output, present a structured, concise rundown:
Example output:
### Tech & Industry
- **[Headline](url)** — One-line summary *(Source)*
- **[Headline](url)** — One-line summary *(Source)*
### Science
- **[Headline](url)** — One-line summary *(Source)*
{"error": "No entries found", "category": "..."}.安装 openclaw-feeds 后,可以对 AI 说这些话来触发它
Help me get started with openclaw-feeds
Explains what openclaw-feeds does, walks through the setup, and runs a quick demo based on your current project
Use openclaw-feeds to rSS news aggregator
Invokes openclaw-feeds with the right parameters and returns the result directly in the conversation
What can I do with openclaw-feeds in my data & analytics workflow?
Lists the top use cases for openclaw-feeds, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/openclaw-feeds/ 目录(个人级,所有项目可用),或 .claude/skills/openclaw-feeds/(项目级)。重启 AI 客户端后,用 /openclaw-feeds 主动调用,或让 AI 根据上下文自动发现并使用。
openclaw-feeds 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
openclaw-feeds 可免费安装使用。请查阅仓库了解许可证信息。
RSS news aggregator. Fetches headlines from curated feeds across three categories: news, games, and finance. Use when the user asks about current news, headlines, what's happening, what's going on, or says "what's up in news", "what's up in finance", "what's up in games", or the German equivalents "was geht mit nachrichten", "was geht mit money", "was geht mit gaming". Also activates for requests like "give me a news rundown", "latest headlines", "market news", "gaming news", "tech news", "finance roundup", or "briefing". Returns structured JSON from public RSS feeds — no API keys, no web search needed.
Automate my data & analytics tasks using openclaw-feeds
Identifies repetitive steps in your workflow and sets up openclaw-feeds to handle them automatically
openclaw-feeds 属于「Data & Analytics」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。