/install mal-anime-tracker
mal-anime-tracker Skill
Purpose
Track anime/manga lists on MyAnimeList (MAL) and receive automatic notifications via OpenClaw when new episodes are available.
Setup
- Set the following environment variables (e.g., in your shell configuration or
openclawvault):ACCESS_TOKEN=your_access_token REFRESH_TOKEN=your_refresh_token CLIENT_ID=your_client_id CLIENT_SECRET=your_client_secret - Install dependencies:
pip install -r requirements.txt
Authorization
- Register your application on the MyAnimeList Developer Portal.
- Generate a
code_challenge(12-char alphanumeric) and navigate to the MAL OAuth2 authorization URL to get yourcode. - Run the authorization command:
This will output your tokens, which you should add to your environment.python3 auth.py authorize \x3CCLIENT_ID> \x3CCLIENT_SECRET> \x3Ccode> \x3Ccode_challenge>
Features
- Monitor progress for anime you are currently watching.
- Query current anime/manga lists.
- Automatic token refresh.
- Search and manage personal MAL data.
CLI Reference
python3 api.py search \x3Cquery>- Search for anime.python3 api.py update \x3Canime_id> \x3Cstatus>- Update anime status (e.g., watching, completed).python3 api.py delete \x3Canime_id>- Remove anime from list.python3 api.py list-anime- Show your anime list.python3 api.py check-updates- Check for new episodes and output updates.python3 api.py refresh-auth- Force a token refresh using your credentials.python3 api.py list-manga- Show your reading list.python3 api.py search-forums \x3Cquery>- Search MAL forums.
Automation
# Refresh token and check updates every 6 hours
0 */6 * * * python3 /path/to/skills/mal-anime-tracker/api.py refresh-auth && python3 /path/to/skills/mal-anime-tracker/api.py check-updates | xargs -I {} openclaw message send --target \x3CCHAT_ID> --message "{}"
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install mal-anime-tracker - After installation, invoke the skill by name or use
/mal-anime-tracker - Provide required inputs per the skill's parameter spec and get structured output
What is MAL Anime Tracker?
Track and manage your MyAnimeList anime lists, get anime details, rankings, seasonal updates, and receive new episode notifications. It is an AI Agent Skill for Claude Code / OpenClaw, with 141 downloads so far.
How do I install MAL Anime Tracker?
Run "/install mal-anime-tracker" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is MAL Anime Tracker free?
Yes, MAL Anime Tracker is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does MAL Anime Tracker support?
MAL Anime Tracker is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created MAL Anime Tracker?
It is built and maintained by josetseph (@josetseph); the current version is v1.9.3.