← 返回 Skills 市场
Iccircle News
作者
billchen1020
· GitHub ↗
· v1.2.0
· MIT-0
143
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install iccircle-news
功能描述
Fetch and aggregate semiconductor and chip industry news from IC技术圈 (iccircle.com) RSS feeds. Use when the user asks for 半导体新闻, 芯片行业资讯, IC技术圈动态, 芯片设计行业新闻, or...
使用说明 (SKILL.md)
Core Rules
- Execution: Run
python3 \x3Cskill_dir>/scripts/agg_news.pyto fetch news. - Output: The script prints formatted news directly to stdout; capture and present to user.
- No arguments: The script runs with predefined RSS sources and keywords; no extra parameters needed.
- Sources: Aggregates from IC技术圈 (7 columns), VLSI Blogs, IT之家, 36氪.
- Presentation: Preserve the formatted output structure with source headers, timestamps, and links.
Data Storage
None. This skill executes a read-only script that fetches external RSS feeds.
External Endpoints
| Service | URL | Purpose |
|---|---|---|
| IC技术圈 | https://iccircle.com/feed | RSS feeds for 7 columns |
| VLSI Blogs | https://vlsiblogs.com/aggrss | RSS feeds for cadence and synopsys |
| IT之家 | https://www.ithome.com/rss/ | Tech news with keyword filtering |
| 36氪 | https://www.36kr.com/feed | Tech news with keywork filtering |
安全使用建议
This skill appears coherent: it fetches public RSS feeds and prints headlines. Before enabling, note that it will make outbound HTTP(S) requests to the listed sites (iccircle.com, vlsiblogs.com, ithome.com, 36kr.com), so network logs will show those connections. If you operate in a restricted environment or worry about outbound traffic, restrict network access or review feeds first. Otherwise it needs no secrets or special permissions. If you want extra assurance, inspect the script yourself (it's short and readable) or run it in an isolated environment to verify behavior.
功能分析
Type: OpenClaw Skill
Name: iccircle-news
Version: 1.2.0
The skill is a straightforward RSS news aggregator for the semiconductor industry. The Python script (scripts/agg_news.py) uses standard libraries to fetch and filter news from legitimate sources like iccircle.com and ithome.com, with no evidence of data exfiltration, command injection, or malicious intent.
能力评估
Purpose & Capability
Name/description claim RSS aggregation from iccircle and related sites; the included script performs exactly that (HTTP GET of listed RSS URLs, XML parse, filter by keywords, print). No unrelated services, credentials, or binaries are required.
Instruction Scope
SKILL.md simply instructs to run the provided Python script, capture stdout, and present results. The script only performs read-only network requests to the declared RSS endpoints and prints formatted output. It does not read local files, environment variables, or transmit data to unexpected endpoints.
Install Mechanism
No install spec — instruction-only with one bundled script. No downloads, package installs, or archive extraction are performed by the skill; risk from install mechanism is minimal.
Credentials
The skill requires no environment variables, credentials, or config paths. Its network access to the public RSS URLs is proportional and expected for its purpose.
Persistence & Privilege
always is false and the skill does not request persistent system-level presence or modify other skills/configuration. It runs as an on-demand script and does not store data.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install iccircle-news - 安装完成后,直接呼叫该 Skill 的名称或使用
/iccircle-news触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.2.0
新增 VLSI Blogs RSS 源 (https://vlsiblogs.com/aggrss),汇聚 Cadence 和 Synopsys 的 EDA 新闻
v1.1.0
ICCircle News 1.1.0 – Expanded news sources
- Added support for two additional IC技术圈 columns (now aggregates from 7 instead of 5).
- Integrated 36氪 RSS feed with keyword filtering for broader semiconductor news coverage.
- Updated documentation to reflect new and expanded news sources.
v1.0.0
Initial release of ICCircle News skill:
- Fetches and aggregates semiconductor and chip industry news from IC技术圈 and IT之家 via RSS feeds.
- Runs a Python script with no additional parameters to collect and format news.
- Presents news with source headers, timestamps, and links, preserving original formatting.
- No user data is stored; strictly read-only access.
元数据
常见问题
Iccircle News 是什么?
Fetch and aggregate semiconductor and chip industry news from IC技术圈 (iccircle.com) RSS feeds. Use when the user asks for 半导体新闻, 芯片行业资讯, IC技术圈动态, 芯片设计行业新闻, or... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 143 次。
如何安装 Iccircle News?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install iccircle-news」即可一键安装,无需额外配置。
Iccircle News 是免费的吗?
是的,Iccircle News 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Iccircle News 支持哪些平台?
Iccircle News 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Iccircle News?
由 billchen1020(@billchen1020)开发并维护,当前版本 v1.2.0。
推荐 Skills