@majiayu000/lidarr
BSearch and add music to Lidarr. Supports artists, albums, and quality profiles (FLAC preferred).
Install
agr install @majiayu000/lidarr --target claudeWrites 2 files into .claude/skills/, pinned to git-a29d064e.
- .claude/skills/lidarr/SKILL.md
- .claude/skills/lidarr/metadata.json
Document
name: lidarr version: 1.0.0 description: Search and add music to Lidarr. Supports artists, albums, and quality profiles (FLAC preferred). metadata: {"openclaw":{"emoji":"๐ต","requires":{"bins":["curl","jq"]}}}
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 <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
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 <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
Repository README
Describes majiayu000/claude-skill-registry-data as a whole, which may contain artifacts other than this one. Where this artifact had no useful description of its own, its summary was taken from here.
Claude Skill Registry (Data)
This repo contains the archived skill contents (the heavy, browsable skill files).
Canonical layout
- Category folders at repo root (e.g.
development/,documents/,data/, ...) - Each skill lives under a category:
<category>/<skill>/SKILL.md+<category>/<skill>/metadata.json - Case conflicts are resolved with
{name}-{owner}-{repo}suffixes (fallback:-{short-hash}).
Archive status
- Live badges above are sourced from
claude-skill-registry-corestats.json. - Counts in this README are intentionally dynamic, not hardcoded.
- If the badges look stale, refresh the
corebuild/index pipeline rather than editing numbers here.
Where the index + site live
- Core repo: https://github.com/majiayu000/claude-skill-registry-core
- Main repo (merged publish artifact): https://github.com/majiayu000/claude-skill-registry
Trustgrade B
- passBody integrity
Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.
- passType matchnot applicable to this artifact type
Whether the artifact is really the kind of thing its metadata claims it is.
- passFreshness
How long since the source repository was last pushed to.
- passPrompt injection
Scans the artifact's own text for instructions aimed at your agent rather than at you.
- warnLicenseno SPDX license detected
Whether the source repository declares an SPDX license permissive enough to redistribute.
How the grade is calculated
Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:
- Aevery check passed
- Bone warning
- Ctwo warnings
- Dprompt injection or body integrity failed, or three warnings
- Fone of those failed, and something else is wrong
These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged โ not that the artifact is safe.
Versions
git-a29d064e22212026-07-31