Our review
Manages the Readarr library: search, add books, and monitor downloads.
Strengths
- Automates book search and addition via the Readarr API.
- Includes service health checks.
- Supports Usenet searches through NZBGeek.
Limitations
- Requires Readarr to be installed and configured locally.
- The 'add' command only adds the first result without selection.
- Relies on environment variables for the API key.
To quickly add books to your Readarr library or check its status without using the web UI.
For advanced library management requiring multiple filters or unsupported edit operations.
Security analysis
SafeThe skill runs local scripts for Readarr management, with no destructive or exfiltrative commands. API key handling is via environment variable, posing minimal risk.
No concerns found
Examples
Search for the book 'The Art of Exploitation' in Readarr.Add the book 'Hacking: The Art of Exploitation' to my Readarr library.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_KEYenv var (optional for localhost in some configs)
Next.js App Router Expert
Development
A skill that turns Claude into a Next.js App Router expert.
README Generator
Development
Creates professional and comprehensive README.md files for your projects.
API Documentation Writer
Development
Generates comprehensive API documentation in OpenAPI/Swagger format.