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.
Utilisez cette compétence pour gérer votre bibliothèque de livres numériques via Readarr sans interface graphique.
É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é
PrudenceThe 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.
- •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 the book 'The Art of Exploitation' using Readarr.Add the book 'Hacking: The Art of Exploitation' to my Readarr library.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_KEYenv var (optional for localhost in some configs)
Atomiseur de Contenu
Contenu
Transforme un contenu unique en publications adaptées à chaque plateforme.
Rédacteur de Blog SEO
Contenu
Rédige des articles de blog optimisés SEO avec structure et mots-clés.
Scénariste YouTube
Contenu
Écrit des scripts YouTube engageants avec hooks, structure et rétention.