← 返回 Skills 市场
jmagar

Prowlarr

作者 jmagar · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
2067
总下载
1
收藏
14
当前安装
1
版本数
在 OpenClaw 中安装
/install 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.
安全使用建议
This skill's code matches its description: it calls a Prowlarr instance using a URL and API key. However, the package metadata omits the config file path and required tools (curl, jq) that the script uses. Before installing: 1) review the included scripts yourself (they are present and readable) to confirm behavior; 2) only provide an API key for a Prowlarr instance you trust and prefer using environment variables with restricted file permissions if you store a config file (~/.clawdbot/credentials/prowlarr/config.json should be readable only by you); 3) ensure curl and jq are available on the agent runtime; 4) confirm the PROWLARR_URL points to an internal/trusted host (the script will send the API key to that URL); 5) ask the publisher to update metadata to list required config paths and binaries so the skill's declared requirements match what it actually needs. These inconsistencies are likely sloppy packaging rather than malicious, but verify before granting access to your Prowlarr API key.
功能分析
Type: OpenClaw Skill Name: prowlarr Version: 1.0.0 The OpenClaw AgentSkills skill bundle for Prowlarr is classified as benign. The `scripts/prowlarr-api.sh` script correctly handles credentials by reading from a designated config file (`~/.clawdbot/credentials/prowlarr/config.json`) or environment variables. It uses `curl` to interact with the Prowlarr API and `jq` for JSON parsing and crucial URL encoding of user input, preventing command injection. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts in `SKILL.md` or `README.md`.
能力评估
Purpose & Capability
The name/description match the code: the script talks to a Prowlarr API and supports searches, indexer management, and syncs. However, the registry metadata lists no required config paths or env vars while SKILL.md and the script both require a config file (~/.clawdbot/credentials/prowlarr/config.json) or PROWLARR_URL/PROWLARR_API_KEY — this mismatch is an inconsistency.
Instruction Scope
SKILL.md explicitly instructs creating/reading a credentials file and gives CLI examples that run the included script. The runtime instructions stay within the stated purpose (only call the Prowlarr API). They do, however, direct the agent/user to read/create a specific config path that was not declared in metadata.
Install Mechanism
There is no install step or external download; this is an instruction-only skill with an included bash helper. No third-party packages are fetched at install time, which reduces supply-chain risk.
Credentials
The only secret needed is the Prowlarr API key (provided via config file or PROWLARR_API_KEY), which is appropriate for the stated functionality. However, the registry metadata declared no required env vars or config paths even though the skill clearly needs them. Also the script requires curl and jq, but the metadata lists no required binaries.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system-wide settings. It simply reads a local credentials file or environment variables and makes API calls to the configured Prowlarr URL.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install prowlarr
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /prowlarr 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
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.
元数据
Slug prowlarr
版本 1.0.0
许可证
累计安装 14
当前安装数 14
历史版本数 1
常见问题

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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2067 次。

如何安装 Prowlarr?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install prowlarr」即可一键安装,无需额外配置。

Prowlarr 是免费的吗?

是的,Prowlarr 完全免费(开源免费),可自由下载、安装和使用。

Prowlarr 支持哪些平台?

Prowlarr 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Prowlarr?

由 jmagar(@jmagar)开发并维护,当前版本 v1.0.0。

💬 留言讨论