Gestion Readarr

VérifiéPrudence

Gérez votre bibliothèque Readarr, recherchez des livres et supervisez les téléchargements. Inclut les vérifications de santé du service et les interactions API.

Spar Skills Guide Bot
ContenuIntermédiaire
3002/06/2026
Claude Code
#readarr#library-management#book-search#media-server#automation

Recommandé pour

Notre avis

Automatise la gestion de la bibliothèque Readarr : recherche de livres, ajout d'ouvrages et contrôle de santé du service.

Points forts

  • Interface en ligne de commande pour rechercher et ajouter des livres rapidement.
  • Vérification de l'état du service Readarr avec une commande simple.
  • Intégration avec NZBGeek pour la recherche directe sur Usenet.
  • Ajout automatique du premier résultat trouvé (mode Auto-Learn).

Limites

  • Dépend de l'installation locale de Readarr et d'une configuration correcte.
  • Clé API Readarr optionnelle mais limitée à localhost sans elle.
  • L'ajout automatique ne sélectionne que le premier résultat, ce qui peut être imprécis.
Quand l'utiliser

Utilisez cette compétence pour gérer votre bibliothèque de livres numériques via Readarr sans interface graphique.

Quand l'éviter

Évitez de l'utiliser si vous n'avez pas accès à Usenet ou si vous gérez d'autres types de médias (films, musique) non pris en charge par Readarr.

Analyse de sécurité

Prudence
Score qualité85/100

The skill is designed for legitimate media management, but it invokes shell commands and interacts with an external Usenet indexer, which introduces moderate risk. No obvious destructive or exfiltrating patterns, but caution is advised.

Points d'attention
  • Skill uses run_command, which could execute arbitrary shell commands if misused, though only for intended Readarr operations.
  • Network calls to external service NZBGeek in nzb-search command, which might be used to retrieve content of unknown safety.
  • API key handling via environment variable could be logged or leaked if not careful.

Exemples

Search for a book
Search for the book 'The Art of Exploitation' using Readarr.
Add a book
Add the book 'Hacking: The Art of Exploitation' to my Readarr library.
Check Readarr health
Check if my Readarr service 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