From sundial-org-awesome-openclaw-skills-4
Search and add movies to Radarr with collection support. Also remove, config, and search-on-add option.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sundial-org-awesome-openclaw-skills-4:radarrThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Add movies to your Radarr library with collection support.
Add movies to your Radarr library with collection support.
Create ~/.clawdbot/credentials/radarr/config.json:
{
"url": "http://localhost:7878",
"apiKey": "your-api-key",
"defaultQualityProfile": 1
}
defaultQualityProfile: Quality profile ID (run config to see options)search "Movie Name" - returns numbered list[Title (Year)](https://themoviedb.org/movie/ID)defaultQualityProfile from config; can override per-addbash scripts/radarr.sh search "Inception"
bash scripts/radarr.sh exists <tmdbId>
bash scripts/radarr.sh add <tmdbId> # searches right away
bash scripts/radarr.sh add <tmdbId> --no-search # don't search
bash scripts/radarr.sh add-collection <collectionTmdbId>
bash scripts/radarr.sh add-collection <collectionTmdbId> --no-search
bash scripts/radarr.sh remove <tmdbId> # keep files
bash scripts/radarr.sh remove <tmdbId> --delete-files # delete files too
Always ask user if they want to delete files when removing!
bash scripts/radarr.sh config
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4Manages Radarr movie library: search/add/remove individual movies or collections, check existence, view quality profiles/root folders via bash API scripts.
Searches for TV shows on TheTVDB and adds them to a Sonarr library with configurable quality profiles and monitor options.
Searches The Pirate Bay for torrents and extracts magnet links via the apibay.org JSON API. Supports smart search, TV season lookup, and direct magnet grabbing.