← 返回 Skills 市场
goog

Tech news from RSS(rich terminal support)

作者 Jay · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
121
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install no-news
功能描述
Fetch and display international tech news from 8 curated RSS feeds with summaries, titles, links, and timestamps in a markdown table format.
使用说明 (SKILL.md)

No-News — 国际科技新闻

Fetch tech news from 8 curated RSS sources and display as a markdown table.

Quick Start

Run the bundled script:

python scripts/tech_news.py --summary

This fetches all sources (with 30-min cache) and outputs a markdown table with title, source link, publish time, and summary.

Options (resolve from user request when specified)

Flag Purpose
--summary Include 摘要 column (recommended default)
-s \x3Csource> Single source (techcrunch, theverge, wired, arstechnica, engadget, hackernews, mittech, gizmodo)
-l \x3CN> Items per source (default 10)
--no-cache Skip cache, force fresh fetch
--sources List available sources

Workflow

  1. Run scripts/tech_news.py --summary (add -s or -l if user specified).
  2. Present the markdown output directly to the user.
  3. If user wants details on a specific article, provide the link from the table.

Dependencies

Requires feedparser, requests, rich — install if missing:

pip install feedparser requests rich
安全使用建议
This skill appears to do exactly what it says: fetch public RSS feeds, cache results in ~/.tech_news_cli/cache, and display them in the terminal. Before installing, note: (1) it will make outbound HTTP(S) requests to the listed news sites, (2) it stores cached JSON files under your home directory (you can inspect or remove them anytime), and (3) it will open article links in your default browser if you request that. If you prefer stricter isolation, run the script in a virtual environment or container and verify dependencies are installed from PyPI or other trusted sources. If you need the agent not to call the skill autonomously, consider disabling autonomous invocation in your agent settings (the skill itself does not require autonomous privileges to function).
功能分析
Type: OpenClaw Skill Name: no-news Version: 1.0.0 The 'no-news' skill is a legitimate tool for fetching and displaying tech news from well-known RSS sources (e.g., TechCrunch, Wired). The implementation in `scripts/tech_news.py` is well-structured and includes security-conscious code, such as path traversal checks in the caching logic. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found.
能力评估
Purpose & Capability
The name/description claim (aggregate 8 tech RSS feeds and render a markdown/table view) aligns with the provided SKILL.md and the bundled Python script. No unrelated credentials, binaries, or services are requested.
Instruction Scope
SKILL.md tells the agent to run the bundled script and install three Python libraries if missing. The script fetches only the listed RSS URLs, parses them, displays tables, allows opening article links in the browser, and caches results. It does not attempt to read unrelated system files or exfiltrate data to unknown endpoints. It does create and use a cache directory (~/.tech_news_cli/cache), which is expected for this use case.
Install Mechanism
There is no automated install spec; SKILL.md suggests installing common Python packages via pip (feedparser, requests, rich). This is proportional and uses well-known packages rather than downloading arbitrary executables or archives.
Credentials
The skill declares no environment variables or credentials and the code does not attempt to read secrets. The only external network targets are the explicit RSS feed URLs for the listed news sites.
Persistence & Privilege
always:false (default). The script creates a local cache directory under the user's home and stores JSON cache files there; this is limited in scope and proportional to the feature. The skill does not request system-wide configuration changes or access other skills' credentials.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install no-news
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /no-news 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of no-news: Curated international tech news aggregator. - Fetches and displays international tech news headlines from 8 major sources. - Outputs news in a clean markdown table with title, source, publish time, and summary. - Options to select source, limit items, include summaries, control caching, and list sources. - Designed for broad tech news queries; not for AI-only or China-only tech news.
元数据
Slug no-news
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Tech news from RSS(rich terminal support) 是什么?

Fetch and display international tech news from 8 curated RSS feeds with summaries, titles, links, and timestamps in a markdown table format. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 121 次。

如何安装 Tech news from RSS(rich terminal support)?

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

Tech news from RSS(rich terminal support) 是免费的吗?

是的,Tech news from RSS(rich terminal support) 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Tech news from RSS(rich terminal support) 支持哪些平台?

Tech news from RSS(rich terminal support) 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Tech news from RSS(rich terminal support)?

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

💬 留言讨论