Jump to related tools in the same category or review the original source on GitHub.

Media & Streaming @jordyvandomselaar Updated 2/26/2026

📺 Sonarr OpenClaw Skill - ClawHub

Do you want your AI agent to automate Sonarr workflows? This free skill from ClawHub helps with media & streaming tasks without building custom tools from scratch.

What this skill does

Search and add TV shows to Sonarr. Supports monitor options, search-on-add.

Install

npx clawhub@latest install sonarr

Full SKILL.md

Open original
nameversiondescription
sonarr1.0.0Search and add TV shows to Sonarr. Supports monitor options, search-on-add.

Sonarr

Add TV shows to your Sonarr library.

Setup

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)

Workflow

  1. Search: search "Show Name" - returns numbered list
  2. Present results with TVDB links - always show clickable links
  3. Check: User picks a number
  4. Add: Add show and start search

Important

  • 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

Commands

Search for shows

bash scripts/sonarr.sh search "Breaking Bad"

Check if show exists in library

bash scripts/sonarr.sh exists <tvdbId>

Add a show (searches immediately by default)

bash scripts/sonarr.sh add <tvdbId>              # searches right away
bash scripts/sonarr.sh add <tvdbId> --no-search  # don't search

Remove a show

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!

Get root folders & quality profiles (for config)

bash scripts/sonarr.sh config
Original URL: https://github.com/openclaw/skills/blob/main/skills/jordyvandomselaar/sonarr

Related skills

If this matches your use case, these are close alternatives in the same category.