← 返回 Skills 市场
bodysuperman

World News Aggregator Skill

作者 BODYsuperman · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
87
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install world-news-aggregator-skill
功能描述
智能聚合全球科技、股市、AI论文、军事技术及政策情报,支持多源筛选和AI摘要的新闻助手。
安全使用建议
This skill appears coherent for fetching and formatting public news feeds. Points to consider before installing: 1) The README promises 'AI summaries' but the included script only fetches/truncates feed text — make sure your agent or environment will perform summarization if you expect that feature. 2) The script will auto pip-install dependencies if missing, which triggers network access and writes packages to the environment — run in a sandbox or virtualenv if you want to avoid system-wide installs. 3) The skill fetches many external feeds (including government and foreign sites); feeds can contain links or content you may not want to display — review and restrict sources if needed. 4) Verify the upstream repository/author if you require provenance (the package references a GitHub repo); otherwise review code yourself before running. If any of these are concerns, run the script in an isolated environment or decline installation.
功能分析
Type: OpenClaw Skill Name: world-news-aggregator-skill Version: 1.0.0 The skill is a legitimate news aggregator designed to fetch and summarize RSS/Atom feeds from reputable sources like TechCrunch, arXiv, and Yahoo Finance. The core logic in `scripts/fetch-news.py` is transparent, well-documented, and lacks any indicators of data exfiltration, persistence, or malicious execution. While the script includes a self-setup mechanism that uses `subprocess` to install dependencies from `requirements.txt`, it is implemented safely using a list-based argument structure and `sys.executable`, which is a common utility pattern rather than a malicious backdoor.
能力评估
Purpose & Capability
The skill claims 'AI 智能摘要' (AI-powered summaries) and 'zero-config' in SKILL.md/README, but there is no code calling an external summarization API or model. The fetch-news.py collects and truncates feed summaries but does not perform automated ML summarization itself — that work is presumably intended to be done by the OpenClaw agent using the fetched text. Otherwise, requested files and dependencies (requests, feedparser, bs4) align with a news aggregator.
Instruction Scope
Runtime instructions and the script only fetch public feeds, parse them, and format output. The SKILL.md/README do not instruct reading unrelated files or environment variables. Note: scripts/fetch-news.py will attempt to pip-install requirements at runtime if imports are missing, which causes network access and package installation when the script runs.
Install Mechanism
There is no platform install spec; README suggests adding via npx/git clone. The only automated install behavior is fetch-news.py invoking pip to install requirements if imports are missing. Dependencies are standard PyPI packages (requests, feedparser, beautifulsoup4, etc.), not downloads from unknown personal servers or shorteners.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. The script uses rotating User-Agent headers but does not access secrets or other system config. Required permissions are proportionate to fetching public web content.
Persistence & Privilege
The skill does not request always:true or modify other skills. It is user-invocable and can be invoked autonomously by the agent (default), which is normal for skills.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install world-news-aggregator-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /world-news-aggregator-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
World News Aggregator Skill 1.0.0 – Initial Release - Aggregates global news from 50+ high-value sources across technology, stocks, AI papers, military tech, and policy. - Built for OpenClaw with plug-and-play support and zero configuration (no API key required). - Provides AI-powered summaries for structured intelligence reports. - Offers multiple preset news scenarios and intelligent search by keyword, time, and source. - Simple command-line interface with adjustable parameters for topic, source, quantity, and time window. - Requires Python 3.8+, requests, and feedparser libraries.
元数据
Slug world-news-aggregator-skill
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

World News Aggregator Skill 是什么?

智能聚合全球科技、股市、AI论文、军事技术及政策情报,支持多源筛选和AI摘要的新闻助手。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 87 次。

如何安装 World News Aggregator Skill?

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

World News Aggregator Skill 是免费的吗?

是的,World News Aggregator Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

World News Aggregator Skill 支持哪些平台?

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

谁开发了 World News Aggregator Skill?

由 BODYsuperman(@bodysuperman)开发并维护,当前版本 v1.0.0。

💬 留言讨论