anime
- Repo stars 39
- Author updated Live
- Author repo awesome-omni-skill
- Domain
- AI
- Compatible agents
-
- Claude Code
- Cursor
- Cline
- Codex
- Windsurf
- Gemini CLI
- +20
- Trust score
- 92 / 100 · audit passed
- Author / version / license
- @diegosouzapw · v1.0.1 · no license declared
- Token usage
- Lean
- Setup complexity
- Guided setup
- External API key
- Required · Vendor-specific
- Operating systems
- Windows · WSL
- Runtime requirements
- No special requirements
- Permissions
-
- Read-only
- Write / modify
- Network behavior
- External requests
- Install commands
- 26 variants
Profile is derived at build time from SKILL.md and install vectors. Subject to drift from author intent.
Heads up: 未限定 allowed-tools,默认拥有全部工具权限。
---
name: anime
description: CLI for AI agents to search and lookup anime info for their humans. Uses Jikan (unofficial MyAni…
category: ai
runtime: no special runtime
---
# anime output preview
## PART A: Task fit
- Use case: CLI for AI agents to search and lookup anime info for their humans. Uses Jikan (unofficial MyAnimeList API). No auth required. Uses Jikan (unofficial MyAnimeList API). No account or API key needed. requires Vendor-specific API key. Works with Claude Code, Cursor, Cline and 23 more..
- Inputs: target material, constraints, expected output, and acceptance criteria.
- Evidence boundary: follow “Usage / Commands / Examples” and do not present inference as author intent.
## PART B: Execution result
- **01** The card summarizes the use case; runtime output centers on “CLI for AI agents to search and lookup anime info for their humans. Uses Jikan (unofficial MyAnimeList API). No auth required. Uses Jikan (unofficial MyAnimeList API). No account or API key needed. requires Vendor-specific API key. Works with Claude Code, Cursor, Cline and 23 more.”.
- **02** When the source has headings, the agent prioritizes “Usage / Commands / Examples” so the result follows the author’s structure.
- **03** Typical output includes task judgment, concrete steps, required commands or file edits, validation, and follow-up options.
- **04** Risk context follows the fingerprint: read files, write/modify files; may access external network resources; requires Vendor-specific API keys.
## Running Rules
- read files, write/modify files; may access external network resources; requires Vendor-specific API keys.
- Validate with a small sample before expanding scope.
- Return the result, validation criteria, and next iteration options. The source does not require a stable slash command. After installation, invoke the skill by name and describe the task.
Name target files or source material, expected output, forbidden changes, and whether network or shell access is allowed. Permission fingerprint: read files, write/modify files.
Start with a small task and check whether the result follows “Usage / Commands / Examples”. Inspect diffs, logs, previews, or tests before expanding scope.
Confirm the final output includes a concrete result, evidence, and next action. If it stays generic, tighten inputs, boundaries, and acceptance criteria.
---
name: anime
description: CLI for AI agents to search and lookup anime info for their humans. Uses Jikan (unofficial MyAni…
category: ai
source: diegosouzapw/awesome-omni-skill
---
# anime
## When to use
- CLI for AI agents to search and lookup anime info for their humans. Uses Jikan (unofficial MyAnimeList API). No auth r…
- Use it when the task has clear inputs, repeatable steps, and validation criteria.
## What to provide
- Target material, scope, expected result, and forbidden changes.
- Whether network, commands, file writes, or external services are allowed.
## Execution rules
- Organize steps around “Usage / Commands / Examples” and keep inference separate from source facts.
- read files, write/modify files; may access external network resources; requires Vendor-specific API keys.
- Validate with a small sample before expanding the task.
## Output requirements
- Return the deliverable, key evidence, validation method, and next action.
- Mark missing information as unknown; do not invent commands, platforms, or dependencies. The author source anchors workflow facts; repository files anchor sources and commands; Fluxly only adds fit, limitations, and quality judgment.
skill "anime" {
input -> user goal + target files + boundaries + acceptance criteria
context -> Usage / Commands / Examples
rules -> SKILL.md triggers / order / output contract
runtime -> no special runtime | read files, write/modify files | may access external network resources
guardrails -> requires Vendor-specific API keys + small-sample validation + diff/log review
output -> copyable result + checklist + next iteration
} Anime Lookup
CLI for AI agents to search and lookup anime for their humans. "What's that anime about the elf mage?" — now your agent can answer.
Uses Jikan (unofficial MyAnimeList API). No account or API key needed.
Usage
"Search for anime called Frieren"
"What's the top anime right now?"
"What anime is airing this season?"
"Tell me about anime ID 52991"
Commands
| Action | Command |
|---|---|
| Search | anime search "query" |
| Get details | anime info <mal_id> |
| Current season | anime season |
| Top ranked | anime top [limit] |
| Upcoming | anime upcoming [limit] |
| Specific season | anime season <year> <season> |
Examples
anime search "one punch man" # Find anime by title
anime info 30276 # Get full details by MAL ID
anime top 10 # Top 10 anime
anime season # Currently airing
anime season 2024 fall # Fall 2024 season
anime upcoming 5 # Next 5 upcoming anime
Output
Search/list output:
[52991] Sousou no Frieren — 28 eps, Finished Airing, ⭐ 9.28
Info output:
🎬 Sousou no Frieren
English: Frieren: Beyond Journey's End
MAL ID: 52991 | Score: 9.28 | Rank: #1
Episodes: 28 | Status: Finished Airing
Genres: Adventure, Drama, Fantasy
Studios: Madhouse
📖 Synopsis:
[Full synopsis text]
🎥 Trailer: [YouTube URL if available]
Notes
- Uses Jikan v4 API (api.jikan.moe)
- Rate limit: 3 req/sec, 60 req/min
- No authentication required
- MAL ID is the MyAnimeList database ID
- Seasons: winter, spring, summer, fall
Agent Implementation Notes
Platform note: If your human is on Windows, they'll need WSL, Git Bash, or Cygwin to run this skill.
Script location: {skill_folder}/anime (symlink to scripts/anime)
When user asks about anime:
- Run
./anime search "title"to find MAL ID - Run
./anime info <id>for full details - Run
./anime seasonor./anime topfor recommendations
Don't use for: Non-anime media (manga, movies unless anime films).
Decide Fit First
Design Intent
How To Use It
Boundaries And Review