openclaw-feedsRSS 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.
Install via ClawdBot CLI:
clawdbot install nesdeq/openclaw-feedsRSS 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": "..."}.Generated Mar 1, 2026
Integrate this skill into a personal dashboard app to provide users with a curated, real-time feed of news, gaming, and finance headlines without requiring API keys. It's ideal for individuals who want a consolidated view of topics they care about, reducing the need to visit multiple websites.
Use the skill to generate daily briefings for employees in sectors like finance or tech, aggregating headlines from trusted sources like Bloomberg and Ars Technica. This helps teams stay informed on market trends and industry news efficiently, supporting decision-making without manual research.
Leverage the RSS feeds to automatically source and summarize trending stories for social media posts or newsletters. This is useful for influencers or small businesses in gaming or finance looking to share timely content with their audience, enhancing engagement with minimal effort.
Incorporate the skill into educational platforms to provide students with up-to-date news and analysis from sources like Quanta or The Economist. This supports learning in fields like economics or computer science by offering real-world context and diverse perspectives.
Deploy the skill in gaming forums or apps to deliver the latest headlines from sources like IGN and Polygon. This keeps community members informed about game releases, industry news, and reviews, fostering discussion and retention without requiring external searches.
Offer a free basic version of a news dashboard using this skill, with premium features like advanced filtering, historical data, or ad-free experience for a subscription fee. Revenue comes from monthly subscriptions and targeted ads in the free tier, appealing to casual users and professionals.
License the skill to companies for internal use, such as in employee portals or CRM systems, to provide curated news feeds. Charge based on the number of users or data volume, with additional revenue from customization and support services for integration.
Integrate affiliate links into the news summaries, especially for finance or gaming content, earning commissions on clicks or purchases. This model leverages the skill's ability to drive traffic to external sources, generating passive income while providing value to users.
💬 Integration Tip
Ensure network access and install feedparser via pip; invoke the script with the correct category flag based on user input to fetch relevant data.
Monitor blogs and RSS/Atom feeds for updates using the blogwatcher CLI.
Comprehensive news aggregator that fetches, filters, and deeply analyzes real-time content from 8 major sources: Hacker News, GitHub Trending, Product Hunt, 36Kr, Tencent News, WallStreetCN, V2EX, and Weibo. Best for 'daily scans', 'tech news briefings', 'finance updates', and 'deep interpretations' of hot topics.
This skill should be used when the user asks for news updates, daily briefings, or what's happening in the world. Fetches news from trusted international RSS feeds and can create voice summaries.
Aggregates and summarizes the latest AI news from multiple sources including AI news websites and web search. Provides concise news briefs with direct links to original articles. Activates when user asks for 'today's AI news', 'AI updates', 'latest AI developments', or mentions wanting a 'daily AI briefing'.
Generates a warm, compact daily briefing with weather, calendar, reminders, birthdays, and important emails for cron or chat delivery.
Provides a personalized morning report with today's reminders, undone Notion tasks, and vault storage summary for daily planning.