chinese technology news

v1.0.0

采集钛媒体、虎嗅、36氪、爱范儿四大中文科技媒体的最新资讯,整理成带原文链接的快讯。无需 API Key,直接抓取 RSS 源。

1· 353·1 current·1 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 ofaith/chinese-tech-news.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "chinese technology news" (ofaith/chinese-tech-news) from ClawHub.
Skill page: https://clawhub.ai/ofaith/chinese-tech-news
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Required binaries: node
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 chinese-tech-news

ClawHub CLI

Package manager switcher

npx clawhub@latest install chinese-tech-news
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description claim to fetch RSS from four Chinese tech sites and the code plus SKILL.md only reference those RSS URLs and Node; required binaries (node) match the implementation and there are no unrelated credentials or binaries requested.
Instruction Scope
SKILL.md instructs running node fetch.js inside the skill folder and the script performs only HTTPS GETs of the declared RSS feeds, parsing titles and links. It does not read other files, env vars, or send data to any third-party endpoints beyond the listed feeds.
Install Mechanism
No install spec — the skill is instruction-only with a small local JS file. Nothing is downloaded or installed from external URLs, so install risk is minimal.
Credentials
The skill requests no environment variables or credentials and the runtime code does not access any env vars; requested access is proportionate to its stated purpose.
Persistence & Privilege
always is false (default) and the skill does not modify agent/system configuration or require persistent/system-wide privileges. Autonomous invocation is allowed by platform default but is not combined with any other elevated access here.
Assessment
This skill appears to do only what it claims: fetch and parse the four RSS feeds using Node and print titles/links. Before installing, ensure the runtime environment allows outbound HTTPS to those domains (network egress), confirm you trust the listed feeds, and be aware the RSS parser is a simple regex-based implementation (may miss edge cases or unusual XML encodings). No credentials are requested and there are no external installers, so risk is low; if you require stricter guarantees, review or run the small fetch.js locally first.

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

Runtime requirements

📱 Clawdis
Binsnode
latestvk97cnxq3pp04cy07g43g4qjnhs83kpca
353downloads
1stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

中文科技资讯抓取

版权:© Shanqiu Technology

从四大中文科技媒体(钛媒体、虎嗅、36氪、爱范儿)抓取最新资讯,通过 RSS 源获取,无需 API Key。

数据源

媒体RSS 地址每次取
钛媒体https://www.tmtpost.com/rss20条
虎嗅https://www.huxiu.com/rss/0.xml10条
36氪https://36kr.com/feed30条
爱范儿https://www.ifanr.com/feed20条

执行方式

cd skills/chinese-tech-news && node fetch.js

输出格式

每条包含:

  • 序号
  • 来源媒体(钛媒体/虎嗅/36氪/爱范儿)
  • 标题
  • 原文链接

默认输出约 20 条,按抓取顺序排列。

技术细节

  • 纯 Node.js,无外部依赖
  • 支持重定向跟随(支持短链 RSS)
  • 支持 <![CDATA[...]] 包裹的 link 字段(36氪格式)
  • 自动过滤图片类无效链接

更新日志

v1.0.0

  • 首发版本,支持四大中文科技媒体 RSS 抓取
  • 无需 API Key,纯 RSS 源获取
  • 支持标题和原文链接提取

Comments

Loading comments...