一键导入
bangumi
Bangumi (bgm.tv) API reference — search, subject detail, calendar, user collections, related subjects.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Bangumi (bgm.tv) API reference — search, subject detail, calendar, user collections, related subjects.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
MUST USE whenever the user asks to download anything anime-related — an RSS link, a magnet link, a torrent URL, or just a description of the resource. This skill is the ONLY supported path to `oani/create_download`; calling that action without going through this skill skips library checks, collection rejection, title resolution, and user confirmation. Not for search (use `anime-search`); not for subscribe/unsubscribe (use `mikan` directly).
Openlist-Ani backend API reference — query library, downloads, RSS feeds.
Use when the user wants anime recommendations, taste profile analysis, or asks "what should I watch" / "summarize my taste". Also triggers passively — record user taste signals during normal conversation.
Use when the user wants to search anime, check airing schedule, look up details, or find related works. Not for downloads — use anime-download.
Mikan (mikanani.me) API reference — search, subgroups, releases, subscribe/unsubscribe.
| name | bangumi |
| description | Bangumi (bgm.tv) API reference — search, subject detail, calendar, user collections, related subjects. |
| when_to_use | When you need to call a Bangumi API action. For search/discovery workflows, use anime-search instead. |
Bangumi (bgm.tv) API reference.
search, subject_detail, calendar, related_subjects, reviews are public APIs — no token needed.
user_collections and update_collection require a Bangumi access token configured in config.toml:
[bangumi]
access_token = "your_bangumi_token"
If missing, these actions return Error: Bangumi access token not configured.
Tell the user to set [bangumi] access_token in config.toml.
Collection types: 1=wish(想看), 2=done(看过), 3=doing(在看), 4=on_hold(搁置), 5=dropped(抛弃) Subject types: 1=book, 2=anime, 3=music, 4=game, 6=real
Use latest_episode when the user asks which episode of an anime is the
latest/current aired episode. It needs a Bangumi subject ID. If the user gives
only a title, call search first and then call latest_episode with the
selected subject_id.
This action uses Bangumi episode airdate and only considers main-story
episodes (type=0). Bangumi provides date precision only, so it cannot
distinguish whether today's episode has already reached its exact broadcast
time. The action treats "today" as the current UTC+8 date.