← Back to Skills Marketplace
Radarr
by
jordyvandomselaar
· GitHub ↗
· v1.0.1
3267
Downloads
2
Stars
25
Active Installs
5
Versions
Install in OpenClaw
/install radarr
Description
Search and add movies to Radarr. Supports collections, search-on-add option.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install radarr - After installation, invoke the skill by name or use
/radarr - Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Frequently Asked Questions
What is Radarr?
Search and add movies to Radarr. Supports collections, search-on-add option. It is an AI Agent Skill for Claude Code / OpenClaw, with 3267 downloads so far.
How do I install Radarr?
Run "/install radarr" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Radarr free?
Yes, Radarr is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Radarr support?
Radarr is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Radarr?
It is built and maintained by jordyvandomselaar (@jordyvandomselaar); the current version is v1.0.1.
More Skills