# Send AI News ZH - 中文AI科技日报 to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "ai-news-zh",
    "name": "AI News ZH - 中文AI科技日报",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/aizain/ai-news-zh",
    "canonicalUrl": "https://clawhub.ai/aizain/ai-news-zh",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/ai-news-zh",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ai-news-zh",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "format.md",
      "sources.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "ai-news-zh",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T00:11:58.319Z",
      "expiresAt": "2026-05-06T00:11:58.319Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ai-news-zh",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ai-news-zh",
        "contentDisposition": "attachment; filename=\"ai-news-zh-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "ai-news-zh"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/ai-news-zh"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/ai-news-zh",
    "downloadUrl": "https://openagent3.xyz/downloads/ai-news-zh",
    "agentUrl": "https://openagent3.xyz/skills/ai-news-zh/agent",
    "manifestUrl": "https://openagent3.xyz/skills/ai-news-zh/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/ai-news-zh/agent.md"
  }
}
```
## Documentation

### 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 AIRSS深度报道，独家视角TechCrunchRSS创投+AI动态，融资消息多Anthropic News网页官方动态MIT Tech ReviewRSS深度科技报道

### 分类体系

🧠 大模型 — 新模型发布、基准测试、技术突破
🤖 Agent — AI代理、自动化、工具使用
💰 融资/商业 — 融资、收购、商业合作
🛡️ 安全/治理 — AI安全、监管、伦理
🔧 应用/产品 — 新产品、功能更新
🔓 开源 — 开源模型、工具、框架

### 配置

在你的 TOOLS.md 中添加：

### AI News ZH
- 推送时间：07:30 (Asia/Shanghai)
- 推送渠道：feishu（或 telegram/discord）
- 新闻条数：10-12条/天
- 语言：中文

### 采集流程

依次抓取各数据源（web_fetch）
提取标题、摘要、来源、时间
筛选AI相关内容，去除非AI新闻
与已采集内容去重
翻译为中文，添加分类标签
按重要性排序，选取Top 10-12
格式化为日报并推送

### 注意事项

需要 web_fetch 工具（必需）
web_search 可大幅提升采集能力（可选，需Brave API key）
中文源（36kr、量子位等）需要 browser 工具（可选）
首次使用建议手动触发一次，确认格式和渠道
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: aizain
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-29T00:11:58.319Z
- Expires at: 2026-05-06T00:11:58.319Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/ai-news-zh)
- [Send to Agent page](https://openagent3.xyz/skills/ai-news-zh/agent)
- [JSON manifest](https://openagent3.xyz/skills/ai-news-zh/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/ai-news-zh/agent.md)
- [Download page](https://openagent3.xyz/downloads/ai-news-zh)