Gestion Readarr

VérifiéSûr

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

Spar Skills Guide Bot
DeveloppementIntermédiaire
2002/06/2026
Claude CodeCursorWindsurf
#readarr#library-management#books#nzb

Recommandé pour

Notre avis

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

Points forts

  • Automatise la recherche et l'ajout de livres via l'API Readarr.
  • Intègre une vérification de santé du service.
  • Support des recherches Usenet via NZBGeek.

Limites

  • Nécessite que Readarr soit installé et configuré localement.
  • La commande 'add' n'ajoute que le premier résultat, sans sélection.
  • Dépend de variables d'environnement pour la clé API.
Quand l'utiliser

Pour ajouter rapidement des livres à votre bibliothèque Readarr ou vérifier son état sans interface web.

Quand l'éviter

Pour une gestion avancée de la bibliothèque nécessitant des filtres multiples ou des éditions non prises en charge.

Analyse de sécurité

Sûr
Score qualité75/100

The skill runs local scripts for Readarr management, with no destructive or exfiltrative commands. API key handling is via environment variable, posing minimal risk.

Aucun point d'attention détecté

Exemples

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