Files
magnus919_agent-skills/lidarr-cli/README.md
T
Magnus Hedemark 738ec715e7 Add human-focused README.md to every skill and bundle directory
Each README is written for a human audience, explaining:
- What the skill does (not what format it follows)
- What benefit the user gets from installing it
- Quick setup and usage patterns
- When to load/trigger the skill
- What scripts, references, and templates it ships

data-scientist already had a README — left unchanged.

48 READMEs added across all skill and bundle directories.
2026-07-09 22:30:12 -04:00

1.2 KiB

Lidarr Music Library Management

Manage your Lidarr music library from the terminal — search and browse artists and albums, add new artists, check calendars, view queue and download history.

Why Install This Skill

When your agent loads this skill, it can manage your entire music library through Lidarr. That means:

  • List artists and albums — browse your curated music collection
  • Add new artists — search and add with MusicBrainz IDs
  • Track upcoming albums — calendar for scheduled releases
  • Monitor downloads — queue, history, wanted/ missing albums
  • Check profiles — quality and metadata profiles

What You Get

Directory Purpose
SKILL.md Complete command reference with trigger table
scripts/lidarr-cli CLI tool for Lidarr API

Quick Start

export ARR_SERVER_LIDARR="http://localhost:8686"
export ARR_KEY_LIDARR="your-lidarr-api-key"

Triggers

Load this when working with Lidarr, music library management, adding artists, or checking upcoming album releases.

Requirements

Python 3.8+ with requests library. API key from Lidarr → Settings → General.