← Back to Skills Marketplace
billchen1020

Iccircle News

by billchen1020 · GitHub ↗ · v1.2.0 · MIT-0
cross-platform ✓ Security Clean
143
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install iccircle-news
Description
Fetch and aggregate semiconductor and chip industry news from IC技术圈 (iccircle.com) RSS feeds. Use when the user asks for 半导体新闻, 芯片行业资讯, IC技术圈动态, 芯片设计行业新闻, or...
README (SKILL.md)

Core Rules

  1. Execution: Run python3 \x3Cskill_dir>/scripts/agg_news.py to fetch news.
  2. Output: The script prints formatted news directly to stdout; capture and present to user.
  3. No arguments: The script runs with predefined RSS sources and keywords; no extra parameters needed.
  4. Sources: Aggregates from IC技术圈 (7 columns), VLSI Blogs, IT之家, 36氪.
  5. 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
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install iccircle-news
  3. After installation, invoke the skill by name or use /iccircle-news
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug iccircle-news
Version 1.2.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is Iccircle News?

Fetch and aggregate semiconductor and chip industry news from IC技术圈 (iccircle.com) RSS feeds. Use when the user asks for 半导体新闻, 芯片行业资讯, IC技术圈动态, 芯片设计行业新闻, or... It is an AI Agent Skill for Claude Code / OpenClaw, with 143 downloads so far.

How do I install Iccircle News?

Run "/install iccircle-news" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Iccircle News free?

Yes, Iccircle News is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Iccircle News support?

Iccircle News is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Iccircle News?

It is built and maintained by billchen1020 (@billchen1020); the current version is v1.2.0.

💬 Comments