← 返回 Skills 市场
315
总下载
1
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install prowlarr-search
功能描述
用Prowlarr搜索影视资源,搜索torrent种子,磁力链接Magnet
使用说明 (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"
}
]
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install prowlarr-search - 安装完成后,直接呼叫该 Skill 的名称或使用
/prowlarr-search触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
prowlarr-search 是什么?
用Prowlarr搜索影视资源,搜索torrent种子,磁力链接Magnet. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 315 次。
如何安装 prowlarr-search?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install prowlarr-search」即可一键安装,无需额外配置。
prowlarr-search 是免费的吗?
是的,prowlarr-search 完全免费(开源免费),可自由下载、安装和使用。
prowlarr-search 支持哪些平台?
prowlarr-search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 prowlarr-search?
由 pengzhxyz(@pengzhxyz)开发并维护,当前版本 v1.0.0。
推荐 Skills