A unified command-line interface designed to streamline the management of Radarr, Sonarr, and Lidarr within the Openclaw Skills ecosystem.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install arr-all
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 arr-all using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Arr-All provides a powerful, centralized interface for interacting with the Arr suite of media management tools. By consolidating Radarr (movies), Sonarr (TV shows), and Lidarr (music) into a single command-line tool, users can efficiently manage their entire digital library without switching between different web interfaces or complex scripts. This skill simplifies the process of searching, adding, and monitoring media content, making it an essential addition to any Openclaw Skills collection for home lab enthusiasts.
Whether you are looking to quickly check your release calendar, monitor the health of your media servers, or perform cross-platform searches, Arr-All leverages the flexibility of Openclaw Skills to provide a cohesive experience. It abstracts the complexity of individual API interactions into a set of intuitive, cross-cutting commands that work seamlessly across different media types.
To begin using this skill within your Openclaw Skills environment, ensure you have curl and jq installed. Create a unified configuration file at ~/.openclaw/credentials/arr-all/config.json with your server details:
{
"radarr": {
"url": "http://localhost:7878",
"apiKey": "YOUR_API_KEY",
"defaultQualityProfile": 1
},
"sonarr": {
"url": "http://localhost:8989",
"apiKey": "YOUR_API_KEY",
"defaultQualityProfile": 1,
"defaultSeriesType": "standard"
},
"lidarr": {
"url": "http://localhost:8686",
"apiKey": "YOUR_API_KEY",
"defaultQualityProfile": 2,
"defaultMetadataProfile": 7
}
}
You can also rely on legacy individual configuration files if they already exist in the Openclaw Skills credentials folder.
The skill organizes its configuration and operational logic using a structured JSON format. Below is the data organization:
| Component | Location/Format | Description |
|---|---|---|
| Unified Config | ~/.openclaw/credentials/arr-all/config.json | Stores API endpoints and keys for all three services. |
| Legacy Config | ~/.openclaw/credentials/{service}/config.json | Fallback configuration for individual service instances. |
| Metadata | YAML Header | Defines versioning and system dependencies like jq and curl. |
| Command Logic | arr-all |
Hierarchical command structure for targeted media management. |
Loading
A powerful image generation tool that leverages xAI's Grok API to create visuals directly within your AI agent workflow.

A comprehensive repository of technical analysis, market structure, and trading psychology for informed market participation.

A professional-grade technical analysis engine that calculates indicators, detects chart patterns, and generates trading signals using CCXT market data.

A cross-platform dependency validator designed to ensure all system-level and project-level requirements are met for Openclaw Skills.

A powerful integration to query and analyze bird sound detections from your local BirdNET-Go identification system.

A powerful music automation skill for searching, adding, and monitoring artists and albums within Lidarr.








































