← 返回 Skills 市场
2137
总下载
1
收藏
12
当前安装
2
版本数
在 OpenClaw 中安装
/install news-feeds
功能描述
Fetch latest news headlines from major RSS feeds (BBC, Reuters, AP, Al Jazeera, NPR, The Guardian, DW).
安全使用建议
This skill is coherent and appears to do what it says: fetch RSS headlines using the included Python script. Before installing, consider: (1) outbound network calls expose your machine's IP to the listed feed domains (and to rsshub.app in this package) — if privacy is a concern, run it in a sandbox or local environment; (2) verify you trust the rsshub.app endpoint used for AP (it's a proxy, not the AP official domain); (3) review/update the FEEDS list if you want different sources or to remove any aggregator; (4) run the script locally once to confirm behavior and network targets. Overall the skill is low-risk and requires no secrets.
功能分析
Type: OpenClaw Skill
Name: news-feeds
Version: 1.0.1
The OpenClaw skill bundle is classified as benign. The `SKILL.md` instructions clearly define the purpose of fetching news headlines from RSS feeds using a Python script. The `scripts/news.py` file uses only standard Python libraries (`urllib`, `xml.etree`, etc.) and makes network requests exclusively to a predefined list of legitimate news RSS feed URLs. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, prompt injection attempts against the agent, or obfuscation. All user inputs are handled safely via `argparse` and used internally within the Python logic.
能力评估
Purpose & Capability
Name/description align with the shipped script: scripts/news.py fetches RSS feeds from the listed news sites. Required binary (python3) is appropriate and no unrelated resources or credentials are requested.
Instruction Scope
SKILL.md instructs running the included Python script which only performs HTTP GETs to configured feed URLs and parses XML; it does not read local files or environment variables. Note: one feed URL uses rsshub.app (a third‑party RSS proxy) — this is expected for the AP feed here but is an extra remote dependency you may want to verify.
Install Mechanism
No install step; the skill is instruction-only with a single included Python script. Nothing is downloaded at install time and no archives or external installers are used.
Credentials
No environment variables or credentials are requested. The script uses an innocuous hardcoded User‑Agent header and standard library network calls—proportionate for fetching RSS.
Persistence & Privilege
The skill is not force-installed (always:false) and does not request persistent system privileges or modify other skills' configuration. Normal autonomous invocation is permitted by the platform but is not excessive here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install news-feeds - 安装完成后,直接呼叫该 Skill 的名称或使用
/news-feeds触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Removed the requirement to specify {baseDir} in example command lines; commands now use direct paths (e.g., python3 scripts/news.py).
- No longer mention that API keys are not required in the description.
- No other changes to functionality or command options.
v1.0.0
Initial release of News Feeds skill.
- Fetches latest headlines from major international RSS feeds (BBC, Reuters, AP, Al Jazeera, NPR, The Guardian, DW).
- No API keys or extra dependencies required; uses standard Python and HTTP.
- Supports filtering news by source, topic, or number of headlines.
- Provides commands to list available sources and their categories.
- Outputs results as markdown with grouped headlines, summaries, timestamps, and links.
元数据
常见问题
Simple RSS news feed 是什么?
Fetch latest news headlines from major RSS feeds (BBC, Reuters, AP, Al Jazeera, NPR, The Guardian, DW). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2137 次。
如何安装 Simple RSS news feed?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install news-feeds」即可一键安装,无需额外配置。
Simple RSS news feed 是免费的吗?
是的,Simple RSS news feed 完全免费(开源免费),可自由下载、安装和使用。
Simple RSS news feed 支持哪些平台?
Simple RSS news feed 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Simple RSS news feed?
由 lknik(@lknik)开发并维护,当前版本 v1.0.1。
推荐 Skills