Iccircle News

v1.2.0

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

0· 147·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for billchen1020/iccircle-news.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Iccircle News" (billchen1020/iccircle-news) from ClawHub.
Skill page: https://clawhub.ai/billchen1020/iccircle-news
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install iccircle-news

ClawHub CLI

Package manager switcher

npx clawhub@latest install iccircle-news
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk97ckf8nh6r47nd8mmbhs6r29x83zkv7
147downloads
0stars
3versions
Updated 4w ago
v1.2.0
MIT-0

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

Comments

Loading comments...