← 返回
未分类 Key 中文

MAL Anime Tracker

Track and manage your MyAnimeList anime lists, get anime details, rankings, seasonal updates, and receive new episode notifications.
追踪管理MyAnimeList动漫列表,获取动漫详情、排名、季度更新及新剧集提醒。
josetseph josetseph 来源
未分类 clawhub v1.9.3 1 版本 100000 Key: 需要
★ 2
Stars
📥 421
下载
💾 0
安装
1
版本
#latest

概述

mal-anime-tracker Skill

Purpose

Track anime/manga lists on MyAnimeList (MAL) and receive automatic notifications via OpenClaw when new episodes are available.

Setup

  1. Set the following environment variables (e.g., in your shell configuration or openclaw vault):

```bash

ACCESS_TOKEN=your_access_token

REFRESH_TOKEN=your_refresh_token

CLIENT_ID=your_client_id

CLIENT_SECRET=your_client_secret

```

  1. Install dependencies:

```bash

pip install -r requirements.txt

```

Authorization

  1. Register your application on the MyAnimeList Developer Portal.
  2. Generate a code_challenge (12-char alphanumeric) and navigate to the MAL OAuth2 authorization URL to get your code.
  3. Run the authorization command:

```bash

python3 auth.py authorize

```

This will output your tokens, which you should add to your environment.

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 - Search for anime.
  • python3 api.py update - Update anime status (e.g., watching, completed).
  • python3 api.py delete - 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 - 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 <CHAT_ID> --message "{}"

版本历史

共 1 个版本

  • v1.9.3 当前
    2026-05-03 09:55 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

professional

Firefly III API Client

josetseph
通过 API访问和管理 Firefly III 的财务数据,包括交易、账户、循环规则及自动化。
★ 1 📥 489
life-service

Caldav Calendar

asleep123
使用 vdirsyncer + khal 同步并查询 CalDAV 日历(iCloud、Google、Fastmail、Nextcloud 等)。适用于 Linux。
★ 244 📥 30,664
life-service

Sonoscli

steipete
控制Sonos音箱(发现/状态/播放/音量/分组)
★ 56 📥 85,184