Install
openclaw skills install radarr-fixedSearch and add movies to Radarr. Supports collections, search-on-add option. FORK of jordyvandomselaar/radarr with fixed metadata.
openclaw skills install radarr-fixed⚠️ FORK NOTICE: This is a fork of jordyvandomselaar/radarr with corrected metadata declarations.
Add movies to your Radarr library with collection support.
Create ~/.openclaw/credentials/radarr/config.json:
{
"url": "http://localhost:7878",
"apiKey": "your-api-key",
"defaultQualityProfile": 1
}
defaultQualityProfile: Quality profile ID (run config to see options)Instead of config file, you can use:
RADARR_URL - Radarr instance URLRADARR_API_KEY - Radarr API keysearch "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
Original skill by jordyvandomselaar. Fork maintained with permission under open source principles.