← Back to Skills Marketplace
346
Downloads
1
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install chinese-tech-news
Description
采集钛媒体、虎嗅、36氪、爱范儿四大中文科技媒体的最新资讯,整理成带原文链接的快讯。无需 API Key,直接抓取 RSS 源。
README (SKILL.md)
中文科技资讯抓取
版权:© Shanqiu Technology
从四大中文科技媒体(钛媒体、虎嗅、36氪、爱范儿)抓取最新资讯,通过 RSS 源获取,无需 API Key。
数据源
| 媒体 | RSS 地址 | 每次取 |
|---|---|---|
| 钛媒体 | https://www.tmtpost.com/rss | 20条 |
| 虎嗅 | https://www.huxiu.com/rss/0.xml | 10条 |
| 36氪 | https://36kr.com/feed | 30条 |
| 爱范儿 | https://www.ifanr.com/feed | 20条 |
执行方式
cd skills/chinese-tech-news && node fetch.js
输出格式
每条包含:
- 序号
- 来源媒体(钛媒体/虎嗅/36氪/爱范儿)
- 标题
- 原文链接
默认输出约 20 条,按抓取顺序排列。
技术细节
- 纯 Node.js,无外部依赖
- 支持重定向跟随(支持短链 RSS)
- 支持
\x3C![CDATA[...]]包裹的 link 字段(36氪格式) - 自动过滤图片类无效链接
更新日志
v1.0.0
- 首发版本,支持四大中文科技媒体 RSS 抓取
- 无需 API Key,纯 RSS 源获取
- 支持标题和原文链接提取
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill
Name: chinese-tech-news
Version: 1.0.0
The skill bundle is a legitimate RSS news aggregator for Chinese tech media (36Kr, Huxiu, TMTPost, and iFanr). The implementation in `fetch.js` uses standard Node.js HTTPS modules without external dependencies to fetch and parse XML feeds, and the instructions in `SKILL.md` are consistent with the code's functionality.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install chinese-tech-news - After installation, invoke the skill by name or use
/chinese-tech-news - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: fetches the latest tech news headlines from four major Chinese media sources via RSS, no API key required.
- Supports TMTPost, Huxiu, 36Kr, and ifanr RSS feeds.
- Extracts and lists headline, source, and original link for each news item.
- Pure Node.js, no external dependencies, supports redirects and CDATA parsing.
- Automatically filters out invalid/image links.
- Simple command-line execution for up-to-date news snapshots.
Metadata
Frequently Asked Questions
What is chinese technology news?
采集钛媒体、虎嗅、36氪、爱范儿四大中文科技媒体的最新资讯,整理成带原文链接的快讯。无需 API Key,直接抓取 RSS 源。 It is an AI Agent Skill for Claude Code / OpenClaw, with 346 downloads so far.
How do I install chinese technology news?
Run "/install chinese-tech-news" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is chinese technology news free?
Yes, chinese technology news is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does chinese technology news support?
chinese technology news is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created chinese technology news?
It is built and maintained by OFaith (@ofaith); the current version is v1.0.0.
More Skills