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
ContenuIntermédiaire
5002/06/2026
Claude Code
#readarr#book-management#download-monitoring#library-management

Recommandé pour

Notre avis

Ce skill permet de gérer la bibliothèque Readarr, d'ajouter et de rechercher des livres, et de surveiller les téléchargements via des commandes simples.

Points forts

  • Automatise la recherche et l'ajout de livres dans Readarr
  • Intègre des contrôles de santé et de démarrage du service
  • Utilise une recherche Usenet directe via NZBGeek

Limites

  • Dépend d'une configuration locale et de l'API Readarr
  • Ne gère pas les conflits de titres ou les doublons
  • Les résultats de recherche sont limités au premier résultat pertinent
Quand l'utiliser

Utilisez ce skill lorsque vous devez ajouter rapidement des livres à votre bibliothèque Readarr ou vérifier l'état du service.

Quand l'éviter

Évitez ce skill si vous avez besoin d'une gestion avancée des métadonnées ou d'une intégration avec d'autres services de médias.

Analyse de sécurité

Sûr
Score qualité78/100

The skill runs predefined commands for Readarr management (search, add, health check). It does not involve destructive actions, exfiltration, or obfuscated payloads. The allowed tools (run_command, read_file) are used within a well-defined scope without external network requests beyond what Readarr's API would normally do.

Aucun point d'attention détecté

Exemples

Search for a book
Search for the book 'Hacking: The Art of Exploitation' in Readarr.
Add a book
Add the book 'The Art of Exploitation' to my Readarr library.
Check health
Is Readarr running? Check its health.

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