radarr-delete

Delete movies from Radarr, Transmission, and local files with authorization.

12|3|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/tsukhani/jclaw --skill radarr-delete
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: radarr-delete
Source: https://github.com/tsukhani/jclaw/tree/main/skills/radarr-delete
Command: npx skills add https://github.com/tsukhani/jclaw --skill radarr-delete

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, curl.

What problem does it solve?

This skill solves the problem of managing disk space and library clutter by providing a secure, verified, and automated way to remove movies from a Radarr library while ensuring associated torrents and files are also cleaned up.

Core Features & Use Cases

  • Automated Cleanup: Automatically removes movie files from disk, clears active torrents from Transmission, and purges the Radarr queue.
  • Verification & Safety: Implements strict owner-only authorization checks and multi-step verification to prevent accidental data loss.
  • Use Case: When you decide to clear out old or unwanted movies, this skill handles the entire lifecycle of deletion across your media stack, ensuring no orphaned files remain.

Quick Start

Ask the assistant to delete a specific movie from your library by providing the title and confirming the action when prompted.

Frequently Asked Questions about radarr-delete

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically delete movies from Radarr and remove associated torrents?

To delete movies from Radarr and remove associated torrents, you need an automated cleanup workflow that targets the Radarr API and Transmission RPC to purge both local files and active torrent data securely.

What is the best way to clean up orphaned movie files and clear my Radarr queue?

The best way to clean up orphaned movie files and clear your Radarr queue is using a multi-service deletion process that verifies authorization and removes media across your local filesystem and torrent client simultaneously.

Does Radarr movie deletion require integration with Transmission RPC to remove torrents?

Yes, comprehensive Radarr movie deletion requires Transmission RPC integration to ensure that active torrents associated with the deleted media are fully cleared from your download client during the cleanup process.

How do I safely automate media library cleanup without accidental data loss?

To safely automate media library cleanup without data loss, implement strict owner-only authorization checks and multi-step verification before executing file deletions and torrent removals across your connected services.

Do I need jq and curl installed to automate Radarr library pruning?

Yes, you need jq and curl installed to automate Radarr library pruning, as these command-line utilities handle the JSON parsing and HTTP requests required to communicate with the Radarr API and Transmission RPC.

Why are orphaned files left behind when deleting movies through Radarr alone?

Orphaned files are left behind when deleting movies through Radarr alone because standard removal may not clear active torrents from Transmission or thoroughly purge corresponding files from the local filesystem without multi-service coordination.