torrent-search
Installation
SKILL.md
Torrent Search
Search any Torznab-compatible indexer (e.g. bitmagnet) for torrents by title or IMDB ID. Returns magnet links, file sizes, seeders, resolution, and codec.
When to use
- User asks to find a torrent for a movie, TV show, or any other content
- User provides an IMDB ID (e.g.
tt1234567) and wants download options - You need to programmatically retrieve a magnet link for a given title
- User asks to compare available qualities (720p, 1080p, 2160p) for a release
Required tools / APIs
curl— HTTP requests (pre-installed on most systems)jq— JSON parsing (used after XML→JSON conversion)xmllint— XML parsing (optional, fromlibxml2-utils)- A running Torznab endpoint — examples use
https://bitmagnetfortheweebs.midnightignite.me/torznab/api
Install options: