This wraps the MoviePilot media server API so Claude can search TMDB, find torrents, manage downloads, and handle subscriptions. It's built for the full workflow: search a movie or show, filter torrent results by resolution and free status, check if you already have it in your library, then queue it up. The command discovery pattern is smart, you run `show <command>` before calling anything so you're not guessing parameter names. The workflows section walks through common sequences like validating TV season numbers against TMDB's weird multi-part season structure. If you're running MoviePilot and want conversational control over your media automation, this covers the main surface area without making you remember the API.
npx skills add https://github.com/jxxghp/moviepilot --skill moviepilot-cli