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.
Unified interface for Radarr (movies), Sonarr (TV), and Lidarr (music).
You can use a unified config file or existing individual configs.
**Unified Config (Preferred):**
Create `~/.openclaw/credentials/arr-all/config.json`:
```json
{
"radarr": {
"url": "http://localhost:7878",
"apiKey": "...",
"defaultQualityProfile": 1
},
"sonarr": {
"url": "http://localhost:8989",
"apiKey": "...",
"defaultQualityProfile": 1,
"defaultSeriesType": "standard"
},
"lidarr": {
"url": "http://localhost:8686",
"apiKey": "...",
"defaultQualityProfile": 2,
"defaultMetadataProfile": 7
}
}
```
**Legacy Configs:**
Existing configs at `~/.openclaw/credentials/{radarr,sonarr,lidarr}/config.json` are also supported.
Command format: `arr-all <type> <action> [args]`
All media types support these core commands:
**Movies (Radarr):**
**TV (Sonarr):**
**Music (Lidarr):**
**Add a Movie:**
```bash
arr-all movie search "Dune"
arr-all movie add 438631
```
**Check Calendar:**
```bash
arr-all calendar
```
**Check Health:**
```bash
arr-all health
```
Leave a review
No reviews yet. Be the first to review this skill!