Anime Download Skill
/install anime-download-skill
AniCatch
Search and download anime torrents from miobt.com.
Prerequisites
Check if uvx is available. If not, install it first:
# macOS / Linux
curl -LsSf https://astral.sh/uv/install.sh | sh
# Or use pipx as fallback
pipx install anicatch && anicatch --search "KEYWORD"
Commands
Browse
--seasons — list all available seasons (current marked with ←)
uvx anicatch --seasons
--season — browse anime airing this season, grouped by day of week
uvx anicatch --season
--season 2 — browse a specific season by index (use --seasons to find the index)
uvx anicatch --season 2
Search
--search "KEYWORD" — search torrents by keyword, prints results to stdout
uvx anicatch --search "Demon Slayer"
uvx anicatch --search "鬼灭之刃"
Download
--download "URL" — download torrent directly from a detail page URL
uvx anicatch --download "https://miobt.com/show-xxx.html"
uvx anicatch --download "https://miobt.com/show-xxx.html" -o ~/Downloads
--search "KEYWORD" --download — search and download
uvx anicatch --search "Demon Slayer" --download --index 0
uvx anicatch --search "Demon Slayer" --download -o ~/Videos
--season --download — download from current season
uvx anicatch --season --download --index 3
Tips
- Results print directly to stdout — read the output, no JSON parsing needed
- English keywords give broader results ("Demon Slayer" over "鬼灭之刃")
- First run downloads ~33 packages into uv cache; subsequent runs are instant
- Downloads use BitTorrent with DHT and public tracker fallback
- When downloading from search results, copy the detail page URL and use
--download "URL" - Use
-o \x3Cdir>to specify a custom download directory
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install anime-download-skill - After installation, invoke the skill by name or use
/anime-download-skill - Provide required inputs per the skill's parameter spec and get structured output
What is Anime Download Skill?
Use when the user asks to search anime torrents, download anime episodes, find anime resources, or browse miobt.com. Triggers on keywords like search anime,... It is an AI Agent Skill for Claude Code / OpenClaw, with 155 downloads so far.
How do I install Anime Download Skill?
Run "/install anime-download-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Anime Download Skill free?
Yes, Anime Download Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Anime Download Skill support?
Anime Download Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Anime Download Skill?
It is built and maintained by Song Xiaowei (@isongxw); the current version is v0.3.3.