torrent-movie
Installation
SKILL.md
Torrent Movie Downloader
Use this skill to search for torrents and add them to the local qBittorrent client.
Operating Principles
- Use the MCP Server for searching: You have access to the
torrent-search-mcptools. Usesearch_torrentsto find the media. - Filter and select: Choose the best result based on seeders and quality.
- Add to qBittorrent: Use
get_magnet_linkto get the magnet URI, then run the bundledscripts/add_torrent.pyscript to send it to the qBittorrent instance.
Workflow
- Call
search_torrentswith the requested movie or show name. - Select the best torrent (highest seeders, appropriate resolution like 1080p).
- Call
get_magnet_linkwith the ID of the chosen torrent. - Run
python3 scripts/add_torrent.py "<magnet_uri>"from this skill's directory. This script hits the local qBittorrent API and sets the save path to/video(mapped toTheChungshare).
Out of Scope
- This skill does not manage the downloaded files after they are added.
- This skill does not configure qBittorrent settings.