/install bangumi-explorer
Bangumi Explorer
Query Bangumi (bgm.tv) for anime, manga, light novels, games, and music.
When to Use
Use this skill when the user asks about:
- Anime search, manga search, game search
- New anime this season, season chart
- Anime ranking, anime details, episode list
- Voice actor / seiyuu lookup
- Bangumi, bgm, or any ACGN subject inquiry
Environment Check
Before using this skill, check if Python is available:
python --version # or python3 --version
If Python 3.9+ is available: Use the commands below with bangumi.py script (recommended, token-efficient).
If Python is NOT available: Use the fallback method — call Bangumi API directly via web_fetch or browser. This works without Python but consumes significantly more tokens (~3-5x) and is slower.
Fallback API Reference
- API Base:
https://api.bgm.tv/v0 - User-Agent Required:
MountLynx/bangumi_skill (https://github.com/MountLynx/bangumi_skill) - Rate Limit: 0.5s between requests
- OpenAPI Spec: https://github.com/bangumi/api/blob/master/open-api/v0.yaml
- API Docs: https://github.com/bangumi/api
Steps
- Check Python environment availability
- If Python available: Run
bangumi.pycommands viaexec - If Python not available: Use fallback API calls via
web_fetchorbrowser - Present script output as-is — do not reformat
Commands
Run bangumi.py via exec in the skill directory:
# Search subjects (default: anime)
python bangumi.py search "\x3Ckeyword>" [--type anime|book|game|music|real] [--limit 10]
# Subject details
python bangumi.py info \x3Csubject_id>
# Episode list
python bangumi.py episodes \x3Csubject_id>
# Seasonal chart (default: current season)
python bangumi.py season [--year 2026] [--month 4]
# Rating ranking
python bangumi.py rank [--type anime|book|game|music|real] [--top 20]
# Person search (voice actors, staff)
python bangumi.py person "\x3Ckeyword>"
# Daily broadcast calendar
python bangumi.py calendar
# Character search
python bangumi.py character "\x3Ckeyword>"
Parameters
| Flag | Values | Default |
|---|---|---|
--type |
anime, book, game, music, real | anime |
--limit / --top |
integer | 10 / 20 |
--year / --month |
integer | current year / season start month |
Notes
- No authentication needed. Does not support collections or progress tracking.
- Script caches API responses in
~/.bangumi/cache/(auto-expires, auto-cleans). - Requires Python 3.9+. Zero third-party dependencies (stdlib only).
- Rate-limited to 0.5s between requests to respect Bangumi API.
- Search API is experimental — use precise keywords for best results.
- Episode descriptions may be in Japanese.\r
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install bangumi-explorer - 安装完成后,直接呼叫该 Skill 的名称或使用
/bangumi-explorer触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
bangumi-explorer 是什么?
Query Bangumi (bgm.tv) for anime, manga, light novels, games, and music. Search subjects, view details and episode lists, browse seasonal anime charts, ratin... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 124 次。
如何安装 bangumi-explorer?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install bangumi-explorer」即可一键安装,无需额外配置。
bangumi-explorer 是免费的吗?
是的,bangumi-explorer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
bangumi-explorer 支持哪些平台?
bangumi-explorer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 bangumi-explorer?
由 MountLynx(@mountlynx)开发并维护,当前版本 v1.0.1。