← 返回 Skills 市场
Radarr Fixed
作者
frannunpal
· GitHub ↗
· v1.0.4
427
总下载
0
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install radarr-fixed
功能描述
Search and add movies to Radarr. Supports collections, search-on-add option. FORK of jordyvandomselaar/radarr with fixed metadata.
安全使用建议
This skill needs your Radarr instance URL and API key (either in ~/.openclaw/credentials/radarr/config.json or via RADARR_URL/RADARR_API_KEY). Granting those allows the skill to list, add, remove movies (including deleting files when you pass --delete-files). Only install/use this skill with agents or environments you trust. Note the manifest rendering in the registry summary had a metadata formatting glitch (shows [object Object]) but the SKILL.md and script correctly declare and use the config path and env vars. If you have concerns, review the script (scripts/radarr.sh) yourself — it is plaintext and calls only the Radarr API (no external endpoints).
功能分析
Type: OpenClaw Skill
Name: radarr-fixed
Version: 1.0.4
The skill bundle is benign. It correctly uses `curl` and `jq` to interact with the Radarr API, loading credentials from the designated `~/.openclaw/credentials/radarr/config.json` file or environment variables. Input sanitization for search queries is properly handled using `jq -sRr @uri` to prevent URL injection. The `SKILL.md` file contains instructions for the AI agent that are focused on improving user experience and safety (e.g., 'Always ask user if they want to delete files'), not on malicious prompt injection. There is no evidence of data exfiltration, unauthorized execution, persistence mechanisms, or other malicious intent.
能力评估
Purpose & Capability
Name/description (Radarr add/search/collections) align with requested binaries (curl, jq), the declared config path (~/.openclaw/credentials/radarr/config.json) and the optional RADARR_URL/RADARR_API_KEY env vars. The script only interacts with the Radarr API and constructs payloads consistent with that purpose.
Instruction Scope
SKILL.md instructions and the included scripts limit activity to searching, adding, removing movies and collection operations against the Radarr API. The script reads only the declared config path and env vars, and it does not read or transmit other system files or credentials.
Install Mechanism
No install spec (instruction-only with a script). This is low-risk: nothing is downloaded or written to disk by an installer. The included bash script is plain and not obfuscated.
Credentials
The skill requires the Radarr URL and API key (declared in config.json or via RADARR_URL/RADARR_API_KEY). Those credentials are exactly what's needed to call the Radarr API. The number and type of env/config requirements are proportional to the functionality. Note: the registry summary in the report shows '[object Object]' entries which appears to be a metadata rendering glitch; the SKILL.md correctly declares the config path and env vars.
Persistence & Privilege
always is false (not forcibly always-present) and model invocation is allowed (the platform default). The skill does not attempt to modify other skills, system settings, or persist new credentials; it only reads the user-provided config file or env vars.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install radarr-fixed - 安装完成后,直接呼叫该 Skill 的名称或使用
/radarr-fixed触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.4
- Fixed config path references from .openclagent to .openclaw in documentation and scripts.
- Updated script command paths in SKILL.md for consistency.
v1.0.3
- Fixed the credential config path in documentation and metadata from `.openclagent` to `.openclaw`
- Added changelog entry for improved clarity
- No changes to functionality or usage commands
v1.0.2
- Fixed metadata to properly declare required credentials, environment variables, and config paths.
- Improved SKILL.md documentation: clarified setup instructions and available commands.
- No functional or API changes to core Radarr functionality.
- Forked from jordyvandomselaar/radarr to address metadata/configuration issues.
元数据
常见问题
Radarr Fixed 是什么?
Search and add movies to Radarr. Supports collections, search-on-add option. FORK of jordyvandomselaar/radarr with fixed metadata. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 427 次。
如何安装 Radarr Fixed?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install radarr-fixed」即可一键安装,无需额外配置。
Radarr Fixed 是免费的吗?
是的,Radarr Fixed 完全免费(开源免费),可自由下载、安装和使用。
Radarr Fixed 支持哪些平台?
Radarr Fixed 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Radarr Fixed?
由 frannunpal(@frannunpal)开发并维护,当前版本 v1.0.4。
推荐 Skills