# Send 游戏王日版新闻每日总结 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": "yugioh-news",
    "name": "游戏王日版新闻每日总结",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/jiangrongyong/yugioh-news",
    "canonicalUrl": "https://clawhub.ai/jiangrongyong/yugioh-news",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/yugioh-news",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=yugioh-news",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/yugioh-news"
    },
    "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/yugioh-news",
    "downloadUrl": "https://openagent3.xyz/downloads/yugioh-news",
    "agentUrl": "https://openagent3.xyz/skills/yugioh-news/agent",
    "manifestUrl": "https://openagent3.xyz/skills/yugioh-news/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/yugioh-news/agent.md"
  }
}
```
## Documentation

### 游戏王日版新闻每日总结 Skill

自动每天早上10点搜索并总结前一天的游戏王日版新闻。

### 功能

每天早上 10:00（北京时间）自动执行
搜索游戏王日版新闻（新卡情报、规则更新、赛事信息、产品发售）
生成中文总结并推送到当前对话

### 安装

# 创建 skill 目录
mkdir -p /root/.openclaw/skills/yugioh-news

# 复制本文件到 skill 目录
cp SKILL.md /root/.openclaw/skills/yugioh-news/

### 方式一：直接创建 Cron 任务

openclaw cron add --name "游戏王日版新闻每日总结" \\
  --schedule "0 10 * * *" \\
  --timezone "Asia/Shanghai" \\
  --prompt "今天是2026年。总结一下昨天的游戏王日版新闻（2026年的日期），包括新卡情报、规则更新、赛事信息、产品发售等主要内容。请用中文总结，格式清晰易读，并确保使用正确的2026年日期。"

### 方式二：通过 Agent 创建

发送消息给 Agent：

帮我创建一个每天早上10点的定时任务，总结昨天的游戏王日版新闻。

### 配置说明

配置项值说明执行时间0 10 * * *每天早上10点时区Asia/Shanghai北京时间搜索范围游戏王日版新闻新卡、规则、赛事、产品输出语言中文带emoji格式

### 示例输出

# 游戏王日版新闻总结（2026年2月22日）

## 📅 日期：2026年2月22日（周日）

## 一、新卡情报
- LIMIT OVER COLLECTION -THE HEROES- 新卡公开
- ...

## 二、产品发售信息
- ...

## 三、赛事信息
- ...

### 注意事项

确保当前对话渠道支持消息推送
如遇搜索不到新闻的情况，会返回"昨日无重大新闻"
日期会自动根据执行时间计算"昨天"

### 作者

Kimi Claw

### 版本

1.0.0
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: jiangrongyong
- Version: 1.0.0
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-30T16:55:25.780Z
- Expires at: 2026-05-07T16:55:25.780Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/yugioh-news)
- [Send to Agent page](https://openagent3.xyz/skills/yugioh-news/agent)
- [JSON manifest](https://openagent3.xyz/skills/yugioh-news/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/yugioh-news/agent.md)
- [Download page](https://openagent3.xyz/downloads/yugioh-news)