# Send Radarr Fixed 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": "radarr-fixed",
    "name": "Radarr Fixed",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/frannunpal/radarr-fixed",
    "canonicalUrl": "https://clawhub.ai/frannunpal/radarr-fixed",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/radarr-fixed",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=radarr-fixed",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "_meta.json",
      "scripts/radarr.sh"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "radarr-fixed",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-07T20:21:55.017Z",
      "expiresAt": "2026-05-14T20:21:55.017Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=radarr-fixed",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=radarr-fixed",
        "contentDisposition": "attachment; filename=\"radarr-fixed-1.0.4.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "radarr-fixed"
      },
      "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/radarr-fixed"
    },
    "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/radarr-fixed",
    "downloadUrl": "https://openagent3.xyz/downloads/radarr-fixed",
    "agentUrl": "https://openagent3.xyz/skills/radarr-fixed/agent",
    "manifestUrl": "https://openagent3.xyz/skills/radarr-fixed/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/radarr-fixed/agent.md"
  }
}
```
## Documentation

### Radarr (Fixed)

⚠️ FORK NOTICE: This is a fork of jordyvandomselaar/radarr with corrected metadata declarations.

Add movies to your Radarr library with collection support.

### Setup

Create ~/.openclaw/credentials/radarr/config.json:

{
  "url": "http://localhost:7878",
  "apiKey": "your-api-key",
  "defaultQualityProfile": 1
}

defaultQualityProfile: Quality profile ID (run config to see options)

### Alternative: Environment Variables

Instead of config file, you can use:

RADARR_URL - Radarr instance URL
RADARR_API_KEY - Radarr API key

### Workflow

Search: search "Movie Name" - returns numbered list
Present results with TMDB links - always show clickable links
Check: User picks a number
Collection prompt: If movie is part of collection, ask user
Add: Add movie or full collection

### Important

Always include TMDB links when presenting search results to user
Format: [Title (Year)](https://themoviedb.org/movie/ID)
Uses defaultQualityProfile from config; can override per-add

### Search for movies

bash scripts/radarr.sh search "Inception"

### Check if movie exists in library

bash scripts/radarr.sh exists <tmdbId>

### Add a movie (searches immediately by default)

bash scripts/radarr.sh add <tmdbId>           # searches right away
bash scripts/radarr.sh add <tmdbId> --no-search  # don't search

### Add full collection (searches immediately by default)

bash scripts/radarr.sh add-collection <collectionTmdbId>
bash scripts/radarr.sh add-collection <collectionTmdbId> --no-search

### Remove a movie

bash scripts/radarr.sh remove <tmdbId>              # keep files
bash scripts/radarr.sh remove <tmdbId> --delete-files  # delete files too

Always ask user if they want to delete files when removing!

### Get root folders & quality profiles (for config)

bash scripts/radarr.sh config

Original skill by jordyvandomselaar. Fork maintained with permission under open source principles.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: frannunpal
- Version: 1.0.4
## 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-07T20:21:55.017Z
- Expires at: 2026-05-14T20:21:55.017Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/radarr-fixed)
- [Send to Agent page](https://openagent3.xyz/skills/radarr-fixed/agent)
- [JSON manifest](https://openagent3.xyz/skills/radarr-fixed/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/radarr-fixed/agent.md)
- [Download page](https://openagent3.xyz/downloads/radarr-fixed)