AI Agent Hub
Back to skills
Bangumi Explorer icon

Bangumi Explorer

Knowledge Management Updated 2026.08.29

Paste the following prompt into your AI chat to install this skill:

Please follow https://skillhub.cn/install/skillhub.md to install @user_5bf608fc/bangumi-explorer.

About this skill

Problem

When users ask about anime, manga, light novels, games, or music, or want current-season titles, rankings, work details, episode lists, or voice actor information, calling the bgm.tv API directly can require manual parameter assembly, rate-limit handling, response parsing, and repeated fetching. bangumi-explorer packages these lookups into local ACGN-focused queries and reduces the need for ad-hoc API handling. This helps when users need quick fact-checking across works, seasons, charts, and cast information.

How It Works and Boundaries

The skill checks the runtime first:
- With Python 3.9+, it prefers running bangumi.py, uses the standard library for queries, and caches results in ~/.bangumi/cache/.
- Without Python, it falls back to web_fetch or browser access to https://api.bgm.tv/v0; this path is slower and uses more tokens.

Main capabilities include:
- Selecting --type as anime, book, game, music, or real.
- Controlling result count with --limit / --top.
- Constraining results by --year / --month.
- Looking up work details, episode lists, voice actor information, and Bangumi-related ACGN topics.

Note that no authentication is required, but requests are rate-limited to 0.5s intervals; the search API is experimental, so precise keywords work best; some episode descriptions may be in Japanese; collections and progress tracking are not supported. Output should generally stay as produced by the script, avoiding unnecessary reformatting.

Use Cases

  • Compile a new-season anime feature by querying the season chart and work details.
  • Prepare a voice actor profile by looking up their credited works and roles.
  • Choose ACGN content topics by comparing game, music, and manga charts by year.
  • Verify episode materials by retrieving work details, episode lists, and search results.

Best For

  • ACGN editors who need to verify works, rankings, and episode data quickly.
  • Data annotators who need to retrieve anime, manga, and game entries by type and year.
  • Music column planners who need to query music works and charts on bgm.tv.
  • Technical writers who need to cite API query results in articles without reformatting.