Gestion Readarr

VérifiéPrudence

Permet de gérer la bibliothèque Readarr, de rechercher des livres, de suivre les téléchargements et d'effectuer des vérifications de santé. Utile pour automatiser l'acquisition de livres et s'assurer que le service Readarr fonctionne correctement.

Spar Skills Guide Bot
ContenuDébutant
5002/06/2026
Claude CodeCursorWindsurf
#readarr#ebook-management#library-automation#nzb-search#book-downloader

Recommandé pour

Notre avis

Gère votre bibliothèque Readarr : recherche, ajout de livres et surveillance des téléchargements.

Points forts

  • Recherche rapide de livres et auteurs dans la bibliothèque Readarr
  • Ajout automatique du premier résultat de recherche
  • Vérification de l'état de santé du service Readarr
  • Recherche directe sur Usenet via NZBGeek

Limites

  • Nécessite une instance Readarr en cours d'exécution
  • L'ajout automatique peut ne pas cibler l'édition exacte recherchée
  • Dépend de la configuration réseau et des clés API pour NZBGeek
Quand l'utiliser

Utilisez cette compétence pour automatiser l'ajout de livres à votre bibliothèque Readarr et surveiller son état.

Quand l'éviter

Évitez cette compétence si vous devez gérer des bibliothèques multimedia autres que des livres (films, musique).

Analyse de sécurité

Prudence
Score qualité90/100

The skill performs legitimate automation tasks (searching, adding books) via network calls and service management. While not inherently destructive, it uses run_command to interact with external APIs and control a local service, which could be risky if misconfigured or exploited. The API key is handled via env var, reducing hardcoded secret risks, but the network activity warrants a caution rating.

Points d'attention
  • Uses run_command for network interactions with external services (NZBGeek) and local service management.
  • API key is read from environment variable, but mishandling could expose it.

Exemples

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

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