返回顶部
🇺🇸 English
🇨🇳 简体中文
🇨🇳 繁體中文
🇺🇸 English
🇯🇵 日本語
🇰🇷 한국어
🇫🇷 Français
🇩🇪 Deutsch
🇪🇸 Español
🇷🇺 Русский
p

prowlarr

Search indexers and manage Prowlarr. Use when the user asks to "search for a torrent", "search indexers", "find a release", "check indexer status", "list indexers", "prowlarr search", "sync indexers", or mentions Prowlarr/indexer management.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
2,014
下载量
1
收藏
概述
安装方式
版本历史

prowlarr

# Prowlarr Skill Search across all your indexers and manage Prowlarr via API. ## Setup Config: `~/.clawdbot/credentials/prowlarr/config.json` ```json { "url": "https://prowlarr.example.com", "apiKey": "your-api-key" } ``` Get your API key from: Prowlarr → Settings → General → Security → API Key --- ## Quick Reference ### Search Releases ```bash # Basic search across all indexers ./scripts/prowlarr-api.sh search "ubuntu 22.04" # Search torrents only ./scripts/prowlarr-api.sh search "ubuntu" --torrents # Search usenet only ./scripts/prowlarr-api.sh search "ubuntu" --usenet # Search specific categories (2000=Movies, 5000=TV, 3000=Audio, 7000=Books) ./scripts/prowlarr-api.sh search "inception" --category 2000 # TV search with TVDB ID ./scripts/prowlarr-api.sh tv-search --tvdb 71663 --season 1 --episode 1 # Movie search with IMDB ID ./scripts/prowlarr-api.sh movie-search --imdb tt0111161 ``` ### List Indexers ```bash # All indexers ./scripts/prowlarr-api.sh indexers # With status details ./scripts/prowlarr-api.sh indexers --verbose ``` ### Indexer Health & Stats ```bash # Usage stats per indexer ./scripts/prowlarr-api.sh stats # Test all indexers ./scripts/prowlarr-api.sh test-all # Test specific indexer ./scripts/prowlarr-api.sh test <indexer-id> ``` ### Indexer Management ```bash # Enable/disable an indexer ./scripts/prowlarr-api.sh enable <indexer-id> ./scripts/prowlarr-api.sh disable <indexer-id> # Delete an indexer ./scripts/prowlarr-api.sh delete <indexer-id> ``` ### App Sync ```bash # Sync indexers to Sonarr/Radarr/etc ./scripts/prowlarr-api.sh sync # List connected apps ./scripts/prowlarr-api.sh apps ``` ### System ```bash # System status ./scripts/prowlarr-api.sh status # Health check ./scripts/prowlarr-api.sh health ``` --- ## Search Categories | ID | Category | |----|----------| | 2000 | Movies | | 5000 | TV | | 3000 | Audio | | 7000 | Books | | 1000 | Console | | 4000 | PC | | 6000 | XXX | Sub-categories: 2010 (Movies/Foreign), 2020 (Movies/Other), 2030 (Movies/SD), 2040 (Movies/HD), 2045 (Movies/UHD), 2050 (Movies/BluRay), 2060 (Movies/3D), 5010 (TV/WEB-DL), 5020 (TV/Foreign), 5030 (TV/SD), 5040 (TV/HD), 5045 (TV/UHD), etc. --- ## Common Use Cases **"Search for the latest Ubuntu ISO"** ```bash ./scripts/prowlarr-api.sh search "ubuntu 24.04" ``` **"Find Game of Thrones S01E01"** ```bash ./scripts/prowlarr-api.sh tv-search --tvdb 121361 --season 1 --episode 1 ``` **"Search for Inception in 4K"** ```bash ./scripts/prowlarr-api.sh search "inception 2160p" --category 2045 ``` **"Check if my indexers are healthy"** ```bash ./scripts/prowlarr-api.sh stats ./scripts/prowlarr-api.sh test-all ``` **"Push indexer changes to Sonarr/Radarr"** ```bash ./scripts/prowlarr-api.sh sync ```

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 prowlarr-1776389650 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 prowlarr-1776389650 技能

通过命令行安装

skillhub install prowlarr-1776389650

下载 Zip 包

⬇ 下载 prowlarr v1.0.0

文件大小: 5.34 KB | 发布时间: 2026-4-17 14:15

v1.0.0 最新 2026-4-17 14:15
Initial release of the Prowlarr skill.

- Search across all indexers and manage Prowlarr via API commands.
- Detailed quick reference for searching, listing, testing, and managing indexers.
- Examples and category IDs provided for typical torrent, usenet, and release searches.
- Guidance for syncing with Sonarr/Radarr and checking system or indexer health.
- Full setup instructions for API credential configuration.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部