查询国内动漫动画的最新更新信息。包括:(1) 查询特定动漫的最新集数和更新时间;(2) 查询本周/本月新番更新时间表;(3) 动漫推荐。适用于用户问\"XX动漫更新到第几集了\"、\"这周有什么新番\"、\"最近有什么好看的动漫\"等场景。
Scanned 9/5/2026
Install to Claude Code
npx -y skills add dvcrn/openclaw-skills-marketplace --skill anime-update --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Anime Update?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/dvcrn-anime-update)More formats (shields.io, HTML) on the badges page.
---
name: anime-update
description: "查询国内动漫动画的最新更新信息。包括:(1) 查询特定动漫的最新集数和更新时间;(2) 查询本周/本月新番更新时间表;(3) 动漫推荐。适用于用户问\"XX动漫更新到第几集了\"、\"这周有什么新番\"、\"最近有什么好看的动漫\"等场景。"
---
# 动漫更新时间查询
本 Skill 帮助你查询国内动漫的最新更新信息。
## 数据来源
通过 Web 搜索获取最新的动漫更新数据。常用来源:
- 哔哩哔哩 (bilibili.com)
- 豆瓣动漫
- 百度动漫吧
- 新浪动漫
## 使用方式
### 1. 查询特定动漫最新集数
用户可能问:
- "《咒术回战》更新到第几集了?"
- "《进击的巨人结了吗?"
》最终季完- "鬼灭之刃锻刀村篇最新一集"
执行流程:
1. 提取动漫名称
2. 搜索 "[动漫名] 更新到第几集" 或 "[动漫名] 最新集数"
3. 提取最新集数、更新日期、平台信息
4. 返回结构化结果
### 2. 查询本周新番更新时间
用户可能问:
- "这周有什么新番要播?"
- "本周动漫更新表"
- "2024年冬季新番列表"
执行流程:
1. 确定当前日期和季节(冬/春/夏/秋)
2. 搜索 "[季节] 新番更新时间表" 或 "本周动漫更新列表"
3. 整理成表格返回
### 3. 动漫推荐
用户可能问:
- "最近有什么好看的动漫推荐?"
- "2024必看动漫"
- "热血动漫推荐"
执行流程:
1. 搜索近期热门动漫推荐
2. 筛选评分较高、评价好的作品
3. 整理成推荐列表(包含简介、类型、评分)
## 输出格式
### 单个动漫查询
```
📺 [动漫名]
- 最新集数:第 X 集
- 更新日期:XXXX-XX-XX
- 播放平台:哔哩哔哩 / 优酷 / etc.
- 状态:更新中 / 已完结
```
### 新番列表
```
📅 本周更新 (2024-XX-XX ~ XX)
| 动漫名 | 类型 | 更新日期 | 集数 |
|--------|------|----------|------|
| ... | ... | ... | ... |
```
## 注意事项
- 国内平台通常比日本晚 1-2 周更新
- 剧场版和OVA通常单独计算
- 完结时间可能因番剧而异
- 部分动漫可能有多季,注意区分
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...