← 返回 Skills 市场
11254
总下载
23
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install news-aggregator-skill
功能描述
Comprehensive news aggregator that fetches, filters, and deeply analyzes real-time content from 8 major sources: Hacker News, GitHub Trending, Product Hunt, 36Kr, Tencent News, WallStreetCN, V2EX, and Weibo. Best for 'daily scans', 'tech news briefings', 'finance updates', and 'deep interpretations' of hot topics.
安全使用建议
Install this only if you are comfortable with a Python skill making live requests to multiple public news sites, optionally following article links in deep mode, and saving generated reports locally. Prefer narrower source selections when possible, treat fetched article text as untrusted web content, and pin dependencies in a controlled environment for better reproducibility.
功能分析
Type: OpenClaw Skill
Name: news-aggregator-skill
Version: 0.1.0
The skill is classified as suspicious primarily due to prompt injection instructions found in `SKILL.md`. Specifically, the 'Smart Keyword Expansion' section explicitly instructs the AI agent to automatically expand and modify the user's input keywords (e.g., 'AI' -> 'AI,LLM,GPT,...') before executing the `fetch_news.py` script. While the stated intent is to broaden search results, this constitutes an instruction for the agent to override or augment user input, which is a form of prompt manipulation. Additionally, the `scripts/fetch_news.py` performs extensive web scraping, including fetching content from arbitrary article URLs if the `--deep` flag is used, which is a high-risk capability, though it appears to be aligned with the skill's stated purpose and lacks direct malicious indicators like exfiltration or arbitrary code execution.
能力评估
Purpose & Capability
The stated purpose matches the implementation: it fetches and filters public news/trending content from named sources, optionally retrieves article text for deeper summaries, and emits JSON for agent-written reports.
Instruction Scope
Keyword expansion, broad global scans, Chinese newsletter formatting, and smart-fill behavior are explicit workflow instructions tied to news coverage; they may broaden results beyond a literal query but are disclosed and purpose-aligned.
Install Mechanism
Installation uses normal skill-copy/CLI patterns plus pip dependencies. The dependencies are common for HTTP fetching and HTML parsing, but they are unpinned, so installs are less reproducible.
Credentials
Outbound HTTP requests to the listed sources, and to article URLs when --deep is used, are proportionate for a news aggregator. Deep mode should still be treated as broad contact with third-party web content.
Persistence & Privilege
The skill instructs the agent to save timestamped Markdown reports under a local reports/ directory, and this is disclosed. No elevated privileges, background service, credential access, account mutation, or destructive behavior were found.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install news-aggregator-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/news-aggregator-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of news-aggregator-skill:
- Aggregates, filters, and deeply analyzes real-time news from 8 major sources including Hacker News, GitHub Trending, Product Hunt, and more.
- Supports broad "global scan" and smart keyword expansion for user queries.
- Adds deep fetching mode to extract article text (`--deep` flag).
- Interactive menu system for user guidance via templates.
- Smart time filtering and "smart fill" to ensure meaningful reports.
- Responses formatted in Magazine/Newsletter style with deep interpretations (in Simplified Chinese).
- Full reports automatically saved to `reports/` directory and presented to the user.
元数据
常见问题
News Aggregator Skill 是什么?
Comprehensive news aggregator that fetches, filters, and deeply analyzes real-time content from 8 major sources: Hacker News, GitHub Trending, Product Hunt, 36Kr, Tencent News, WallStreetCN, V2EX, and Weibo. Best for 'daily scans', 'tech news briefings', 'finance updates', and 'deep interpretations' of hot topics. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 11254 次。
如何安装 News Aggregator Skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install news-aggregator-skill」即可一键安装,无需额外配置。
News Aggregator Skill 是免费的吗?
是的,News Aggregator Skill 完全免费(开源免费),可自由下载、安装和使用。
News Aggregator Skill 支持哪些平台?
News Aggregator Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 News Aggregator Skill?
由 cclank(@cclank)开发并维护,当前版本 v0.1.0。
推荐 Skills