← 返回 Skills 市场
isongxw

Anime Download Skill

作者 Song Xiaowei · GitHub ↗ · v0.3.3 · MIT-0
cross-platform ⚠ suspicious
155
总下载
0
收藏
0
当前安装
10
版本数
在 OpenClaw 中安装
/install 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,...
使用说明 (SKILL.md)

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
安全使用建议
Before installing, make sure you are comfortable running uvx/pipx-installed third-party code and using BitTorrent. Approve first-time setup explicitly, keep downloads in a chosen folder, and verify the legality and trustworthiness of any torrents you ask the agent to download.
功能分析
Type: OpenClaw Skill Name: anime-download-skill Version: 0.3.3 The skill instructions in SKILL.md direct the agent to execute a high-risk `curl | sh` command to install the `uv` tool from `astral.sh`. While this is the official installation method for a legitimate utility, executing remote scripts directly in a shell is a significant security risk for automated agents. Additionally, the skill relies on `uvx` to fetch and execute the `anicatch` package from PyPI, which introduces supply chain risks, and facilitates BitTorrent downloads involving unverified peer-to-peer network connections.
能力评估
Purpose & Capability
The stated purpose, README, and SKILL.md consistently describe searching and downloading anime torrents from miobt.com; users should notice that this intentionally performs torrent search/download activity.
Instruction Scope
The instructions are ordinary command examples for browse, search, and download workflows, with no hidden prompt override, deceptive role change, or forced autonomous behavior in the provided artifacts.
Install Mechanism
There is no install spec or bundled code, but runtime use depends on uvx/pipx fetching the external anicatch package and optionally installing uv via a remote shell installer.
Credentials
Network access to miobt.com, BitTorrent DHT/trackers, and local file writes to user-selected output directories are proportionate to the stated download purpose but should be user-controlled.
Persistence & Privilege
No credentials, tokens, or elevated privileges are requested, but uv/pipx package installs and uv cache entries can persist after use.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install anime-download-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /anime-download-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.3.3
- Added instructions and examples for using the -o flag to specify a custom download directory. - Clarified download command usage for both direct URL and search-based downloads. - Improved examples for common use cases.
v0.3.2
- Consolidated documentation: redundant README.md, SKILL.md, and _meta.json files were removed. - All documentation is now centered in the main README.md for easier maintenance. - No functional or command changes in this release.
v0.3.1
- Added installation instructions for the required `uvx` tool, including a fallback `pipx` method. - Updated and reorganized documentation for improved clarity. - Added new README, SKILL.md, and metadata files under a nested directory structure.
v0.3.0
- Initial skill documentation files added: README.md, SKILL.md, and _meta.json. - Updated command usage examples to remove explicit git+https installation—now uses plain `uvx anicatch ...` commands for simpler usage. - No changes to skill functionality; documentation improved for clarity and ease of use.
v0.2.2
- Clarified and reorganized commands section with separate "Browse", "Search", and "Download" instructions. - Added command explanations and inline usage examples for each function. - Updated tips to specify direct download from detail page URLs. - Improved formatting for easier reading and comprehension.
v0.2.1
Version 0.2.1 of anime-download-skill - No file changes detected in this release. - Functionality and documentation remain unchanged.
v0.2.0
Expanded commands and season functionality: - Added new commands for downloading directly from URL, listing seasons, and downloading specific season content. - Updated command syntax: `--download` accepts a miobt.com URL. - Introduced `--seasons` to list all available seasons and `--season` for fetching or downloading a specific season. - Clarified that `--season` with no index uses the current season by default. - Added usage tips for new season-related features.
v0.1.2
- Added a new command to allow searching by direct miobt.com URL: `uvx --from git+https://github.com/isongxw/anicatch.git anicatch --url "https://miobt.com/show-xxx.html"` - Updated documentation to include the new `--url` command usage.
v0.1.1
- Results now print directly to stdout; no JSON parsing required. - Improved documentation to clarify output format in the Tips section. - No changes to commands or skill triggers.
v0.1.0
- Initial release of anime-download-skill (v0.1.0). - Enables searching and downloading anime torrents from miobt.com using simple commands. - Supports both English and Chinese keywords for broad search compatibility. - First-time use may require downloading dependencies; subsequent searches are faster. - Provides magnet links and BitTorrent download support with DHT and tracker fallback.
元数据
Slug anime-download-skill
版本 0.3.3
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 10
常见问题

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。

💬 留言讨论