← 返回 Skills 市场
293
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install anime-update
功能描述
查询国内动漫动画的最新更新信息。包括:(1) 查询特定动漫的最新集数和更新时间;(2) 查询本周/本月新番更新时间表;(3) 动漫推荐。适用于用户问"XX动漫更新到第几集了"、"这周有什么新番"、"最近有什么好看的动漫"等场景。
使用说明 (SKILL.md)
动漫更新时间查询
本 Skill 帮助你查询国内动漫的最新更新信息。
数据来源
通过 Web 搜索获取最新的动漫更新数据。常用来源:
- 哔哩哔哩 (bilibili.com)
- 豆瓣动漫
- 百度动漫吧
- 新浪动漫
使用方式
1. 查询特定动漫最新集数
用户可能问:
- "《咒术回战》更新到第几集了?"
- "《进击的巨人结了吗?" 》最终季完- "鬼灭之刃锻刀村篇最新一集"
执行流程:
- 提取动漫名称
- 搜索 "[动漫名] 更新到第几集" 或 "[动漫名] 最新集数"
- 提取最新集数、更新日期、平台信息
- 返回结构化结果
2. 查询本周新番更新时间
用户可能问:
- "这周有什么新番要播?"
- "本周动漫更新表"
- "2024年冬季新番列表"
执行流程:
- 确定当前日期和季节(冬/春/夏/秋)
- 搜索 "[季节] 新番更新时间表" 或 "本周动漫更新列表"
- 整理成表格返回
3. 动漫推荐
用户可能问:
- "最近有什么好看的动漫推荐?"
- "2024必看动漫"
- "热血动漫推荐"
执行流程:
- 搜索近期热门动漫推荐
- 筛选评分较高、评价好的作品
- 整理成推荐列表(包含简介、类型、评分)
输出格式
单个动漫查询
📺 [动漫名]
- 最新集数:第 X 集
- 更新日期:XXXX-XX-XX
- 播放平台:哔哩哔哩 / 优酷 / etc.
- 状态:更新中 / 已完结
新番列表
📅 本周更新 (2024-XX-XX ~ XX)
| 动漫名 | 类型 | 更新日期 | 集数 |
|--------|------|----------|------|
| ... | ... | ... | ... |
注意事项
- 国内平台通常比日本晚 1-2 周更新
- 剧场版和OVA通常单独计算
- 完结时间可能因番剧而异
- 部分动漫可能有多季,注意区分
安全使用建议
This skill is coherent for looking up anime update info: it will perform web searches on public Chinese sites and return structured results. Before installing, consider whether you want the agent to be allowed to browse the web (browsing permission required for live searches), and be aware results may be incomplete or out-of-date and could be affected by site blocking or terms-of-service restrictions. If you do not want autonomous browsing activity, disable autonomous invocation or limit the skill's usage. If accuracy is important, cross-check results against official platform pages (e.g., the show's page on bilibili or the official broadcaster).
功能分析
Type: OpenClaw Skill
Name: anime-update
Version: 1.0.0
The skill bundle consists of metadata and instructions (SKILL.md) for an AI agent to perform web searches regarding anime update schedules and recommendations. It contains no executable code, no requests for sensitive data, and no malicious prompt injection or exfiltration logic.
能力评估
Purpose & Capability
Name and description (查询动漫更新) align with the runtime instructions: perform web searches on Chinese anime sites and return structured update/recommendation information. There are no extraneous environment variables, binaries, or config paths requested that would be unrelated to this purpose.
Instruction Scope
SKILL.md confines the agent to web searches and extracting update metadata (episode number, date, platform, status) and assembling lists/recommendations. It does not instruct the agent to read local files, access unrelated credentials, or post data to external endpoints beyond retrieving publicly available web pages.
Install Mechanism
Instruction-only skill with no install spec and no code files; nothing is written to disk or installed by the skill itself.
Credentials
The skill requires no environment variables, credentials, or config paths. This is proportionate to its described behavior of performing public web searches.
Persistence & Privilege
always is false and the skill does not request elevated or persistent privileges. Autonomous invocation is allowed by platform default but is not combined with any broad credential or system access.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install anime-update - 安装完成后,直接呼叫该 Skill 的名称或使用
/anime-update触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
anime-update 1.0.0 发布说明
- 新增支持查询国内动漫最新集数、更新时间和播放平台信息
- 支持本周/本季新番更新时间表的快速检索与展示
- 增加近期热门动漫推荐功能,含简介、类型与评分
- 明确输出格式,方便快速获取关键信息
- 数据通过主流动漫平台和社区(如B站、豆瓣等)实时检索
元数据
常见问题
动漫更新查询 是什么?
查询国内动漫动画的最新更新信息。包括:(1) 查询特定动漫的最新集数和更新时间;(2) 查询本周/本月新番更新时间表;(3) 动漫推荐。适用于用户问"XX动漫更新到第几集了"、"这周有什么新番"、"最近有什么好看的动漫"等场景。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 293 次。
如何安装 动漫更新查询?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install anime-update」即可一键安装,无需额外配置。
动漫更新查询 是免费的吗?
是的,动漫更新查询 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
动漫更新查询 支持哪些平台?
动漫更新查询 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 动漫更新查询?
由 anmu14641(@anmu14641)开发并维护,当前版本 v1.0.0。
推荐 Skills