技能详情(站内镜像,无评论)
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v1.0.0
统计:⭐ 0 · 180 · 1 current installs · 1 all-time installs
⭐ 0
安装量(当前) 1
🛡 VirusTotal :良性 · OpenClaw :良性
Package:anmu14641/anime-calendar
安全扫描(ClawHub)
- VirusTotal :良性
- OpenClaw :良性
OpenClaw 评估
The skill's instructions, required resources, and requested access are coherent with a weekly anime-update/calendar function; it only uses web search/extraction of public sites and requests no credentials or installs.
目的
Name/description (anime weekly calendar) match the runtime instructions (use web search and website extraction against bilibili, bgm.tv, dmzj.com). However, the _meta.json ownerId differs from the registry ownerId in the provided metadata, which is an inconsistency in packaging/metadata (likely a minor integrity/authoring issue, not functionality-related).
说明范围
SKILL.md confines the agent to using batch_web_search and extract_content_from_websites to fetch public anime schedules and produce formatted weekly calendars. It does not instruct reading local files, environment variables, or sending data to unrelated external endpoints.
安装机制
No install spec and no code files — instruction-only skill. Nothing will be written to disk by an installer as part of the skill package.
证书
No environment variables, credentials, or config paths are requested. The skill's data needs (public web scraping/search) are consistent with this minimal requirement.
持久
always is false and agent invocation is normal. The skill does not request elevated or persistent system-wide privileges.
综合结论
This skill appears to do what it says: search public anime sites and extract schedule info. Before installing, consider: (1) metadata mismatch — the ownerId in _meta.json differs from the provided registry ownerId; verify the publisher if provenance is important. (2) The skill uses web-search and scraping tools that will fetch public pages (including platform-specific pages that sometimes require login or have rate limits); confirm your agent'…
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「anime-calendar」。简介:国内动漫每周更新日历。用于查询动漫更新时间、本周新番列表、追番日历。当用户询问动漫更新时间表、本周更新、追番日历、新番列表时触发此技能。。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/anmu14641/anime-calendar/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
---
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 站等平台确认具体更新时间
- 版权番剧可能需要在特定平台观看