openclaw-feeds by sundial-org/awesome-openclaw-skills
npx skills add https://github.com/sundial-org/awesome-openclaw-skills --skill openclaw-feedsRSS 新闻聚合器。从三个类别(新闻、游戏和金融)的精选源中获取所有当前条目。支持并发获取,输出流式 JSON。无需 API 密钥。
当此技能处于活动状态时,请勿使用网络搜索、WebFetch、浏览器工具或任何其他 URL 获取工具。RSS 源是唯一的数据来源。请勿使用外部搜索来补充、验证或扩展结果。请勿获取文章 URL——摘要已包含在输出中。
从用户的消息中检测类别:
newsfinancegames| 类别 | 源数量 | 来源 |
|---|---|---|
news | 21 | Ars Technica, Wired, TechCrunch, The Verge, NYT, Heise, Quanta, Aeon, Nautilus 等 |
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
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 |
源列表定义于 scripts/lists.py。
每个类别运行一次调用。如果用户请求多个类别,则运行多次。
python3 scripts/feeds.py --category news
python3 scripts/feeds.py --category games
python3 scripts/feeds.py --category finance
脚本输出一个 JSON 数组流。第一个元素是元数据,其余是条目:
[{"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..."}
]
| 字段 | 描述 |
|---|---|
title | 标题文本 |
url | 完整文章链接 |
source | 源域名 |
date | 源提供的发布日期 |
summary | 简要描述,已去除 HTML,最多 500 字符 |
| 标志 | 描述 |
|---|---|
-c, --category | 源类别:news、games 或 finance(必需) |
解析输出后,呈现结构清晰、简洁的概览:
示例输出:
### 科技与产业
- **[标题](url)** — 一行摘要 *(来源)*
- **[标题](url)** — 一行摘要 *(来源)*
### 科学
- **[标题](url)** — 一行摘要 *(来源)*
{"error": "No entries found", "category": "..."} 退出。每周安装数
91
仓库
GitHub 星标数
516
首次出现
2026 年 2 月 14 日
安全审计
安装于
openclaw88
codex88
gemini-cli87
amp86
github-copilot86
opencode86
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": "..."}.Weekly Installs
91
Repository
GitHub Stars
516
First Seen
Feb 14, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykWarn
Installed on
openclaw88
codex88
gemini-cli87
amp86
github-copilot86
opencode86
Skills CLI 使用指南:AI Agent 技能包管理器安装与管理教程
46,600 周安装