安全扫描
OpenClaw
安全
high confidenceThe skill's requests and instructions match its stated purpose (fetching and summarizing tech news from caixin.com) and it asks for no extra credentials, binaries, or installs.
评估建议
This skill appears coherent and limited to fetching public Caixin tech pages and summarizing them. Before installing, verify you are comfortable with the agent making outbound web requests (web_fetch) and check your platform’s scraping/network policies. Expect possible limitations if Caixin content is paywalled or blocked; the skill does not include paywall-bypass instructions. If you have concerns about copyrighted content, consider whether summarizing those pages aligns with your usage policie...详细分析 ▾
✓ 用途与能力
Name/description ask for Caixin tech news and the SKILL.md only instructs fetching and summarizing https://www.caixin.com/tech/; there are no unrelated environment variables, binaries, or install steps requested.
ℹ 指令范围
Instructions are narrowly scoped to using web_fetch to get articles (titles, summaries, dates) and present them in Chinese; they do not ask for filesystem access, other env vars, or data exfiltration. Note: the skill depends on a platform web_fetch capability and does not address paywalls, rate limits, or robots/terms-of-service—these are operational considerations rather than incoherence.
✓ 安装机制
No install spec and no code files — instruction-only skill, so nothing is written to disk or installed by the skill itself.
✓ 凭证需求
The skill requests no environment variables, credentials, or config paths, which is proportionate for a read-only news-fetching task.
✓ 持久化与权限
always:false and default invocation settings; the skill does not request persistent presence or to modify other skills or system configuration.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/4/3
Version 1.0.0 – Initial Release - Provides tools to fetch and summarize Chinese tech news from 财新网 (caixin.com), focusing on the https://www.caixin.com/tech/ channel. - Extracts and presents latest tech articles with title, short summary, date, and link, formatted in clean Chinese. - Filters out duplicate content, stock codes, and irrelevant noise. - Designed for simple news summarization when users request Caixin tech news.
● 无害
安装命令
点击复制官方npx clawhub@latest install caixin-news
镜像加速npx clawhub@latest install caixin-news --registry https://cn.longxiaskill.com
技能文档
Fetch tech news from https://www.caixin.com/tech/
Usage
Use web_fetch to get content from:
- https://www.caixin.com/tech/
Extract the latest news articles (titles, summaries, dates). Present in clean Chinese format with:
- 日期
- 标题
- 简要摘要
Output Format
按时间倒序排列今日/昨日要闻,每条包含:
- 新闻标题
- 一句话摘要
- 相关链接
过滤掉纯股票代码、重复内容、无意义噪音。