← Back to Skills Marketplace
Radarr
by
minerva-care
· GitHub ↗
· v1.0.0
· MIT-0
119
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install minerva-radarr
Description
Interact with Radarr (movie manager) via its REST API. Use when searching for movies, checking missing/wanted titles, triggering downloads, or monitoring que...
Usage Guidance
This skill appears to do exactly what it says: call a local Radarr REST API and use an API key stored in a local file. Before installing, verify: (1) Radarr is actually reachable at the configured URL (the SKILL.md assumes http://localhost:7878 — change if Radarr is remote); (2) the API key file path is correct (the doc shows a placeholder and also suggests ~/clawd/credentials/radarr_api_key — pick a secure path and fix the instructions); (3) the agent running the skill has appropriate file permissions to read the key but no broader access; (4) you are comfortable with the agent executing curl/python commands locally (the skill performs no external network calls besides the local host). Consider storing the API key in a secrets manager or restricting file permissions (600) if you need stronger protection.
Capability Analysis
Type: OpenClaw Skill
Name: minerva-radarr
Version: 1.0.0
The skill provides standard integration with the Radarr media management API using curl and python3 for JSON parsing. It follows expected workflows for searching, adding, and monitoring movie downloads without any signs of data exfiltration, malicious execution, or prompt injection (SKILL.md, references/api.md).
Capability Assessment
Purpose & Capability
Name/description match the SKILL.md: all actions are Radarr REST API calls (search, add, queue, wanted). The skill does not request unrelated credentials, binaries, or install steps.
Instruction Scope
Instructions run curl and small python JSON parsers against http://localhost:7878 and read an API key from a local file. This is within scope for a Radarr integration, but the doc uses a placeholder (/path/to/radarr_api_key) while recommending ~/clawd/credentials/radarr_api_key — minor inconsistency the integrator should resolve. The skill assumes Radarr is reachable on localhost:7878.
Install Mechanism
No install spec or code files are present; this is instruction-only so nothing is downloaded or written by the skill itself.
Credentials
No declared environment variables or external credentials are required. Reading a local Radarr API key file is appropriate and proportional for this purpose.
Persistence & Privilege
Skill is not always-enabled and does not request persistent/privileged platform changes. It does execute shell commands at runtime (curl, python) which is expected for this type of integration.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install minerva-radarr - After installation, invoke the skill by name or use
/minerva-radarr - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of minerva-radarr skill.
- Enables interaction with Radarr via its REST API for movie management tasks.
- Supports workflows for searching, adding, and monitoring movies, including handling missing/wanted titles and download queues.
- Provides example API calls and usage instructions.
- Includes guidance on credential storage and connection details.
Metadata
Frequently Asked Questions
What is Radarr?
Interact with Radarr (movie manager) via its REST API. Use when searching for movies, checking missing/wanted titles, triggering downloads, or monitoring que... It is an AI Agent Skill for Claude Code / OpenClaw, with 119 downloads so far.
How do I install Radarr?
Run "/install minerva-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, licensed under MIT-0. 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 minerva-care (@minerva-care); the current version is v1.0.0.
More Skills