← Back to Skills Marketplace
isongxw

Anime Download Skill

by Song Xiaowei · GitHub ↗ · v0.3.3 · MIT-0
cross-platform ⚠ suspicious
155
Downloads
0
Stars
0
Active Installs
10
Versions
Install in OpenClaw
/install anime-download-skill
Description
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,...
README (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
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install anime-download-skill
  3. After installation, invoke the skill by name or use /anime-download-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug anime-download-skill
Version 0.3.3
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 10
Frequently Asked Questions

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.

💬 Comments