← 返回 Skills 市场
346
总下载
1
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install chinese-tech-news
功能描述
采集钛媒体、虎嗅、36氪、爱范儿四大中文科技媒体的最新资讯,整理成带原文链接的快讯。无需 API Key,直接抓取 RSS 源。
使用说明 (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 源获取
- 支持标题和原文链接提取
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install chinese-tech-news - 安装完成后,直接呼叫该 Skill 的名称或使用
/chinese-tech-news触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
chinese technology news 是什么?
采集钛媒体、虎嗅、36氪、爱范儿四大中文科技媒体的最新资讯,整理成带原文链接的快讯。无需 API Key,直接抓取 RSS 源。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 346 次。
如何安装 chinese technology news?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install chinese-tech-news」即可一键安装,无需额外配置。
chinese technology news 是免费的吗?
是的,chinese technology news 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
chinese technology news 支持哪些平台?
chinese technology news 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 chinese technology news?
由 OFaith(@ofaith)开发并维护,当前版本 v1.0.0。
推荐 Skills