← Back to Skills Marketplace
minerva-care

Lidarr

by minerva-care · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
91
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install minerva-lidarr
Description
Interact with Lidarr (music/album manager) via its REST API. Use when searching for artists or albums, checking missing/wanted releases, triggering downloads...
Usage Guidance
This skill appears to do what it says: call a local Lidarr REST API. Before installing, verify or correct the mismatches: 1) ensure you have a Lidarr API key and a local URL and decide how the agent should access them (declare env vars or provide a clear, safe file path). 2) Confirm curl and python3 are available on the agent runtime (the SKILL.md uses both). 3) Store the API key in a secure, minimally-permissioned location and create a dedicated API key in Lidarr if possible so the skill has only the permissions it needs. 4) Be aware some endpoints can delete/blacklist files or queue items — only allow this skill if you trust its source or inspect the SKILL.md thoroughly. 5) Ask the publisher to update registry metadata to list LIDARR_URL/LIDARR_KEY and required binaries, or correct the SKILL.md if those declarations are intentionally omitted. If you cannot validate these points, treat the mismatch as a risk and avoid enabling autonomous use.
Capability Analysis
Type: OpenClaw Skill Name: minerva-lidarr Version: 1.0.0 The skill bundle provides standard functionality for interacting with a local Lidarr instance via its REST API. It uses curl and inline Python scripts to search for music, manage artists/albums, and monitor download queues, with no evidence of malicious intent, data exfiltration, or unauthorized execution (SKILL.md, references/api.md).
Capability Assessment
Purpose & Capability
Name/description match the actions shown (search/add artist/album, check wanted/queue, trigger searches). However, the SKILL.md expects LIDARR_URL and LIDARR_KEY (and shows reading an API key file), which are not declared in the registry metadata; the instructions also rely on curl and python3 but required binaries are listed as none.
Instruction Scope
All instructions operate against a local Lidarr API (http://localhost:8686) and only call documented Lidarr endpoints. They instruct reading an API key from a filesystem path (e.g. /path/to/lidarr_api_key or ~/clawd/credentials/...), and use curl and python3 for processing. This is expected for a local-API skill but the skill text gives concrete file-read examples — installing an agent that follows these instructions will attempt to read that path if the example is followed.
Install Mechanism
Instruction-only skill with no install spec or downloads — low install risk. Nothing is written to disk by the skill package itself.
Credentials
The skill requires an API key (LIDARR_KEY) and a URL (LIDARR_URL) at runtime, but the registry metadata lists no required env vars or primary credential. Requested access is otherwise limited and appropriate for Lidarr, but the omission in metadata is a meaningful mismatch that could confuse permissioning or automated policy checks.
Persistence & Privilege
always is false and the skill does not request persistent or elevated privileges, nor does it modify other skills. Autonomous invocation is allowed by default (platform default) but not combined with other broad privileges here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install minerva-lidarr
  3. After installation, invoke the skill by name or use /minerva-lidarr
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
minerva-lidarr 1.0.0 - Initial release of the Lidarr skill. - Enables interaction with Lidarr’s REST API to search and add artists/albums, check queue status, monitor missing/wanted releases, and trigger downloads. - Provides example curl workflows for core management tasks. - Includes guidance on configuration and credential storage.
Metadata
Slug minerva-lidarr
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Lidarr?

Interact with Lidarr (music/album manager) via its REST API. Use when searching for artists or albums, checking missing/wanted releases, triggering downloads... It is an AI Agent Skill for Claude Code / OpenClaw, with 91 downloads so far.

How do I install Lidarr?

Run "/install minerva-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, licensed under MIT-0. 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 minerva-care (@minerva-care); the current version is v1.0.0.

💬 Comments