Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
What This Skill Does
Lets AI agents search and retrieve anime information using the Jikan API, an unofficial MyAnimeList wrapper. Supports title search, detailed lookups by MAL ID, seasonal listings, top charts, and upcoming releases. No account or API key required.
Wraps Jikan's multi-endpoint API into a single CLI so agents don't need to handle raw HTTP, pagination, or ID resolution manually.
When to use it
- Finding anime by a vague description or partial title
- Getting episode count and status for a specific show
- Browsing what's currently airing this season
- Looking up top-ranked anime for recommendations
- Checking upcoming anime before a new season starts
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: What's that anime about the elf mage that everyone was talking about?
- 1Run `anime search "elf mage"` to find matching titles
- 2Identify Frieren: Beyond Journey's End with MAL ID 52991 from results
- 3Run `anime info 52991` to retrieve full details
- 4Extract title, score, episode count, genres, and synopsis
Frieren: Beyond Journey's End — 28 eps, Score 9.28, Rank #1, Genres: Adventure, Drama, Fantasy. Synopsis provided.