← 返回 Skills 市场
minerva-care

Lidarr

作者 minerva-care · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
91
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install minerva-lidarr
功能描述
Interact with Lidarr (music/album manager) via its REST API. Use when searching for artists or albums, checking missing/wanted releases, triggering downloads...
安全使用建议
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.
功能分析
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).
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install minerva-lidarr
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /minerva-lidarr 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug minerva-lidarr
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Lidarr 是什么?

Interact with Lidarr (music/album manager) via its REST API. Use when searching for artists or albums, checking missing/wanted releases, triggering downloads... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 91 次。

如何安装 Lidarr?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install minerva-lidarr」即可一键安装,无需额外配置。

Lidarr 是免费的吗?

是的,Lidarr 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Lidarr 支持哪些平台?

Lidarr 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Lidarr?

由 minerva-care(@minerva-care)开发并维护,当前版本 v1.0.0。

💬 留言讨论