📦 游戏王日版新闻每日总结 — 技能工具
v1.0.0每天自动搜索并中文总结前一天的游戏王日版新闻,包括新卡、规则、赛事及产品发售信息,推送至当前对话。
0· 373·0 当前·0 累计
安全扫描
OpenClaw
可疑
medium confidenceThe skill's stated purpose (daily Yu-Gi-Oh JP news summary) is plausible, but the runtime instructions expect the openclaw CLI and direct writing to /root when the declared requirements list none — this inconsistency and the automatic scheduling behavior merit caution.
评估建议
What to check before installing: 1) The SKILL.md expects an 'openclaw' CLI and tells you to copy files into /root — confirm you actually have the openclaw binary and consider installing to a non-root path if you are not root. 2) Understand that creating the cron job will make the agent post into the conversation daily; ensure you want automated messages and that the conversation channel allows it. 3) The skill does web searches but doesn't list trusted sources — decide if you are comfortable wit...详细分析 ▾
⚠ 用途与能力
Name/description (daily Japanese Yu-Gi-Oh news summary) match the SKILL.md intent, but the instructions assume availability of the 'openclaw' CLI and instruct copying files into /root/.openclaw/skills while the registry metadata declares no required binaries and no config path access. Requiring the openclaw CLI (and writing to /root) should have been declared.
⚠ 指令范围
SKILL.md directs the agent to perform web searches and push summaries into the current conversation (expected), but it also gives explicit shell commands to create /root/.openclaw/skills and to run 'openclaw cron add'. Those file-system and CLI references are outside the declared requirements. The instructions do not specify trusted news sources or limits on scraping, so network access and content sourcing are underspecified.
ℹ 安装机制
There is no formal install spec (instruction-only), which is low risk, but the provided manual install steps copy the skill into /root/.openclaw/skills. This is a user-side manual action rather than an automated installer; still, suggesting /root may be inappropriate and surprising for non-root users.
✓ 凭证需求
The skill declares no environment variables, credentials, or config paths and its runtime instructions do not request secrets. Nothing appears to ask for unrelated credentials.
ℹ 持久化与权限
The skill recommends creating a recurring cron job (openclaw cron add) that will autonomously run each morning and push messages into the current conversation. always:false, so it isn't force-included, but scheduled autonomous posting has privacy/notification implications that the user should accept explicitly.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/2/23
自动每天早上10点搜索并总结前一天的游戏王日版新闻
● 无害
安装命令
点击复制官方npx clawhub@latest install yugioh-news
镜像加速npx clawhub@latest install yugioh-news --registry https://cn.longxiaskill.com
技能文档
自动每天早上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