/install bangumi-trackr
Bangumi Tracker
Manage your Bangumi collections and track watch/read progress.
First Time Setup
Step 1: Create OAuth App
- Visit https://bgm.tv/dev/app/create
- Fill in:
- App Name:
bangumi-tracker - Homepage URL:
http://localhost:17321 - Callback URL:
http://localhost:17321/callback
- App Name:
- Get your Client ID and Client Secret
Step 2: Configure
python bangumi_tracker.py config --client-id YOUR_CLIENT_ID --client-secret YOUR_CLIENT_SECRET
Step 3: Authenticate
python bangumi_tracker.py auth
Opens browser for OAuth authorization.
Quick Commands
# Check status
python bangumi_tracker.py status
# List collections
python bangumi_tracker.py collections
python bangumi_tracker.py collections --type anime --status doing
# Add/update
python bangumi_tracker.py collect 428477 doing
# Remove from collection
python bangumi_tracker.py uncollect 428477
# Get progress
python bangumi_tracker.py progress 428477
# User info
python bangumi_tracker.py me
# === Character Collection ===
# Collect/uncollect character
python bangumi_tracker.py collect-character 42084 collect
python bangumi_tracker.py collect-character 42084 uncollect
# List collected characters
python bangumi_tracker.py my-characters
# === Person Collection ===
# Collect/uncollect person
python bangumi_tracker.py collect-person 12345 collect
python bangumi_tracker.py collect-person 12345 uncollect
# List collected persons
python bangumi_tracker.py my-persons
# === Episode Progress ===
# Get episode collection status
python bangumi_tracker.py episodes 428477
# Mark episode as watched/unwatched
python bangumi_tracker.py watch 123456 watched
python bangumi_tracker.py watch 123456 unwatched
Security
- Windows: Credentials stored in Windows Credential Manager
- Other platforms: Credentials stored in
~/.bangumi/ - Tokens auto-refresh when expired
More Info
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install bangumi-trackr - After installation, invoke the skill by name or use
/bangumi-trackr - Provide required inputs per the skill's parameter spec and get structured output
What is bangumi-tracker?
Manage Bangumi collections and track watch progress via OAuth. Use when user wants to track anime/book/game/music progress, manage wish/doing/collect lists,... It is an AI Agent Skill for Claude Code / OpenClaw, with 98 downloads so far.
How do I install bangumi-tracker?
Run "/install bangumi-trackr" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is bangumi-tracker free?
Yes, bangumi-tracker is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does bangumi-tracker support?
bangumi-tracker is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created bangumi-tracker?
It is built and maintained by MountLynx (@mountlynx); the current version is v1.0.0.