Install
openclaw skills install sonarr-fixedSearch and add TV shows to Sonarr. Supports monitor options, search-on-add. FORK of jordyvandomselaar/sonarr with fixed metadata.
openclaw skills install sonarr-fixed⚠️ FORK NOTICE: This is a fork of jordyvandomselaar/sonarr with corrected metadata declarations.
Add TV shows to your Sonarr library.
Create ~/.openclaw/credentials/sonarr/config.json:
{
"url": "http://localhost:8989",
"apiKey": "your-api-key",
"defaultQualityProfile": 1
}
defaultQualityProfile: Quality profile ID (run config to see options)Instead of config file, you can use:
SONARR_URL - Sonarr instance URLSONARR_API_KEY - Sonarr API keysearch "Show Name" - returns numbered list[Title (Year)](https://thetvdb.com/series/SLUG)defaultQualityProfile from config; can override per-addbash scripts/sonarr.sh search "Breaking Bad"
bash scripts/sonarr.sh exists <tvdbId>
bash scripts/sonarr.sh add <tvdbId> # searches right away
bash scripts/sonarr.sh add <tvdbId> --no-search # don't search
bash scripts/sonarr.sh remove <tvdbId> # keep files
bash scripts/sonarr.sh remove <tvdbId> --delete-files # delete files too
Always ask user if they want to delete files when removing!
bash scripts/sonarr.sh config
Original skill by jordyvandomselaar. Fork maintained with permission under open source principles.