← All skills
Tencent SkillHub · Content Creation

游戏王日版新闻每日总结

每天自动搜索并中文总结前一天的游戏王日版新闻,包括新卡、规则、赛事及产品发售信息,推送至当前对话。

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

每天自动搜索并中文总结前一天的游戏王日版新闻,包括新卡、规则、赛事及产品发售信息,推送至当前对话。

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 10 sections Open source page

游戏王日版新闻每日总结 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

Category context

Writing, remixing, publishing, visual generation, and marketing content production.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs
  • SKILL.md Primary doc