radarrSearch and add movies to Radarr. Supports collections, search-on-add option.
Install via ClawdBot CLI:
clawdbot install jordyvandomselaar/radarrRequires:
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 listTitle (Year)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
Generated Mar 1, 2026
A user with a personal media server uses Radarr to automate movie downloads and library organization. They search for new releases or classic films, add them with quality profiles, and manage collections like trilogies, ensuring their Plex or Jellyfin server stays updated without manual file handling.
A small production company or library uses Radarr to curate a digital movie archive for internal use or public access. They search for educational or licensed films, add them in bulk via collections, and manage storage with removal options, streamlining content acquisition and compliance checks.
A niche streaming platform employs Radarr to source and organize movies for their catalog. Operators search for titles based on genre or popularity, add them with specific quality settings for optimal streaming, and use collection features to group related films, enhancing user experience and content discovery.
A film club or community theater uses Radarr to manage a shared movie library for screenings and discussions. Members search for films to add, leverage collection support for thematic series, and coordinate removals with file deletion prompts, facilitating collaborative curation and event planning.
Offer a service where users pay a monthly fee to have their Radarr instance managed, including automated searches, quality profile optimization, and library organization. Revenue comes from subscriptions, with tiers based on library size or support levels, targeting home users and small businesses.
Provide one-time or ongoing consulting to set up and customize Radarr for clients, such as media companies or educational institutions. Revenue is generated through project-based fees or hourly rates, focusing on integration with existing systems and workflow automation.
Develop and license a customized version of this Radarr skill as part of a larger media management platform for enterprises. Revenue comes from licensing fees or SaaS offerings, enabling clients to brand and scale the tool for internal or customer-facing applications.
π¬ Integration Tip
Ensure the Radarr API key and URL are correctly configured in the credentials file, and verify that required binaries like curl and jq are installed on the system for smooth script execution.
Terminal Spotify playback/search via spogo (preferred) or spotify_player.
Search GIF providers with CLI/TUI, download results, and extract stills/sheets.
Download videos from YouTube, Bilibili, Twitter, and thousands of other sites using yt-dlp. Use when the user provides a video URL and wants to download it, extract audio (MP3), download subtitles, or select video quality. Triggers on phrases like "δΈθ½½θ§ι’", "download video", "yt-dlp", "YouTube", "Bη«", "ζι³", "ζει³ι’", "extract audio".
Control Spotify playback on macOS. Play/pause, skip tracks, control volume, play artists/albums/playlists. Use when a user asks to play music, control Spotify, change songs, or adjust Spotify volume.
Search and add TV shows to Sonarr. Supports monitor options, search-on-add.
A robust CLI wrapper for yt-dlp to download videos, playlists, and audio from YouTube and thousands of other sites. Supports format selection, quality control, metadata embedding, and cookie authentication.