/install lidarr
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. — runconfigto see options)defaultMetadataProfile: Metadata profile ID (albums only, discography, etc. — runconfigto 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
Workflow
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 \x3CforeignArtistId>
3. Add artist
bash scripts/lidarr.sh add \x3CforeignArtistId>
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 \x3CartistId>
Shows all albums with their IDs and monitored status.
5. Monitor specific albums
bash scripts/lidarr.sh monitor-album \x3CalbumId>
Monitor and optionally search for a specific album.
Options:
--no-search— monitor but don't search yet
Commands
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 \x3CartistId>
Remove an artist
bash scripts/lidarr.sh remove \x3CartistId> # keep files
bash scripts/lidarr.sh remove \x3CartistId> --delete-files # delete files too
Get configuration
bash scripts/lidarr.sh config
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install lidarr - After installation, invoke the skill by name or use
/lidarr - Provide required inputs per the skill's parameter spec and get structured output
What is Lidarr?
Search and add music to Lidarr. Supports artists, albums, and quality profiles (FLAC preferred). It is an AI Agent Skill for Claude Code / OpenClaw, with 1550 downloads so far.
How do I install Lidarr?
Run "/install lidarr" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Lidarr free?
Yes, Lidarr is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Lidarr support?
Lidarr is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Lidarr?
It is built and maintained by rappo (@rappo); the current version is v1.0.0.