arr-all
Unified command-line interface for Radarr, Sonarr, and Lidarr. Search, add, and manage movies (Radarr), TV shows (Sonarr), and music (Lidarr) with calendar view and health monitoring.
Why use this skill?
Master your media library with the Arr-All OpenClaw skill. A unified interface to search, add, and monitor movies, TV, and music across your entire stack.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/rappo/arr-allWhat This Skill Does
The arr-all skill serves as a comprehensive, unified command-line interface for managing your media library across the entire *Arr stack: Radarr (movies), Sonarr (TV shows), and Lidarr (music). Instead of interacting with three distinct APIs or web interfaces, arr-all consolidates your media management into a single, intuitive workflow. It allows you to search for new content, monitor existing libraries, check upcoming release calendars, and perform health diagnostics on your server instances. By supporting both a unified configuration file and legacy individual configs, it integrates seamlessly into existing environments while providing a streamlined interface for automated media organization.
Installation
To add this skill to your OpenClaw agent, execute the following command in your terminal:
clawhub install openclaw/skills/skills/rappo/arr-all
Once installed, ensure you have configured your server credentials. You can create a unified config file located at ~/.openclaw/credentials/arr-all/config.json. This file should contain the URL, API key, and profile defaults for each of your Radarr, Sonarr, and Lidarr instances. If you prefer to keep existing configurations, the skill will automatically detect your legacy setups in the ~/.openclaw/credentials/ directory.
Use Cases
- Automated Library Expansion: Quickly search for and add high-quality media to your local servers without switching browser tabs.
- Centralized Health Monitoring: Perform a single check to verify that your downloaders, indexers, and servers are communicating correctly.
- Upcoming Release Tracking: Stay ahead of your content schedule by viewing a consolidated calendar across all media types in one terminal view.
- Complex Media Handling: Manage specific TV seasons or musical discographies with ease using specialized CLI flags that bypass the manual web interface steps.
Example Prompts
- "OpenClaw, search for the movie 'Dune' and add the first result to my Radarr list."
- "What is being released on my media server in the next 5 days?"
- "Check the health status of all my media services to ensure Sonarr and Lidarr are running."
Tips & Limitations
- Unified Search: Use the
arr-all search "Query"command to query all three services at once, saving time when you aren't sure which specific application handles a particular item. - Cleanup: Always use the
--delete-filesflag with theremovecommand if you intend to clear the physical media from your storage drives along with the database entry. - Limitations: This tool requires active network access to your self-hosted instances. It cannot bypass API authentication; ensure your API keys have sufficient permissions to modify your media databases.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-rappo-arr-all": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-read, file-write, external-api