技能详情(站内镜像,无评论)
作者:子豪 @aizain
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v1.0.0
统计:⭐ 8 · 2.9k · 50 current installs · 51 all-time installs
⭐ 8
安装量(当前) 51
🛡 VirusTotal :良性 · OpenClaw :可疑
Package:aizain/ai-news-zh
安全扫描(ClawHub)
- VirusTotal :良性
- OpenClaw :可疑
OpenClaw 评估
The skill's stated purpose (scrape English AI news, translate to Chinese, and push to Feishu/Telegram/Discord) is plausible, but the instructions omit where credentials, persistent state, and delivery configuration live — making the integration incomplete and potentially risky or confusing.
目的
Name/description align with the runtime instructions: collecting news via web_fetch, translating, classifying, and pushing to chat channels. However, the skill claims push support for Feishu/Telegram/Discord but does not declare any required credentials, config paths, or explain how the agent will authenticate to those services. The absence of expected push credentials is an incoherence between claimed capability and declared requirements.
说明范围
SKILL.md stays on-topic (fetch sources, extract metadata, translate, dedupe, format, push). But the instructions are vague about crucial runtime details: where '已采集内容' (for dedup/incremental updates) is stored, how long-term state or history is persisted, and exactly how pushes are delivered (which tool handles authentication). It also grants broad discretion for filtering/sorting without deterministic rules, which could make behavior unpredictable.
安装机制
Instruction-only skill with no install spec or code files — minimal install risk. All external fetching relies on platform tools (web_fetch, optional web_search/message); nothing is downloaded or written by an installer.
证书
No environment variables or primary credential are declared, yet the skill expects to push to external messaging platforms and optionally use a Brave API key for web_search. The absence of declared credentials for push endpoints (tokens, webhook URLs, etc.) is disproportionate to the claimed capability and leaves unclear how secrets are to be supplied and protected.
持久
The skill does not request always-on inclusion or any special platform privileges. It does reference scheduled (cron) runs, but that is normal. No evidence it attempts to modify other skills or system-wide settings.
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「AI News ZH - 中文AI科技日报」。简介:中文AI科技日报自动采集与推送。从The Verge、Wired、TechCrunch等英文源抓取最新AI资讯,自动翻译整理为中文,按分类推送到飞书/Tele…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/aizain/ai-news-zh/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
---
name: ai-news-zh
description: 中文AI科技日报自动采集与推送。从The Verge、Wired、TechCrunch等英文源抓取最新AI资讯,自动翻译整理为中文,按分类推送到飞书/Telegram/Discord等渠道。适合关注AI行业动态的中文用户。
metadata:
openclaw:
requires:
tools: [web_fetch]
optional:
tools: [web_search, message]
---
# AI News ZH - 中文AI科技日报
自动从多个英文科技媒体采集AI相关新闻,翻译整理为中文日报并推送。
## 功能
- 从 The Verge AI、Wired AI、TechCrunch 等源自动采集
- 智能筛选AI相关内容
- 自动翻译为中文并分类(大模型/Agent/融资/安全/应用/开源)
- 支持定时推送到飞书、Telegram、Discord等渠道
- 去重和增量更新
## 使用方式
### 手动触发
告诉你的AI助手:
> 帮我采集今天的AI新闻,整理成中文日报
### 定时推送(推荐)
设置cron任务,每天早上自动推送:
```
你是AI新闻助手。请按照 ai-news-zh 技能的流程,采集最新AI资讯并推送中文日报。
```
## 数据源
| 源 | 类型 | 说明 |
|---|---|---|
| The Verge AI | 网页 | 综合AI报道,覆盖面广 |
| Wired AI | RSS | 深度报道,独家视角 |
| TechCrunch | RSS | 创投+AI动态,融资消息多 |
| Anthropic News | 网页 | 官方动态 |
| MIT Tech Review | RSS | 深度科技报道 |
## 分类体系
- 🧠 大模型 — 新模型发布、基准测试、技术突破
- 🤖 Agent — AI代理、自动化、工具使用
- 💰 融资/商业 — 融资、收购、商业合作
- 🛡️ 安全/治理 — AI安全、监管、伦理
- 🔧 应用/产品 — 新产品、功能更新
- 🔓 开源 — 开源模型、工具、框架
## 配置
在你的 TOOLS.md 中添加:
```markdown
### AI News ZH
- 推送时间:07:30 (Asia/Shanghai)
- 推送渠道:feishu(或 telegram/discord)
- 新闻条数:10-12条/天
- 语言:中文
```
## 采集流程
1. 依次抓取各数据源(web_fetch)
2. 提取标题、摘要、来源、时间
3. 筛选AI相关内容,去除非AI新闻
4. 与已采集内容去重
5. 翻译为中文,添加分类标签
6. 按重要性排序,选取Top 10-12
7. 格式化为日报并推送
## 注意事项
- 需要 web_fetch 工具(必需)
- web_search 可大幅提升采集能力(可选,需Brave API key)
- 中文源(36kr、量子位等)需要 browser 工具(可选)
- 首次使用建议手动触发一次,确认格式和渠道