# Send arr-all to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "arr-all",
    "name": "arr-all",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/rappo/arr-all",
    "canonicalUrl": "https://clawhub.ai/rappo/arr-all",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/arr-all",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=arr-all",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "hooks/health-check.sh",
      "scripts/arr-all.sh",
      "scripts/arr-all-calendar.sh",
      "scripts/lib/common.sh",
      "scripts/lib/radarr.sh"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "arr-all",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-01T19:42:03.856Z",
      "expiresAt": "2026-05-08T19:42:03.856Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=arr-all",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=arr-all",
        "contentDisposition": "attachment; filename=\"arr-all-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "arr-all"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/arr-all"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/arr-all",
    "downloadUrl": "https://openagent3.xyz/downloads/arr-all",
    "agentUrl": "https://openagent3.xyz/skills/arr-all/agent",
    "manifestUrl": "https://openagent3.xyz/skills/arr-all/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/arr-all/agent.md"
  }
}
```
## Documentation

### Arr-All

Unified interface for Radarr (movies), Sonarr (TV), and Lidarr (music).

### Configuration

You can use a unified config file or existing individual configs.

Unified Config (Preferred):
Create ~/.openclaw/credentials/arr-all/config.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.

### Usage

Command format: arr-all <type> <action> [args]

### Common Commands

All media types support these core commands:

Search: arr-all [movie|tv|music] search "Query"
Add: arr-all [movie|tv|music] add <id>
Check: arr-all [movie|tv|music] exists <id>
Remove: arr-all [movie|tv|music] remove <id> [--delete-files]
Config: arr-all [movie|tv|music] config

### Cross-Cutting Commands

Calendar: arr-all calendar [days=7] (Upcoming releases)
Health: arr-all health (Status of all apps)
Status: arr-all status (Connection status)
Combined Search: arr-all search "Query" (Searches all three)

### Type-Specific Features

Movies (Radarr):

arr-all movie add-collection <id>
arr-all movie collections

TV (Sonarr):

arr-all tv add <id> [--monitor latest|all|none|seasons:1,2]
arr-all tv seasons <id>
arr-all tv monitor-season <id> <season>

Music (Lidarr):

arr-all music add <id> [--discography]
arr-all music albums <id>
arr-all music monitor-album <id>

### Examples

Add a Movie:

arr-all movie search "Dune"
arr-all movie add 438631

Check Calendar:

arr-all calendar

Check Health:

arr-all health
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: rappo
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-01T19:42:03.856Z
- Expires at: 2026-05-08T19:42:03.856Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/arr-all)
- [Send to Agent page](https://openagent3.xyz/skills/arr-all/agent)
- [JSON manifest](https://openagent3.xyz/skills/arr-all/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/arr-all/agent.md)
- [Download page](https://openagent3.xyz/downloads/arr-all)