← 返回 Skills 市场
minerva-care

Sonarr

作者 minerva-care · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
92
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install minerva-sonarr
功能描述
Interact with Sonarr (TV show manager) via its REST API. Use when searching for TV series, checking missing/wanted episodes, triggering downloads, or monitor...
安全使用建议
This skill appears to correctly describe Sonarr API usage, but the published metadata fails to list the credentials it needs. Before installing: (1) verify the skill's source and trustworthiness (owner is unknown), (2) confirm you have a local Sonarr instance at the URL used or update SONARR_URL appropriately, (3) store the Sonarr API key securely (the SKILL.md suggests ~/clawd/credentials/sonarr_api_key) and ensure only the agent can read it, (4) ask the publisher to update metadata to declare SONARR_KEY/SONARR_URL (and a primary credential) so the manifest matches runtime behavior, and (5) if you use autonomous agents, be aware the skill can be invoked to call your local Sonarr — ensure that's intended. If you want higher assurance, request a signed/verified source or run these curl commands manually first to audit their effects.
功能分析
Type: OpenClaw Skill Name: minerva-sonarr Version: 1.0.0 The skill bundle provides standard integration with the Sonarr REST API for managing TV series. It uses curl and Python snippets to interact with a local Sonarr instance (localhost:8989) and follows expected patterns for API key management and command execution without any signs of malicious intent or data exfiltration.
能力评估
Purpose & Capability
The SKILL.md clearly implements Sonarr REST API actions (search, add series, check queue, trigger searches) which aligns with the skill name/description. However the metadata declares no required credentials or env vars while the instructions expect SONARR_URL and SONARR_KEY (an API key), so the declared requirements are incomplete.
Instruction Scope
Runtime instructions perform curl calls against Sonarr (defaulting to http://localhost:8989) and parse results with python3. They instruct reading an API key from a local file (e.g. ~/clawd/credentials/sonarr_api_key). The actions are limited to the Sonarr API and local files, but the instructions reference reading secret material (the API key) while that secret is not declared in the skill metadata — a scope/visibility mismatch that should be corrected.
Install Mechanism
This is an instruction-only skill with no install spec or code to download or write to disk, which is the lowest-risk install mechanism.
Credentials
The skill requires an API key (SONARR_KEY) and a Sonarr URL (SONARR_URL) according to SKILL.md, but the registry metadata lists no required env vars and no primary credential. Requesting undisclosed secrets (via a file) is disproportionate to the manifest and should be fixed or explained.
Persistence & Privilege
The skill is not always-enabled and does not request elevated persistence or permissions. Autonomous invocation is allowed (platform default), but there's no evidence the skill modifies other skills or global config.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install minerva-sonarr
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /minerva-sonarr 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the Sonarr skill. - Enables interaction with Sonarr's REST API for TV show management. - Supports searching and adding TV series, checking for missing/wanted episodes, triggering downloads, and monitoring queue status. - Provides example shell commands for core Sonarr workflows. - Includes instructions for API endpoint usage and credential handling.
元数据
Slug minerva-sonarr
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Sonarr 是什么?

Interact with Sonarr (TV show manager) via its REST API. Use when searching for TV series, checking missing/wanted episodes, triggering downloads, or monitor... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 92 次。

如何安装 Sonarr?

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

Sonarr 是免费的吗?

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

Sonarr 支持哪些平台?

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

谁开发了 Sonarr?

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

💬 留言讨论