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, download anime, anime torrent, 番剧, 动漫下载, 磁力链接, magnet.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "anime-download-skill" with this command: npx skills add isongxw/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 <dir> to specify a custom download directory

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Ling Mem

Durable memory across sessions — a model of who the user is, not a log of what was done. Markdown core plus a RAG store via the `ling-mem` daemon. Same seman...

Registry SourceRecently Updated
General

Ai Bug Report Snapshot Card

Creates a tester-ready bug report snapshot with repro steps, environment, evidence inventory, impact, redaction notes, and open questions while keeping scree...

Registry SourceRecently Updated
General

Document Signature Packet Builder

Organizes document signing instructions into a clear checklist detailing signatures, dates, witnesses, attachments, logistics, and confirmation items for smo...

Registry SourceRecently Updated
General

MEV Engine

MEV Engine v6.5 — Minimal-enforcement task execution framework. 1 preflight command + 9 gates with trust-but-verify validation.

Registry SourceRecently Updated