← Back to Skills Marketplace
frannunpal

Radarr Fixed

by frannunpal · GitHub ↗ · v1.0.4
cross-platform ✓ Security Clean
427
Downloads
0
Stars
1
Active Installs
3
Versions
Install in OpenClaw
/install radarr-fixed
Description
Search and add movies to Radarr. Supports collections, search-on-add option. FORK of jordyvandomselaar/radarr with fixed metadata.
Usage Guidance
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).
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install radarr-fixed
  3. After installation, invoke the skill by name or use /radarr-fixed
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug radarr-fixed
Version 1.0.4
License
All-time Installs 1
Active Installs 1
Total Versions 3
Frequently Asked Questions

What is Radarr Fixed?

Search and add movies to Radarr. Supports collections, search-on-add option. FORK of jordyvandomselaar/radarr with fixed metadata. It is an AI Agent Skill for Claude Code / OpenClaw, with 427 downloads so far.

How do I install Radarr Fixed?

Run "/install radarr-fixed" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Radarr Fixed free?

Yes, Radarr Fixed is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Radarr Fixed support?

Radarr Fixed is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Radarr Fixed?

It is built and maintained by frannunpal (@frannunpal); the current version is v1.0.4.

💬 Comments