财新网科技新闻
v1.0.0Fetch and summarize Chinese tech news from 财新网 (caixin.com). Use when user asks about caixin tech news, tech updates from 财新, or wants news from caixin.com/t...
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
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.
Instruction Scope
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.
Install Mechanism
No install spec and no code files — instruction-only skill, so nothing is written to disk or installed by the skill itself.
Credentials
The skill requests no environment variables, credentials, or config paths, which is proportionate for a read-only news-fetching task.
Persistence & Privilege
always:false and default invocation settings; the skill does not request persistent presence or to modify other skills or system configuration.
Assessment
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 policies.Like a lobster shell, security has layers — review code before you run it.
latest
财新科技新闻
Fetch tech news from https://www.caixin.com/tech/
Usage
Use web_fetch to get content from:
Extract the latest news articles (titles, summaries, dates). Present in clean Chinese format with:
- 日期
- 标题
- 简要摘要
Output Format
按时间倒序排列今日/昨日要闻,每条包含:
- 新闻标题
- 一句话摘要
- 相关链接
过滤掉纯股票代码、重复内容、无意义噪音。
Comments
Loading comments...
