← 返回 Skills 市场
Readarr
作者
minerva-care
· GitHub ↗
· v1.0.0
· MIT-0
279
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install readarr
功能描述
Interact with Readarr (ebook/audiobook manager) via its REST API. Use when searching for books, monitoring authors for new releases, checking what's missing...
安全使用建议
This skill is generally coherent for interacting with a local Readarr instance, but review before installing. Key points: (1) SKILL.md expects the agent to read your Readarr API key from a file in your home (~/clawd/credentials/readarr_api_key or similar) even though the skill metadata doesn't declare required credentials—ensure you understand and approve any file access. (2) Confirm the Readarr URL (localhost vs. 192.168.42.79) and the filesystem paths referenced (Calibre library, Docker volumes) match your environment; the doc has environment-specific assumptions (macOS path, Synology Docker) that may not apply. (3) If you do not want an agent to read local secrets, move the API key to a location only you permit, or update the skill to clearly declare required config path(s) and to accept the key via a safer mechanism. (4) Because this is instruction-only, there is no installer risk, but pay attention to the agent's permission to read files and access your LAN. If unsure, test in a restricted account or VM and prefer creating a dedicated Readarr API key with limited scope before use.
功能分析
Type: OpenClaw Skill
Name: readarr
Version: 1.0.0
The skill bundle contains shell command templates in SKILL.md that are vulnerable to shell injection, as user-controlled placeholders (e.g., <title>, <id>) are directly interpolated into bash commands without sanitization. The skill also requires reading sensitive API keys from the filesystem and references a setup in references/setup.md that involves passwordless sudo for Docker on a specific local IP (192.168.42.79). While these capabilities are aligned with the stated purpose of managing a Readarr instance, the lack of input validation in the instructions constitutes a significant security vulnerability.
能力评估
Purpose & Capability
The name/description match the instructions: SKILL.md contains curl examples against Readarr endpoints, add/monitor/search workflows, and Calibre integration. However, the skill metadata declares no required environment variables or config paths while the instructions rely on READARR_URL and READARR_KEY (and specific file paths). This mismatch is unexpected and should be reconciled.
Instruction Scope
Runtime instructions explicitly tell the agent to read a local credential file (e.g. `READARR_KEY=$(cat ~/clawd/credentials/readarr_api_key)` / `/path/to/readarr_api_key`) and reference local hosts/paths (localhost:8787, 192.168.42.79, /Volumes/Bull, /Applications/Readarr.app). Reading a secret from the user's home directory is within the skill's stated purpose but is sensitive; the instructions also mention passwordless sudo for docker on Synology which indicates environment-specific privileged operations. There are no instructions that exfiltrate data to external hosts, but the skill grants itself discretion to read local files and network services not declared in the metadata.
Install Mechanism
Instruction-only skill with no install spec and no code files. This is lower risk because nothing is automatically downloaded or written by an installer.
Credentials
The skill requires an API key to authenticate to Readarr, and the SKILL.md instructs where to store/load it, but the registry metadata lists no required env vars or config paths and no primary credential. That mismatch is disproportionate: the agent will try to access a local secret file without the skill declaring that it needs such access. The required access is limited to a Readarr API key and local network, but the lack of explicit declaration reduces transparency.
Persistence & Privilege
The skill is not always-enabled, does not request elevated platform-wide persistence, and does not modify other skills' configuration. Autonomous invocation is permitted (platform default) — combine that with the noted credential access if you are concerned.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install readarr - 安装完成后,直接呼叫该 Skill 的名称或使用
/readarr触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Interact with Readarr ebook/audiobook manager via REST API.
元数据
常见问题
Readarr 是什么?
Interact with Readarr (ebook/audiobook manager) via its REST API. Use when searching for books, monitoring authors for new releases, checking what's missing... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 279 次。
如何安装 Readarr?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install readarr」即可一键安装,无需额外配置。
Readarr 是免费的吗?
是的,Readarr 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Readarr 支持哪些平台?
Readarr 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Readarr?
由 minerva-care(@minerva-care)开发并维护,当前版本 v1.0.0。
推荐 Skills