Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Search and add movies to Radarr. Supports collections, search-on-add option.
Search and add movies to Radarr. Supports collections, search-on-add option.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
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: search "Movie Name" - returns numbered list Present results with TMDB links - always show clickable links Check: User picks a number Collection prompt: If movie is part of collection, ask user Add: Add movie or full collection
Always include TMDB links when presenting search results to user Format: [Title (Year)](https://themoviedb.org/movie/ID) Uses defaultQualityProfile from config; can override per-add
bash 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
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.