← 返回
开发者工具

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", "finan
RSS新闻聚合器,从新闻、游戏、金融三类精选订阅源抓取标题。用户询问当前新闻、标题、最新动态,或使用“what's up in news/finance/games”、德语对应词汇及“give me a news rundown”等短语时触发,返回公开RSS的结构化JSON,无需API或网络搜索。
nesdeq
开发者工具 clawhub v3.1.1 1 版本 98961.5 Key: 无需
★ 6
Stars
📥 4,740
下载
💾 634
安装
1
版本
#latest

概述

Feeds

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.

Constraint

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.

Categories

Detect the category from the user's message:

  • "news", "headlines", "nachrichten", "tech news" → news
  • "finance", "markets", "money", "stocks", "economy" → finance
  • "games", "gaming" → games
CategoryFeedsSources
--------------------------
news21Ars Technica, Wired, TechCrunch, The Verge, NYT, Heise, Quanta, Aeon, Nautilus, and more
games10GameStar, GamesGlobal, PC Gamer, Polygon, Kotaku, IGN, Rock Paper Shotgun, GamesIndustry.biz
finance26Bloomberg, WSJ, FT, CNBC, MarketWatch, Seeking Alpha, The Economist, Forbes, CoinDesk, Fed, ECB

Feed lists are defined in scripts/lists.py.

How to Invoke

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

Output Format

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..."}
]
FieldDescription
--------------------
titleHeadline text
urlLink to full article
sourceDomain name of the feed source
datePublication date as provided by the feed
summaryBrief description, HTML stripped, max 500 chars

CLI Reference

FlagDescription
-------------------
-c, --categoryFeed category: news, games, or finance (required)

Presenting Results

After parsing the output, present a structured, concise rundown:

  1. Group by theme — cluster related stories under headings (e.g. "Tech & Industry", "Science", "Markets", "Crypto")
  2. Keep it tight — headline + one-line summary + source attribution per item
  3. Link to sources — use markdown links so the user can read more
  4. Deduplicate — if multiple feeds cover the same story, mention it once and note cross-source coverage
  5. Highlight big stories — if a story appears across 3+ sources, call it out prominently

Example output:

### Tech & Industry
- **[Headline](url)** — One-line summary *(Source)*
- **[Headline](url)** — One-line summary *(Source)*

### Science
- **[Headline](url)** — One-line summary *(Source)*

Edge Cases

  • Failed or timed-out feeds (15s timeout) are silently skipped — remaining feeds still return results.
  • If zero entries are returned, the script exits with {"error": "No entries found", "category": "..."}.
  • Some entries may lack summaries — they will still have title, URL, and source.

版本历史

共 1 个版本

  • v3.1.1 当前
    2026-03-28 10:32 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 65 📥 179,830
content-creation

serper

nesdeq
{"answer":"通过Serper API谷歌搜索并提取全页内容。快速API查询+并发抓取(3秒超时)。一次精准查询返回丰富结果,避免多次调用。双模式,显式区域控制。通过.env配置API密钥。"}
★ 8 📥 5,768
developer-tools

Github

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