Files
magnus919_agent-skills/prowlarr-cli/README.md
T
Magnus Hedemark 738ec715e7 Add human-focused README.md to every skill and bundle directory
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.
2026-07-09 22:30:12 -04:00

1.2 KiB

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

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.