Arr-All for Openclaw

A unified command-line interface designed to streamline the management of Radarr, Sonarr, and Lidarr within the Openclaw Skills ecosystem.

rappo
v1.0.0
Feb 9, 2026
3
2.4k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install arr-all

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

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).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Arr-All?

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.

Arr-All Use Cases

  • Centralized management of movies, TV series, and music albums from a single terminal interface.
  • Rapidly checking upcoming releases across all media types using a unified calendar view.
  • Monitoring the operational health and connection status of multiple media servers simultaneously.
  • Executing global searches for content across Radarr, Sonarr, and Lidarr with a single command.
  • Automating media additions and monitoring preferences for new series or artists.

How Arr-All Works

  1. The user provides a command via the Arr-All CLI, specifying the media type (movie, tv, or music) and the desired action.
  2. The skill references the unified configuration file located in the Openclaw Skills directory to retrieve API keys and server URLs.
  3. Using system tools like curl and jq, the skill authenticates with the respective Radarr, Sonarr, or Lidarr API.
  4. The skill processes the API response, formatting the data into human-readable tables or actionable status updates.
  5. For cross-cutting commands like calendar or health, the skill aggregates data from all configured instances to provide a holistic view.

Arr-All Setup

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.

Arr-All Data Schema & Taxonomy

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.

Arr-All Advanced Features

  • Cross-cutting calendar view to see all upcoming movie, TV, and music releases in a single timeline.
  • Global health check command to verify the status and connectivity of all Arr instances at once.
  • Support for advanced TV monitoring options, including specific seasons or latest only tracking.
  • Discography-level monitoring for music artists within Lidarr.
  • Collection-based movie management for Radarr to automate group additions.
  • Seamless integration with the Openclaw Skills framework for easy CLI-based media automation.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*