← 返回 Skills 市场
nesdeq

openclaw-feeds

作者 nesdeq · GitHub ↗ · v3.1.1
cross-platform ✓ 安全检测通过
4734
总下载
5
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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.
安全使用建议
Before installing, be comfortable with the skill running Python locally, installing feedparser, and contacting the listed public RSS feeds. Review scripts/lists.py if you want to control which news sources are used, and treat feed titles and summaries as untrusted external content rather than instructions.
功能分析
Type: OpenClaw Skill Name: openclaw-feeds Version: 3.1.1 The OpenClaw AgentSkills skill bundle for 'openclaw-feeds' is benign. The `SKILL.md` clearly defines the purpose as an RSS news aggregator and includes a positive constraint instructing the agent *not* to use web search or other URL-fetching tools beyond the specified RSS feeds. The `scripts/feeds.py` Python code uses standard libraries (`urllib.request`, `feedparser`) to fetch and parse RSS feeds from a predefined list of legitimate news sources in `scripts/lists.py`. There is no evidence of data exfiltration, malicious execution, persistence, or prompt injection attempts to subvert the agent's intended behavior. Network access is limited to fetching RSS feeds, which is essential for its stated function.
能力评估
Purpose & Capability
The stated purpose is to aggregate RSS headlines for news, games, and finance, and the code implements that by fetching curated feed URLs and returning JSON entries.
Instruction Scope
Instructions are scoped to choosing one of three categories, running the bundled Python script, and summarizing results; the no-web-search constraint keeps the skill limited to RSS feeds.
Install Mechanism
Installation guidance asks users to clone the repository and install the unpinned feedparser Python package; this is disclosed and purpose-aligned but users may prefer a virtual environment or pinned dependency.
Credentials
The skill allows Bash python3 execution and outbound network requests to public RSS feeds, which is proportionate for an RSS aggregator.
Persistence & Privilege
No credentials, local profile/session stores, background services, file writes, privilege escalation, or runtime persistence mechanisms are evidenced.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openclaw-feeds
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openclaw-feeds 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v3.1.1
Initial release of openclaw-feeds: an RSS-based aggregator providing current headlines in news, games, and finance. - Fetches and aggregates headlines from 57 curated RSS feeds, organized into "news", "games", and "finance" categories. - No API keys or browser tools required—fetches data directly from public RSS feeds. - Returns structured JSON arrays with metadata and entry fields (headline, link, source, date, summary). - CLI supports category selection with `--category`, outputs results as a streaming JSON array. - Output can be parsed and presented with grouping, deduplication, and cross-source highlighting according to provided guidelines. - Handles failed or missing feeds gracefully; reports errors if zero entries found.
元数据
Slug openclaw-feeds
版本 3.1.1
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 4734 次。

如何安装 openclaw-feeds?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-feeds」即可一键安装,无需额外配置。

openclaw-feeds 是免费的吗?

是的,openclaw-feeds 完全免费(开源免费),可自由下载、安装和使用。

openclaw-feeds 支持哪些平台?

openclaw-feeds 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 openclaw-feeds?

由 nesdeq(@nesdeq)开发并维护,当前版本 v3.1.1。

💬 留言讨论