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
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install anime-download-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/anime-download-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
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,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 155 次。
如何安装 Anime Download Skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install anime-download-skill」即可一键安装,无需额外配置。
Anime Download Skill 是免费的吗?
是的,Anime Download Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Anime Download Skill 支持哪些平台?
Anime Download Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Anime Download Skill?
由 Song Xiaowei(@isongxw)开发并维护,当前版本 v0.3.3。