From sundial-org-awesome-openclaw-skills-4
Searches for TV shows on TheTVDB and adds them to a Sonarr library with configurable quality profiles and monitor options.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sundial-org-awesome-openclaw-skills-4:sonarrThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Add TV shows to your Sonarr library.
Add TV shows to your Sonarr library.
Create ~/.clawdbot/credentials/sonarr/config.json:
{
"url": "http://localhost:8989",
"apiKey": "your-api-key",
"defaultQualityProfile": 1
}
defaultQualityProfile: Quality profile ID (run config to see options)search "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
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4Manages Sonarr TV show library: search by name, add with quality profiles/monitor options/search-on-add, check existence, remove with optional file deletion, view configs.
Search and add movies to Radarr with collection support. Also remove, config, and search-on-add option.
Guides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.