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

### Lidarr

Add music (artists and albums) to your Lidarr library.

### Setup

Create ~/.clawdbot/credentials/lidarr/config.json:

{
  "url": "http://192.168.1.50:8686",
  "apiKey": "efbd6c29db184911a7b0f4707ae8f10f",
  "defaultQualityProfile": 2,
  "defaultMetadataProfile": 7
}

defaultQualityProfile: Quality profile ID (FLAC, MP3, etc. — run config to see options)
defaultMetadataProfile: Metadata profile ID (albums only, discography, etc. — run config to see options)

### Quality Profiles

Typically you'll want FLAC:

Lossless (FLAC)
Lossless 24bit (FLAC 24-bit)

### Metadata Profiles

Albums only (recommended) — just studio albums
Standard — albums + some extras
Discography / Everything — all releases

### 1. Search for an artist

bash scripts/lidarr.sh search "Artist Name"

Returns numbered list with MusicBrainz links.

### 2. Check if artist exists

bash scripts/lidarr.sh exists <foreignArtistId>

### 3. Add artist

bash scripts/lidarr.sh add <foreignArtistId>

If artist already exists, this will monitor them instead of failing.

Options:

--discography — add full discography instead of albums only
--no-search — don't search immediately

### 4. List albums for an artist

bash scripts/lidarr.sh list-artist-albums <artistId>

Shows all albums with their IDs and monitored status.

### 5. Monitor specific albums

bash scripts/lidarr.sh monitor-album <albumId>

Monitor and optionally search for a specific album.

Options:

--no-search — monitor but don't search yet

### Search for artists

bash scripts/lidarr.sh search "KMFDM"

### Check if artist exists

bash scripts/lidarr.sh exists 45074d7c-5307-44a8-854f-ae072e1622ae

### Add an artist (FLAC + albums only by default)

bash scripts/lidarr.sh add 45074d7c-5307-44a8-854f-ae072e1622ae

### Add with full discography

bash scripts/lidarr.sh add 45074d7c-5307-44a8-854f-ae072e1622ae --discography

### List albums for an artist

bash scripts/lidarr.sh list-artist-albums 382

### Monitor a specific album

bash scripts/lidarr.sh monitor-album 11116

### List your library

bash scripts/lidarr.sh list

### Refresh artist metadata

bash scripts/lidarr.sh refresh <artistId>

### Remove an artist

bash scripts/lidarr.sh remove <artistId>              # keep files
bash scripts/lidarr.sh remove <artistId> --delete-files  # delete files too

### Get configuration

bash scripts/lidarr.sh config
## 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-04T23:30:54.107Z
- Expires at: 2026-05-11T23:30:54.107Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/lidarr)
- [Send to Agent page](https://openagent3.xyz/skills/lidarr/agent)
- [JSON manifest](https://openagent3.xyz/skills/lidarr/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/lidarr/agent.md)
- [Download page](https://openagent3.xyz/downloads/lidarr)