国内动漫每周更新日历。用于查询动漫更新时间、本周新番列表、追番日历。当用户询问动漫更新时间表、本周更新、追番日历、新番列表时触发此技能。
Scanned 9/5/2026
Install to Claude Code
npx -y skills add dvcrn/openclaw-skills-marketplace --skill anime-calendar --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Anime Calendar?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/dvcrn-anime-calendar)More formats (shields.io, HTML) on the badges page.
---
name: anime-calendar
description: "国内动漫每周更新日历。用于查询动漫更新时间、本周新番列表、追番日历。当用户询问动漫更新时间表、本周更新、追番日历、新番列表时触发此技能。"
---
# 动漫每周更新日历
## 数据来源
使用 `extract_content_from_websites` 或 `batch_web_search` 工具从以下网站获取动漫更新信息:
- **哔哩哔哩** (bilibili.com) - 中国最大的动漫观看平台
- **Bangumi** (bgm.tv) - 动漫评分和追番网站
- **动漫之家** (dmzj.com) - 动漫资讯网站
## 功能范围
1. **本周更新列表**:获取本周更新的动漫
2. **每日更新**:按日期查询当天更新的动漫
3. **追番提醒**:特定动漫的更新时间
4. **新番资讯**:最新动漫资讯和播出时间
## 使用方式
### 查询本周更新
使用 `batch_web_search` 搜索动漫更新时间表:
```python
# 搜索本周动漫更新
batch_web_search([{
"query": "本周动漫更新时间表 2026"
}])
```
### 查询特定日期更新
```python
# 搜索周一/周二/周三等更新的动漫
batch_web_search([{
"query": "周一更新动漫 2026 冬季"
}])
```
### 抓取网站获取详细列表
使用 `extract_content_from_websites` 提取具体更新信息:
```python
# 从B站获取追番日历
extract_content_from_websites([{
"url": "https://www.bilibili.com",
"prompt": "提取动漫更新时间表或新番列表信息"
}])
```
## 动漫更新规律(参考)
日本动漫通常按星期更新:
| 星期 | 更新数量 | 常见类型 |
|------|----------|----------|
| 周一 | 较少 | 日常系、治愈系 |
| 周二 | 中等 | 热血系、冒险系 |
| 周三 | 较少 | 偶像系、运动系 |
| 周四 | 中等 | 科幻系、战斗系 |
| 周五 | 较多 | 校园系、恋爱系 |
| 周六 | 最多 | 各类热门番剧 |
| 周日 | 较多 | 各类热门番剧 |
## 四季新番时间
- **冬季番 (1月)**:1月-3月
- **春季番 (4月)**:4月-6月
- **夏季番 (7月)**:7月-9月
- **秋季番 (10月)**:10月-12月
## 输出格式
整理后按以下格式输出:
```
📅 本周动漫更新(2026年3月)
🗓️ 周一(3月9日)
- 《动漫名称1》- 第X集
- 《动漫名称2》 - 第X集
🗓️ 周二(3月10日)
- 《动漫名称3》- 第X集
...
```
## 注意事项
- 数据来源于公开网站,可能不包含所有动漫
- 实际播出时间可能因平台而异
- 建议结合 B 站等平台确认具体更新时间
- 版权番剧可能需要在特定平台观看
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!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.
SEO optimization with keyword analysis, readability assessment, technical validation, content quality. Use for search rankings, blog posts, content audits, or encountering keyword density, readability scores, meta tags, schema markup errors.
Official Google SEO guide covering search optimization, best practices, Search Console, crawling, indexing, and improving website search visibility based on official Google documentation
Python backend development expertise for FastAPI, security patterns, database operations, Upstash integrations, and code quality. Use when: (1) Building REST APIs with FastAPI, (2) Implementing JWT/OAuth2 authentication, (3) Setting up SQLAlchemy/async databases, (4) Integrating Redis/Upstash caching, (5) Refactoring AI-generated Python code (deslopification), (6) Designing API patterns, or (7) Optimizing backend performance.
PTES-aligned adversarial security audit for backend, frontend, and mobile applications. Produces a CVSS-scored Hacker Report with verified PoCs and phased remediation.