Install
openclaw skills install anime-download-skillUse when the user asks to search anime torrents, download anime episodes, find anime resources, or browse miobt.com. Triggers on keywords like search anime, download anime, anime torrent, 番剧, 动漫下载, 磁力链接, magnet.
openclaw skills install anime-download-skillSearch and download anime torrents from miobt.com.
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"
--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 "KEYWORD" — search torrents by keyword, prints results to stdout
uvx anicatch --search "Demon Slayer"
uvx anicatch --search "鬼灭之刃"
--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
--download "URL"-o <dir> to specify a custom download directory