Overview
- Skill Key
- frannunpal/radarr-fixed
- Author
- frannunpal
- Source Repo
- openclaw/skills
- Version
- 1.0.4
- Source Path
- skills/frannunpal/radarr-fixed
- Latest Commit SHA
- 007329fd929c4060410760769ce56bf88abd8900
Search and add movies to Radarr. Supports collections, search-on-add option. FORK of jordyvandomselaar/radarr with fixed metadata.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 radarr-fixed 技能。 若已安装,则直接安装 radarr-fixed 技能。
# Radarr (Fixed)
**⚠️ FORK NOTICE:** This is a fork of [jordyvandomselaar/radarr](https://clawhub.com/jordyvandomselaar/radarr) with corrected metadata declarations.
Add movies to your Radarr library with collection support.
## Setup
Create `~/.openclaw/credentials/radarr/config.json`:
```json
{
"url": "http://localhost:7878",
"apiKey": "your-api-key",
"defaultQualityProfile": 1
}
```
- `defaultQualityProfile`: Quality profile ID (run `config` to see options)
### Alternative: Environment Variables
Instead of config file, you can use:
- `RADARR_URL` - Radarr instance URL
- `RADARR_API_KEY` - Radarr API key
## Workflow
1. **Search**: `search "Movie Name"` - returns numbered list
2. **Present results with TMDB links** - always show clickable links
3. **Check**: User picks a number
4. **Collection prompt**: If movie is part of collection, ask user
5. **Add**: Add movie or full collection
## Important
- **Always include TMDB links** when presenting search results to user
- Format: `[Title (Year)](https://themoviedb.org/movie/ID)`
- Uses `defaultQualityProfile` from config; can override per-add
## Commands
### Search for movies
```bash
bash scripts/radarr.sh search "Inception"
```
### Check if movie exists in library
```bash
bash scripts/radarr.sh exists <tmdbId>
```
### Add a movie (searches immediately by default)
```bash
bash scripts/radarr.sh add <tmdbId> # searches right away
bash scripts/radarr.sh add <tmdbId> --no-search # don't search
```
### Add full collection (searches immediately by default)
```bash
bash scripts/radarr.sh add-collection <collectionTmdbId>
bash scripts/radarr.sh add-collection <collectionTmdbId> --no-search
```
### Remove a movie
```bash
bash scripts/radarr.sh remove <tmdbId> # keep files
bash scripts/radarr.sh remove <tmdbId> --delete-files # delete files too
```
**Always ask user if they want to delete files when removing!**
### Get root folders & quality profiles (for config)
```bash
bash scripts...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.