← 返回 Skills 市场
jordyvandomselaar

Radarr

作者 jordyvandomselaar · GitHub ↗ · v1.0.1
cross-platform ⚠ suspicious
3267
总下载
2
收藏
25
当前安装
5
版本数
在 OpenClaw 中安装
/install radarr
功能描述
Search and add movies to Radarr. Supports collections, search-on-add option.
安全使用建议
This skill appears to be a straightforward Radarr API wrapper, but the package metadata is inconsistent with the runtime instructions and script. Before installing or running it: - Confirm the presence of curl and jq on the agent environment (SKILL.md requires them). The registry incorrectly lists no required binaries. - Create the config file ~/.clawdbot/credentials/radarr/config.json with your Radarr URL and API key as instructed; the metadata did not declare this config path or credential. Treat the API key as a secret. - Verify the provided Radarr URL is the intended instance (localhost vs remote). The script will send the API key to whatever URL you put in config.json. - If you want the agent to run this skill autonomously, be aware it can add/remove movies and enable collection monitoring on the configured Radarr instance — ensure you trust the agent and the configured Radarr endpoint. Resolve the metadata discrepancies (required binaries and config path) or obtain an updated package from a trusted source before use. If you want, provide the registry/packaging source so these inconsistencies can be checked further.
功能分析
Type: OpenClaw Skill Name: radarr Version: 1.0.1 The OpenClaw Radarr skill bundle is benign. It functions as a wrapper for the Radarr API, reading credentials from `~/.clawdbot/credentials/radarr/config.json` and making API calls exclusively to the user-configured Radarr instance. The `SKILL.md` instructions guide the agent to perform expected actions and include user safety prompts (e.g., confirming file deletion). The `scripts/radarr.sh` script uses `curl` and `jq` as declared, employs URL encoding for user input to prevent injection, and shows no evidence of data exfiltration, malicious execution, persistence, or obfuscation.
能力评估
Purpose & Capability
The script implements Radarr API interactions (search, add, remove, collection monitoring), which matches the skill name/description. However the registry metadata claims no required binaries/configs while the SKILL.md and scripts require curl, jq, and a config file at ~/.clawdbot/credentials/radarr/config.json — that discrepancy is unexpected.
Instruction Scope
SKILL.md and the script limit actions to Radarr API calls and presenting TMDB links. The instructions only read the declared local config file and interact with the Radarr API; they do not attempt to read unrelated system files or transmit data to unknown endpoints.
Install Mechanism
No install spec (instruction-only) and the included shell script are present. Nothing is downloaded from external arbitrary URLs and no archives are extracted; risk from install mechanism is low.
Credentials
The skill requires a Radarr API key and URL stored in a local config file, which is proportional to its purpose. But the registry metadata lists no required env vars or config paths (and required binaries are omitted), and no primary credential is declared — metadata and runtime needs are inconsistent, which could lead to users misconfiguring credentials or being unaware of what secrets are needed.
Persistence & Privilege
The skill does not request permanent/always-on inclusion, does not modify other skills or system settings, and only reads/writes its own config file path per SKILL.md. Autonomy (model invocation) is allowed by default but not combined with other high-risk behaviors.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install radarr
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /radarr 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fixed collection monitoring - collections are now properly tracked for automatic future releases
v1.3.0
Auto-monitor collection for future releases
v1.2.0
Configurable default quality profile
v1.1.0
Ask for quality profile when adding
v1.0.0
Initial release — add movies and collections to Radarr with search, add, and removal commands. - Search for movies with always-present TMDB links - Add individual movies or full collections (with collection prompt) - Remove movies with optional file deletion confirmation - Check if a movie exists in the library - Retrieve root folders and quality profiles for configuration - Environment variable setup for Radarr URL and API key
元数据
Slug radarr
版本 1.0.1
许可证
累计安装 26
当前安装数 25
历史版本数 5
常见问题

Radarr 是什么?

Search and add movies to Radarr. Supports collections, search-on-add option. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 3267 次。

如何安装 Radarr?

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

Radarr 是免费的吗?

是的,Radarr 完全免费(开源免费),可自由下载、安装和使用。

Radarr 支持哪些平台?

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

谁开发了 Radarr?

由 jordyvandomselaar(@jordyvandomselaar)开发并维护,当前版本 v1.0.1。

💬 留言讨论