Gestion Readarr

VérifiéPrudence

Gérez votre bibliothèque Readarr, recherchez des livres et supervisez les téléchargements. Vérifiez l'état du service et interagissez avec l'API.

Spar Skills Guide Bot
ContenuIntermédiaire
4002/06/2026
Claude Code
#readarr#book-management#media-server#download-monitoring

Recommandé pour

Notre avis

Gère la bibliothèque Readarr, recherche des livres et surveille les téléchargements via des commandes simples.

Points forts

  • Automatise la recherche et l'ajout de livres
  • Vérifie l'état de santé du service Readarr
  • Intègre les recherches Usenet via NZBGeek

Limites

  • Nécessite une instance Readarr en cours d'exécution
  • L'ajout automatique ne prend que le premier résultat
  • Pas de gestion par lots
Quand l'utiliser

Quand vous voulez ajouter ou rechercher rapidement un livre dans votre bibliothèque Readarr via la ligne de commande.

Quand l'éviter

Si vous avez besoin d'opérations avancées sur la bibliothèque (filtres, tris) ou de traitements par lots.

Analyse de sécurité

Prudence
Score qualité80/100

The skill orchestrates Readarr server control (health, ensure-running) and makes network requests (NZBGeek, Readarr API). While the actions are typical for media management, the ability to start processes and access external services warrants caution.

Points d'attention
  • Uses run_command to start/stop services and interact with external APIs, which could be abused if the skill scope is expanded or commands are injected.

Exemples

Search for a book
Search for 'The Art of Exploitation' in my Readarr library.
Add a book to library
Add the book 'Hacking: The Art of Exploitation' to my Readarr library.
Check Readarr health
Check if Readarr is running and healthy.

name: readarr-ops description: > Manage Readarr library, search for books, and monitor downloads. Handles service health checks and API interactions. allowed-tools:

  • run_command
  • read_file triggers:
  • readarr
  • manage books
  • add book
  • search book metadata: short-description: Manage Readarr library and downloads

readarr-ops

Manage Readarr library, search for books, and monitor downloads.

Commands

  • search <term>: Search for books/authors in Readarr.
  • nzb-search <term>: Direct Usenet search via NZBGeek.
  • add <term>: Search and add the first matching book (Auto-Learn).
  • health: Check if Readarr is running and healthy.
  • ensure-running: Start Readarr if not running.

Usage

# Check health
./run.sh health

# Search for a book
./run.sh search "The Art of Exploitation"

# Add a book
./run.sh add "Hacking: The Art of Exploitation"

Configuration

  • Readarr Path: ~/workspace/experiments/Readarr/Readarr
  • Data Path: ~/workspace/experiments/Readarr/data
  • Port: 8787
  • API Key: READARR_API_KEY env var (optional for localhost in some configs)
Skills similaires