anipy-cli

anipy-cli is a skill for Claude Code, Codex from Linaqruf/kana-code-plugins. It costs 153 tokens per session (2,656 once invoked), scanned B, original, MIT.

A skill that lets Claude Code operate anipy-cli, a command-line program for searching, streaming, and downloading anime. It also handles playback settings, watch history, setup, updates, and troubleshooting on Windows.

In plain words
What is it for?
Use it to search, watch, stream, download, and resume anime; check viewing history; change video quality or player; and install, configure, update, or repair anipy-cli.
Why use it?
It provides one conversational way to manage anime playback and the command-line tool behind it. It also guides dependency repair when the tool is not working.

Skill for Claude CodeCodex

Part of the anipy-cli plugin — 1 skill, 1 command shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/linaqruf/kana-code-plugins/anipy-cli
Any agent
npx skills add Linaqruf/kana-code-plugins --skill anipy-cli
Clone the repo
git clone --depth 1 https://github.com/Linaqruf/kana-code-plugins

Made for: Claude Code, Codex.

Or install anipy-cli, the plugin that ships this one along with the rest of its 1 skill, 1 command.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for anipy-cli

README.md
[![agentmods](https://agentmods.dev/badge/skills/linaqruf/kana-code-plugins/anipy-cli.svg)](https://agentmods.dev/skills/linaqruf/kana-code-plugins/anipy-cli)
Your own site
<a href="https://agentmods.dev/skills/linaqruf/kana-code-plugins/anipy-cli"><img src="https://agentmods.dev/badge/skills/linaqruf/kana-code-plugins/anipy-cli.svg" alt="Measured on agentmods" height="20"></a>
Per session 153 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,656 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00153 $0.02656
Opus 5 $0.00077 $0.01328
Sonnet 5 $0.00031 $0.00531
Haiku 4.5 $0.00015 $0.00266

Measured 4d ago against content hash 3447e675c8a6, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade B, and why

anipy-cli scanned grade B with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Asks for rootmediumPrivilege escalation

A mod that escalates privileges can change anything on the machine, not only the project.

- Never run anipy-cli with sudo or admin privileges — it doesn't need them
plugins/anipy-cli/skills/anipy-cli/SKILL.md · 174 lines

How it starts

The opening of the file, as written. The whole thing — 174 lines — stays where its author put it; the contents beside it link to each section on GitHub.

anipy-cli — Anime Streaming via Claude Code

Overview

anipy-cli is a Python CLI tool for searching, streaming, and downloading anime. This skill enables Claude Code to act as a natural language interface for anipy-cli on Windows, handling dependency management, player routing, and all CLI operations non-interactively.

Shell Requirement: the Bash Tool (Git Bash)

Run all anipy-cli operations through the Bash tool. On Windows, Claude Code's Bash tool executes the installed Git Bash (MSYS2) — it is a real prerequisite, not bundled. Every procedure in this skill and its references assumes MSYS2 semantics: /c/... drive paths, ~/.local/bin, 2>/dev/null.

PowerShell is NOT a working alternative. The setup and repair flows only work in Git Bash. If a single bare invocation must run in PowerShell for some reason, the env-prefix form is $env:PYTHONIOENCODING='utf-8'; anipy-cli ... 2>&1 — bare invocations only; switch back to the Bash tool for everything else.

Dependency Repair Chain

When a command fails due to a missing or broken dependency, diagnose and repair using this chain. Do NOT run these checks upfront — only when a failure occurs. Each installation or upgrade requires AskUserQuestion confirmation — never install silently.

Repair order:

  1. uvuv --version → if missing, install (see references/setup-guide.md section 1). If both pwsh.exe and powershell.exe install methods fail, STOP and tell the user to install PowerShell 7 from the Microsoft Store, then restart their terminal.
  2. anipy-clianipy-cli --version → if missing, uv tool install anipy-cli
  3. Video player — check mpv (where.exe mpv), then vlc (where.exe vlc + common paths) → if neither found, ask user which to install (see references/setup-guide.md sections 3-5)
  4. Config player_path — run anipy-cli --config-path to get the path, then verify the config file exists. If not, run anipy-cli --version 2>&1 to attempt generation; if config still missing, run a search command like anipy-cli -s "test:1:sub" 2>&1 to trigger full initialization. Then verify player_path matches an installed player, update if needed
  5. Provider drift (installed but broken) — observable signal in output: search matches a title, then stream extraction dies with a one-line A fatal error of type [...] message (e.g., 'NoneType' object is not subscriptable). The detailed traceback is NOT in the output — it goes to the log file at the "Logs can be found at " location printed alongside the error. Read that log to confirm the crash is inside anipy_api/provider/...; if so, the provider's API has likely changed and the installed anipy-cli can no longer parse its responses. Upstream patches provider breakage frequently. Confirm via AskUserQuestion, then uv tool upgrade anipy-cli and retry the original command once. If it still fails after upgrading, the provider may be down or the fix unreleased — see references/troubleshooting.md § Stream extraction crashes.

Read the full file on GitHub · 174 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 174 lines · 153 tokens per session scan B 3447e675c8a6

Subscribe to this mod's changes

anipy-cli is a skill published in the GitHub repository Linaqruf/kana-code-plugins (4 stars, last pushed 2mo ago), licensed MIT. It adds 153 tokens to every session and 2,656 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it B with 1 finding (asks for root). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

demo-assembly

Assembles measured clips and narration into a finished demo video with Remotion — reconciles real durations into a timeline, then renders. Covers the timeline contract, the bundled timeline-driven Remotion project, how to extend or replace it for custom compositions, transitions, camera moves, captions, music ducking…

lukaskellerstein/claude-my-marketplace · 96 tokens

demo-voiceover

Generates demo narration with the ElevenLabs MCP server — one audio file per storyboard section, measured so the editor can cut picture to voice. Covers voice and model selection for product demos, fitting a line to a target duration, pronunciation of product names, optional word-level caption alignment, and music…

lukaskellerstein/claude-my-marketplace · 87 tokens

demo-review

Quality-checks a rendered demo video before it ships — extracts frames, grades each section against its successCriteria, and finds spinners, empty states, clipped text, exposed secrets, audio/video desync, and pacing problems. Use after a draft render, before a final render, or when asked whether a demo video is good…

lukaskellerstein/claude-my-marketplace · 72 tokens

graph-generation

ALWAYS use this skill when the user asks to create, draw, design, produce, or generate any visual asset that is not a photograph or illustration. Fires on words like diagram, chart, graph, flowchart, architecture, system map, topology, sequence diagram, state machine, class diagram, ER diagram, C4, UML, BPMN, mind…

lukaskellerstein/claude-my-marketplace · 309 tokens

image-generation

Generate and work with images using the media-mcp server's generateimage tool. Use when the user asks to create images, generate visuals, make illustrations, create thumbnails, design graphics, produce concept art, create product mockups, or work with reference images. Supports multiple aspect ratios, resolutions up…

lukaskellerstein/claude-my-marketplace · 79 tokens

music-generation

Generate music and instrumental audio using the media-mcp server's generatemusic tool. Use when the user asks to create music, background tracks, sound effects, ambient audio, jingles, or instrumental compositions. Supports weighted text prompts for blending styles, BPM control, musical scale constraints, temperature…

lukaskellerstein/claude-my-marketplace · 67 tokens