← 返回 Skills 市场
j1philli

Overseerr

作者 j1philli · GitHub ↗ · v0.1.0
cross-platform ✓ 安全检测通过
2317
总下载
2
收藏
9
当前安装
1
版本数
在 OpenClaw 中安装
/install overseerr
功能描述
Request movies/TV and monitor request status via the Overseerr API (stable Overseerr, not the beta Seerr rewrite).
安全使用建议
This skill appears to do exactly what it claims: run Node scripts that communicate with your Overseerr instance using OVERSEERR_URL and OVERSEERR_API_KEY. Before installing: (1) only provide an API key that you trust — limit its privileges if possible; (2) run the scripts in an environment with a reasonably recent Node (fetch API used); (3) be aware the monitor script polls indefinitely and will make repeated requests to your Overseerr URL; (4) verify the skill source if you require provenance (the registry owner is listed but source is “unknown”). Otherwise the code looks straightforward and coherent with the described purpose.
功能分析
Type: OpenClaw Skill Name: overseerr Version: 0.1.0 The skill bundle is benign. It provides functionality to interact with a self-hosted Overseerr instance for media requests and status monitoring. All network calls are directed to the user-configured `OVERSEERR_URL` using the provided `OVERSEERR_API_KEY`, which are explicitly declared as required environment variables in `SKILL.md`. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts against the agent. The code in `scripts/*.mjs` correctly implements the stated purpose without any high-risk behaviors.
能力评估
Purpose & Capability
Name/description -> required binaries/env vars -> code all align: the scripts call only the Overseerr API (OVERSEERR_URL) and use the supplied OVERSEERR_API_KEY. No unrelated services, credentials, or OS-level resources are requested.
Instruction Scope
SKILL.md instructs running the provided Node scripts; the scripts only read the declared env vars, call the Overseerr API under /api/v1, and output JSON. The monitor script polls indefinitely and prints changes to stdout (expected behavior for a monitor). There are no instructions to read other files, credentials, or send data to external endpoints beyond OVERSEERR_URL.
Install Mechanism
No install spec; this is essentially an instruction+script bundle that requires the node binary. Nothing is downloaded from external URLs or written to arbitrary locations during install.
Credentials
Only OVERSEERR_URL and OVERSEERR_API_KEY are required (API key is declared as primary). This matches the API usage in the code and is proportionate; no extraneous SECRET/TOKEN/PASSWORD env vars are requested.
Persistence & Privilege
always is false and the skill does not modify other skills or system-wide settings. It can be invoked autonomously (platform default), which is expected for skills that make API calls — nothing here escalates privileges or requests permanent presence.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install overseerr
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /overseerr 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release: search/request/status/monitor
元数据
Slug overseerr
版本 0.1.0
许可证
累计安装 9
当前安装数 9
历史版本数 1
常见问题

Overseerr 是什么?

Request movies/TV and monitor request status via the Overseerr API (stable Overseerr, not the beta Seerr rewrite). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2317 次。

如何安装 Overseerr?

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

Overseerr 是免费的吗?

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

Overseerr 支持哪些平台?

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

谁开发了 Overseerr?

由 j1philli(@j1philli)开发并维护,当前版本 v0.1.0。

💬 留言讨论