Install
openclaw skills install radarrSearch and add movies to Radarr. Supports collections, search-on-add option.
openclaw skills install radarrAdd 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