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.
Why use this skill?
Efficiently aggregate news, gaming updates, and financial headlines with the openclaw-feeds skill. High-speed RSS fetching for real-time situational awareness.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/nesdeq/openclaw-feedsWhat This Skill Does
The openclaw-feeds skill is a high-performance, asynchronous RSS aggregator designed to provide OpenClaw users with real-time news, gaming updates, and financial intelligence. By bypassing traditional, resource-heavy web search tools, this skill provides a direct, low-latency pipeline to curated journalism. It fetches headlines concurrently from over 50 trusted sources, covering categories such as global news, tech industry analysis, major financial markets, and the latest in digital entertainment.
Installation
To integrate this skill into your agent workspace, execute the following command in your terminal:
clawhub install openclaw/skills/skills/nesdeq/openclaw-feeds
Ensure that you have access to the source repository at openclaw/skills for subsequent updates. No additional API keys or complex configuration files are required, as the skill utilizes native scripts to parse structured data directly from pre-defined RSS feeds stored in scripts/lists.py.
Use Cases
This skill is ideal for professionals and enthusiasts who require rapid, reliable situational awareness without the noise of general web search results.
- Morning Briefings: Quickly scan major headlines from outlets like the NYT, Reuters, or FT.
- Market Surveillance: Keep tabs on equity markets, crypto-assets, and central bank commentary through specialized finance feeds.
- Industry Tracking: Stay updated on software developments, game launches, and hardware releases from sources like Ars Technica and IGN.
Example Prompts
- "What's the latest in tech news and gaming headlines today?"
- "Give me a finance roundup, focus on what's moving the markets."
- "Was geht mit Nachrichten? I need a summary of the current top headlines."
Tips & Limitations
- Constraints: This skill is strictly designed for RSS aggregation. It does NOT use web search or browser tools. It cannot access pages behind paywalls that are not provided through the RSS feed metadata.
- Deduplication: When multiple feeds report on the same major story, the skill logic clusters them. Look for the 'cross-source coverage' indicator in your agent's response to identify breaking news that is trending across several outlets.
- Efficiency: Since the skill fetches data concurrently, you can request multiple categories (news, games, finance) in a single turn to receive a comprehensive dashboard of information. Always refer to the source links provided in the output for deeper reading.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-nesdeq-openclaw-feeds": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access
Related Skills
serper
Google search via Serper API with full page content extraction. Fast API lookup + concurrent page scraping (3s timeout). One well-crafted query returns rich results — avoid multiple calls. Two modes, explicit locale control. API key via .env.
openclaw-serper
Searches Google and extracts full page content from every result via trafilatura. Returns clean readable text, not just snippets. Use when the user needs web search, research, current events, news, factual lookups, product comparisons, technical documentation, or any question requiring up-to-date information from the internet.