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.
npx agentmods add skills/linaqruf/kana-code-plugins/anipy-clinpx skills add Linaqruf/kana-code-plugins --skill anipy-cligit clone --depth 1 https://github.com/Linaqruf/kana-code-pluginsWrote 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.
[](https://agentmods.dev/skills/linaqruf/kana-code-plugins/anipy-cli)<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>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.
| Model | Per session | Once 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 |
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 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:
- uv —
uv --version→ if missing, install (seereferences/setup-guide.mdsection 1). If bothpwsh.exeandpowershell.exeinstall methods fail, STOP and tell the user to install PowerShell 7 from the Microsoft Store, then restart their terminal. - anipy-cli —
anipy-cli --version→ if missing,uv tool install anipy-cli - Video player — check mpv (
where.exe mpv), then vlc (where.exe vlc+ common paths) → if neither found, ask user which to install (seereferences/setup-guide.mdsections 3-5) - Config player_path — run
anipy-cli --config-pathto get the path, then verify the config file exists. If not, runanipy-cli --version 2>&1to attempt generation; if config still missing, run a search command likeanipy-cli -s "test:1:sub" 2>&1to trigger full initialization. Then verifyplayer_pathmatches an installed player, update if needed - 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 insideanipy_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 viaAskUserQuestion, thenuv tool upgrade anipy-cliand retry the original command once. If it still fails after upgrading, the provider may be down or the fix unreleased — seereferences/troubleshooting.md§ Stream extraction crashes.
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.
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.
- 4d ago First seen · 174 lines · 153 tokens per session scan B 3447e675c8a6
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.
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…
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…
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…
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…
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…
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…