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.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install prowlarr或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install prowlarr⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/prowlarr/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: prowlarr version: 1.0.0 description: 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. ---
Search across all your indexers and manage Prowlarr via API.
Config: ~/.clawdbot/credentials/prowlarr/config.json
{
"url": "https://prowlarr.example.com",
"apiKey": "your-api-key"
}
Get your API key from: Prowlarr → Settings → General → Security → API Key
---
# 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
# All indexers
./scripts/prowlarr-api.sh indexers
# With status details
./scripts/prowlarr-api.sh indexers --verbose
# 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>
# 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>
# Sync indexers to Sonarr/Radarr/etc
./scripts/prowlarr-api.sh sync
# List connected apps
./scripts/prowlarr-api.sh apps
# System status
./scripts/prowlarr-api.sh status
# Health check
./scripts/prowlarr-api.sh health
---
| 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.
---
"Search for the latest Ubuntu ISO"
./scripts/prowlarr-api.sh search "ubuntu 24.04"
"Find Game of Thrones S01E01"
./scripts/prowlarr-api.sh tv-search --tvdb 121361 --season 1 --episode 1
"Search for Inception in 4K"
./scripts/prowlarr-api.sh search "inception 2160p" --category 2045
"Check if my indexers are healthy"
./scripts/prowlarr-api.sh stats
./scripts/prowlarr-api.sh test-all
"Push indexer changes to Sonarr/Radarr"
./scripts/prowlarr-api.sh sync安装 Prowlarr 后,可以对 AI 说这些话来触发它
Help me get started with Prowlarr
Explains what Prowlarr does, walks through the setup, and runs a quick demo based on your current project
Use Prowlarr to search indexers and manage Prowlarr
Invokes Prowlarr with the right parameters and returns the result directly in the conversation
What can I do with Prowlarr in my data & analytics workflow?
Lists the top use cases for Prowlarr, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/prowlarr/ 目录(个人级,所有项目可用),或 .claude/skills/prowlarr/(项目级)。重启 AI 客户端后,用 /prowlarr 主动调用,或让 AI 根据上下文自动发现并使用。
Prowlarr 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
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.
Prowlarr 属于「Data & Analytics」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my data & analytics tasks using Prowlarr
Identifies repetitive steps in your workflow and sets up Prowlarr to handle them automatically