← 返回 Skills 市场
mephistojb

Plex

作者 MephistoJB · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ 安全检测通过
355
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install plex-skill
功能描述
Control Plex Media Server - browse libraries, search, play media, manage playback.
安全使用建议
This skill is internally consistent for controlling a Plex server. Before installing: (1) treat PLEX_TOKEN like a password — only provide it to trusted environments. (2) The examples put the token in the URL query string, which can appear in logs; prefer using header-based token transmission (X-Plex-Token) or ensure logs are protected. (3) Ensure PLEX_SERVER points to the intended server (local vs public) — if it is publicly routable, using HTTPS and limited-token scope is safer. (4) Because this skill can control playback, avoid granting the token to untrusted agents or services. If you need the agent to only read metadata, consider issuing a token with restricted permissions if Plex supports it.
功能分析
Type: OpenClaw Skill Name: plex-skill Version: 0.1.0 The Plex skill bundle provides standard documentation and curl commands for interacting with a Plex Media Server API. It uses environment variables (PLEX_SERVER and PLEX_TOKEN) as intended for authentication and contains no evidence of malicious intent, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
Name, description, required binaries (curl), and required env vars (PLEX_SERVER, PLEX_TOKEN) are exactly what a Plex API wrapper needs; nothing unrelated is requested.
Instruction Scope
SKILL.md contains only curl examples that call the Plex server endpoints using the declared env vars. It does not instruct reading other files, accessing other services, or exfiltrating data.
Install Mechanism
No install spec or code is included (instruction-only). This minimizes risk — the skill relies on an existing curl binary rather than downloading code.
Credentials
Only PLEX_SERVER and PLEX_TOKEN are required and the primary credential is the Plex token — both are appropriate and necessary for the described functionality.
Persistence & Privilege
always is false and the skill is user-invocable. Autonomous invocation is allowed (platform default) but the skill does not request elevated or persistent system-wide privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install plex-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /plex-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of Plex skill. - Control Plex Media Server using the Plex API via curl commands. - Browse libraries, search, play media, and manage playback. - Environment setup with `PLEX_SERVER` and `PLEX_TOKEN` required. - Includes easy command examples for server info, browsing, searching, and session management. - Provides guidance for listing libraries, viewing recently added items, and checking active sessions.
元数据
Slug plex-skill
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Plex 是什么?

Control Plex Media Server - browse libraries, search, play media, manage playback. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 355 次。

如何安装 Plex?

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

Plex 是免费的吗?

是的,Plex 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Plex 支持哪些平台?

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

谁开发了 Plex?

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

💬 留言讨论