anime-calendar

国内动漫每周更新日历。用于查询动漫更新时间、本周新番列表、追番日历。当用户询问动漫更新时间表、本周更新、追番日历、新番列表时触发此技能。

MIT-0 · Free to use, modify, and redistribute. No attribution required.
0 · 171 · 1 current installs · 1 all-time installs
MIT-0
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
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).
Instruction Scope
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.
Install Mechanism
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.
Credentials
No environment variables, credentials, or config paths are requested. The skill's data needs (public web scraping/search) are consistent with this minimal requirement.
Persistence & Privilege
always is false and agent invocation is normal. The skill does not request elevated or persistent system-wide privileges.
Assessment
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's web-extraction tooling is allowed to access those sites and won't expose any private data. (3) No credentials are requested, but if you or the agent supply platform logins separately later (e.g., to view subscriber-only pages), be cautious about granting those credentials. (4) Be aware of copyright and terms-of-service for scraped sites and possible rate-limiting; monitor behavior on first use.

Like a lobster shell, security has layers — review code before you run it.

Current versionv1.0.0
Download zip
latestvk97cy1yw3tt6ke3b47tg20hh7182hwpe

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

SKILL.md

动漫每周更新日历

数据来源

使用 extract_content_from_websitesbatch_web_search 工具从以下网站获取动漫更新信息:

  • 哔哩哔哩 (bilibili.com) - 中国最大的动漫观看平台
  • Bangumi (bgm.tv) - 动漫评分和追番网站
  • 动漫之家 (dmzj.com) - 动漫资讯网站

功能范围

  1. 本周更新列表:获取本周更新的动漫
  2. 每日更新:按日期查询当天更新的动漫
  3. 追番提醒:特定动漫的更新时间
  4. 新番资讯:最新动漫资讯和播出时间

使用方式

查询本周更新

使用 batch_web_search 搜索动漫更新时间表:

# 搜索本周动漫更新
batch_web_search([{
    "query": "本周动漫更新时间表 2026"
}])

查询特定日期更新

# 搜索周一/周二/周三等更新的动漫
batch_web_search([{
    "query": "周一更新动漫 2026 冬季"
}])

抓取网站获取详细列表

使用 extract_content_from_websites 提取具体更新信息:

# 从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 站等平台确认具体更新时间
  • 版权番剧可能需要在特定平台观看

Files

2 total
Select a file
Select a file to preview.

Comments

Loading comments…