A powerful music automation skill for searching, adding, and monitoring artists and albums within Lidarr.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install lidarr
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install lidarr using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Lidarr skill is a specialized tool designed to integrate your music library management directly into your automated workflows. By leveraging this skill, users can interact with their Lidarr instance to discover new artists, manage quality profiles such as lossless FLAC, and maintain a clean, organized music collection. It acts as a bridge between high-level user requests and the technical API requirements of Lidarr, making it a vital component for users of Openclaw Skills who want to automate their media acquisition.
To get started with this skill, you must have curl and jq installed on your system. Create a configuration file at ~/.clawdbot/credentials/lidarr/config.json with the following structure:
{
"url": "http://your-lidarr-ip:8686",
"apiKey": "your_api_key_here",
"defaultQualityProfile": 2,
"defaultMetadataProfile": 7
}
Verify your connection by running the config helper command:
bash scripts/lidarr.sh config
The skill utilizes a JSON configuration file for authentication and default behavior. Data returned from the skill is typically formatted as follows:
| Parameter | Description |
|---|---|
| url | The network address of your Lidarr server. |
| apiKey | The authentication token found in Lidarr Settings > General. |
| defaultQualityProfile | The integer ID representing your preferred quality (e.g., FLAC or MP3). |
| defaultMetadataProfile | The integer ID for metadata depth (e.g., Studio Albums or Full Discography). |
All interactions within Openclaw Skills are mapped to Lidarr's internal artist and album IDs to ensure precision.
Loading
A powerful integration to query and analyze bird sound detections from your local BirdNET-Go identification system.

A unified command-line interface designed to streamline the management of Radarr, Sonarr, and Lidarr within the Openclaw Skills ecosystem.

A powerful image generation tool that leverages xAI's Grok API to create visuals directly within your AI agent workflow.

A comprehensive repository of technical analysis, market structure, and trading psychology for informed market participation.

An automated workflow skill that aggregates daily activity logs into structured reports and distributes them via multiple communication channels.

A local-first, SQLite-powered task management system designed for AI agents and CLI users to track work with structured metadata.








































