mirror of
https://github.com/magnus919/agent-skills.git
synced 2026-09-17 14:36:29 +03:00
Each README is written for a human audience, explaining: - What the skill does (not what format it follows) - What benefit the user gets from installing it - Quick setup and usage patterns - When to load/trigger the skill - What scripts, references, and templates it ships data-scientist already had a README — left unchanged. 48 READMEs added across all skill and bundle directories.
37 lines
1.2 KiB
Markdown
37 lines
1.2 KiB
Markdown
# Prowlarr — Indexer Hub Management
|
|
|
|
Manage your Prowlarr indexer hub from the terminal — list and inspect indexers, view query/grab statistics, check health, manage connected *arr applications, and test indexer connectivity.
|
|
|
|
## Why Install This Skill
|
|
|
|
When your agent loads this skill, it can **manage your entire indexer infrastructure**. That means:
|
|
|
|
- **List and inspect indexers** — see what indexers are configured
|
|
- **Monitor performance** — query and grab statistics per indexer
|
|
- **Test connectivity** — verify indexers are responding
|
|
- **Check health** — overall system health and per-indexer status
|
|
- **View connected apps** — which *arr applications are linked
|
|
- **Browse search history** — see what's been searched and found
|
|
|
|
## What You Get
|
|
|
|
| Directory | Purpose |
|
|
|-----------|---------|
|
|
| `SKILL.md` | Complete command reference with trigger table |
|
|
| `scripts/prowlarr-cli` | CLI tool for Prowlarr API |
|
|
|
|
## Quick Start
|
|
|
|
```bash
|
|
export ARR_SERVER_PROWLARR="http://localhost:9696"
|
|
export ARR_KEY_PROWLARR="your-prowlarr-api-key"
|
|
```
|
|
|
|
## Triggers
|
|
|
|
Load this when working with Prowlarr, indexers, or the *arr stack's indexer hub.
|
|
|
|
## Requirements
|
|
|
|
Python 3.8+ with `requests` library. API key from Prowlarr → Settings → General.
|