Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Search and add music to Lidarr. Supports artists, albums, and quality profiles (FLAC preferred).
Search and add music to Lidarr. Supports artists, albums, and quality profiles (FLAC preferred).
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
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.
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.
Add music (artists and albums) to your Lidarr library.
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)
Typically you'll want FLAC: Lossless (FLAC) Lossless 24bit (FLAC 24-bit)
Albums only (recommended) โ just studio albums Standard โ albums + some extras Discography / Everything โ all releases
bash scripts/lidarr.sh search "Artist Name" Returns numbered list with MusicBrainz links.
bash scripts/lidarr.sh exists <foreignArtistId>
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
bash scripts/lidarr.sh list-artist-albums <artistId> Shows all albums with their IDs and monitored status.
bash scripts/lidarr.sh monitor-album <albumId> Monitor and optionally search for a specific album. Options: --no-search โ monitor but don't search yet
bash scripts/lidarr.sh search "KMFDM"
bash scripts/lidarr.sh exists 45074d7c-5307-44a8-854f-ae072e1622ae
bash scripts/lidarr.sh add 45074d7c-5307-44a8-854f-ae072e1622ae
bash scripts/lidarr.sh add 45074d7c-5307-44a8-854f-ae072e1622ae --discography
bash scripts/lidarr.sh list-artist-albums 382
bash scripts/lidarr.sh monitor-album 11116
bash scripts/lidarr.sh list
bash scripts/lidarr.sh refresh <artistId>
bash scripts/lidarr.sh remove <artistId> # keep files bash scripts/lidarr.sh remove <artistId> --delete-files # delete files too
bash scripts/lidarr.sh config
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.