An automation skill for searching and managing TV show libraries within Sonarr via AI agent commands.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install sonarr
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install sonarr using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Sonarr skill for Openclaw Skills provides a robust interface for interacting with Sonarr's media management API. It allows users to programmatically search for television series, add them to their library with specific quality profiles, and manage existing content through an AI-driven workflow. By leveraging Openclaw Skills, developers can integrate their media stack into broader automation routines, making it easier than ever to keep a library synchronized and updated.
This skill is designed for home lab enthusiasts and developers who want to move beyond manual web UI interactions. It streamlines the discovery and acquisition process by providing direct TVDB metadata integration, ensuring that the AI agent always presents accurate and clickable series information for user confirmation.
To use this skill within Openclaw Skills, ensure you have curl and jq installed on your host machine. You must create a configuration file located at ~/.clawdbot/credentials/sonarr/config.json with your specific connection details:
{
"url": "http://localhost:8989",
"apiKey": "your-api-key",
"defaultQualityProfile": 1
}
To find your available quality profile IDs and root folder paths, execute the following command:
bash scripts/sonarr.sh config
The skill interacts with Sonarr's internal database and TVDB metadata. Data is organized as follows:
| Attribute | Description |
|---|---|
| tvdbId | The primary unique identifier for matching and adding series. |
| defaultQualityProfile | The integer ID representing the resolution and file size preferences. |
| URL | The endpoint of your Sonarr instance (local or remote). |
| apiKey | The authentication token found in Sonarr's General Settings. |
| Slug | Used to generate direct clickable links to thetvdb.com series pages. |
Loading
A framework to generate autonomous bash scripts that run AI coding agents in continuous planning and building loops.

A high-performance neural search engine integration that allows AI agents to perform deep, category-specific web research and full-text content extraction.

A comprehensive map and travel planning skill for managing locations, spots, and daily itineraries.

A versatile tool for downloading YouTube video thumbnails in multiple resolutions and formats using yt-dlp.

A specialized automation tool to programmatically manage GitLab repositories, merge requests, and issues through a direct API interface.

A professional automation skill for managing Google Photos libraries, enabling programmatic uploads, album creation, and library indexing.








































