🧪 Skills
AniList CLI
CLI for searching, retrieving anime and manga information, interacting with user profile and lists on Anilist, and more.
v0.3.2
Description
name: anilist-cli version: 0.3.2 description: CLI for searching, retrieving anime and manga information, interacting with user profile and lists on Anilist, and more. allowed-tools: Bash emoji: 📺 metadata: openclaw: install: - kind: node package: "@mtsku/anilist-cli" bins: [anilistcli] requires: bins: [node]
AniList CLI Skill
Use this skill for direct AniList CLI workflows. This guide is for LLM/agent execution only.
Installation Check
- Check availability:
command -v anilistcli
- If missing, install:
npm install -g @mtsku/anilist-cli
- Verify:
anilistcli --help
Command Map
- Discovery:
anilistcli discover seasonal --season WINTER --year 2026 -n 20anilistcli discover upcoming -n 15
- Airing:
anilistcli airing upcoming --hours 48 -n 25anilistcli airing next "<title>"anilistcli airing mine --hours 72 --limit 50
- Search/media:
anilistcli search anime "<query>" -n 5anilistcli media recs "<title>" -n 10anilistcli media relations "<anilist-url-or-title>"
- Profile/social:
anilistcli profile [username]anilistcli friends [username] -n 50
- List management:
anilistcli mine summary --hours 72 -n 10anilistcli list view --type anime --status-in "CURRENT,PLANNING"anilistcli planning add "<title>"anilistcli status set "<title>" CURRENTanilistcli progress set "<title>" 12
Auth Setup
- Set token:
anilistcli auth set-token "<token>"
- Verify auth:
anilistcli auth where
Output Mode
- Use
--jsonfor machine-readable output. - Public read endpoints work without auth.
- For mutations, run
--dry-runfirst unless explicit write execution is requested. - Quote title inputs that include spaces.
Reviews (0)
Sign in to write a review.
No reviews yet. Be the first to review!
Comments (0)
No comments yet. Be the first to share your thoughts!