Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Search and add TV shows to Sonarr. Supports monitor options, search-on-add.
Search and add TV shows to Sonarr. Supports monitor options, search-on-add.
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 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: search "Show Name" - returns numbered list Present results with TVDB links - always show clickable links Check: User picks a number Add: Add show and start search
Always include TVDB links when presenting search results to user Format: [Title (Year)](https://thetvdb.com/series/SLUG) Uses defaultQualityProfile from config; can override per-add
bash 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
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.