LaunchKit · 2026
Back to Skills

anime-lookup

CLI for AI agents to search and lookup anime info for their humans.

0
0 downloads
by @jeffaf

Setup & Installation

openclaw skills install @jeffaf/anime-lookup

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install anime-lookup

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.

INPUT

User asks: What's that anime about the elf mage that everyone was talking about?

AGENT
  1. 1Run `anime search "elf mage"` to find matching titles
  2. 2Identify Frieren: Beyond Journey's End with MAL ID 52991 from results
  3. 3Run `anime info 52991` to retrieve full details
  4. 4Extract title, score, episode count, genres, and synopsis
OUTPUT

Frieren: Beyond Journey's End — 28 eps, Score 9.28, Rank #1, Genres: Adventure, Drama, Fantasy. Synopsis provided.