Media & StreamingDocumentedScanned
radarr
Search and add movies to Radarr.
Share:
Installation
npx clawhub@latest install radarrView the full skill documentation and source below.
Documentation
Radarr
Add movies to your Radarr library with collection support.
Setup
Create ~/.clawdbot/credentials/radarr/config.json:
{
"url": "",
"apiKey": "your-api-key",
"defaultQualityProfile": 1
}defaultQualityProfile: Quality profile ID (runconfigto see options)
Workflow
search "Movie Name" - returns numbered listImportant
- Always include TMDB links when presenting search results to user
- Format:
[Title (Year)]() - Uses
defaultQualityProfilefrom config; can override per-add
Commands
Search for movies
bash scripts/radarr.sh search "Inception"
Check if movie exists in library
bash scripts/radarr.sh exists <tmdbId>
Add a movie (searches immediately by default)
bash scripts/radarr.sh add <tmdbId> # searches right away
bash scripts/radarr.sh add <tmdbId> --no-search # don't search
Add full collection (searches immediately by default)
bash scripts/radarr.sh add-collection <collectionTmdbId>
bash scripts/radarr.sh add-collection <collectionTmdbId> --no-search
Remove a movie
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!
Get root folders & quality profiles (for config)
bash scripts/radarr.sh config