← Back to Skills Marketplace
315
Downloads
1
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install prowlarr-search
Description
用Prowlarr搜索影视资源,搜索torrent种子,磁力链接Magnet
README (SKILL.md)
资源搜索
用法
通过 Prowlarr API 搜索资源( torrents/usenet 等),并返回 JSON 格式的搜索结果列表。
通用搜索
python3 {baseDir}/scripts/prowlarr-search.py "\x3Cquery>"
指定季数,集数搜索剧集
python3 {baseDir}/scripts/prowlarr-search.py "\x3Cquery>" --type tv [--season SEASON] [--ep EP]
输出样例:
[
{
"title": "Example.Title.2024.1080p",
"size": "2.50 GB",
"indexer": "SomeIndexer",
"guid": "magnet:?xt=...",
"publishDate": "2024-01-15T10:30:00Z"
}
]
Usage Guidance
This skill appears to do exactly what it says: call a Prowlarr API and return JSON search results. Before installing, verify that PROWLARR_BASE_URL points to a trusted Prowlarr instance (preferably local) because the API key will be sent to that host. Be aware the script places the API key in the URL query string (which can be logged by proxies or servers), and it prints magnet links/torrent info to stdout (which may be recorded in logs). If you need stricter secrecy for the key, consider modifying the script to send the key in an Authorization header or ensure network paths are trusted. Also note a minor bug: the script appends the season parameter twice — functional but harmless to security.
Capability Analysis
Type: OpenClaw Skill
Name: prowlarr-search
Version: 1.0.0
The skill bundle provides a legitimate tool for searching media resources via the Prowlarr API. The Python script (scripts/prowlarr-search.py) uses standard libraries to perform searches based on user-provided queries and environment variables (PROWLARR_API_KEY, PROWLARR_BASE_URL). No evidence of malicious intent, data exfiltration, or prompt injection was found.
Capability Assessment
Purpose & Capability
Name/description (Prowlarr search) match the declared requirements: python3 plus PROWLARR_BASE_URL and PROWLARR_API_KEY. No unrelated binaries, credentials, or config paths are requested.
Instruction Scope
SKILL.md instructs only how to run the included Python script with a query. The script reads only PROWLARR_BASE_URL and PROWLARR_API_KEY, calls the specified base URL, and prints JSON results to stdout. It does not read other files or exfiltrate data to unexpected endpoints.
Install Mechanism
This is an instruction-only skill with a small Python script and no install spec; it relies on an existing python3 binary. No downloads or archive extraction are performed.
Credentials
Only PROWLARR_BASE_URL and PROWLARR_API_KEY are required, which is proportionate. Note: the script includes the API key in the request URL query string (apiKey=...), which can be logged by intermediaries or servers — consider using a trusted local Prowlarr instance or a transport that keeps the key confidential.
Persistence & Privilege
The skill is not always-enabled, does not modify other skills or system settings, and uses no persistent installation steps. Autonomous invocation is allowed (platform default) but not combined with other concerning privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install prowlarr-search - After installation, invoke the skill by name or use
/prowlarr-search - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
通过Prowlarr API搜索影视下载资源
Initial release with support for Prowlarr-based media resource searching.
- Search for movies and TV series via Prowlarr API, including torrents and magnet links.
- Query by keyword or specify season and episode for TV series.
- Results returned in JSON format with details like title, size, indexer, magnet link, and publish date.
- Requires environment variables: PROWLARR_BASE_URL and PROWLARR_API_KEY.
Metadata
Frequently Asked Questions
What is prowlarr-search?
用Prowlarr搜索影视资源,搜索torrent种子,磁力链接Magnet. It is an AI Agent Skill for Claude Code / OpenClaw, with 315 downloads so far.
How do I install prowlarr-search?
Run "/install prowlarr-search" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is prowlarr-search free?
Yes, prowlarr-search is completely free (open-source). You can download, install and use it at no cost.
Which platforms does prowlarr-search support?
prowlarr-search is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created prowlarr-search?
It is built and maintained by pengzhxyz (@pengzhxyz); the current version is v1.0.0.
More Skills