ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

ICCircle News

Fetch and aggregate semiconductor and chip industry news from IC技术圈 (iccircle.com) RSS feeds. Use when the user asks for 半导体新闻, 芯片行业资讯, IC技术圈动态, 芯片设计行业新闻, or semiconductor/chip industry news.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/billchen1020/iccircle-news
Or

Core Rules

  1. Execution: Run python3 <skill_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

ServiceURLPurpose
IC技术圈https://iccircle.com/feedRSS feeds for 7 columns
VLSI Blogshttps://vlsiblogs.com/aggrssRSS feeds for cadence and synopsys
IT之家https://www.ithome.com/rss/Tech news with keyword filtering
36氪https://www.36kr.com/feedTech news with keywork filtering

Metadata

Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-billchen1020-iccircle-news": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.