← 返回 Skills 市场
PLEX-CTL
作者
akivasolutions
· GitHub ↗
· v1.0.0
717
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install plex-ctl
功能描述
Command-line tool for searching, playing, and controlling Plex Media Server and clients via the Plex API on your local network.
安全使用建议
This package looks coherent with its stated purpose. Before installing, consider: (1) The tool requires you to supply your Plex token and will store it in ~/.plexctl/config.json — treat that file as sensitive. (2) The code may perform local network calls to your Plex server and (as a fallback) may contact Plex cloud services for MyPlex discovery; if you want strictly local-only operation, disable cloud discovery or avoid using cloud fallback. (3) The included verify.sh runs git commands and prints git remote info — review it before running to avoid revealing repository metadata. (4) Install plexapi in a Python virtual environment (pip install -r requirements.txt) and inspect plexctl.py if you want to be certain of behavior. Overall, there are no disproportionate credential or network requests and no other obvious red flags.
功能分析
Type: OpenClaw Skill
Name: plex-ctl
Version: 1.0.0
The OpenClaw AgentSkills bundle for 'plexctl' is benign. The code (`plexctl.py`) is a straightforward CLI wrapper around the `plexapi` library, designed to control a user's local Plex Media Server. It stores configuration (Plex URL and token) locally in `~/.plexctl/config.json` and connects directly to the specified Plex server. There is no evidence of data exfiltration, malicious execution (e.g., `curl|bash`, `eval`), persistence mechanisms, or obfuscation. The `SKILL.md` and `README.md` provide clear, well-defined instructions for the agent and user, explicitly stating local-only operation and no external data sharing. The use of `argparse` in `plexctl.py` mitigates direct shell injection risks into the Python script itself, assuming the agent correctly passes user input as quoted arguments.
能力评估
Purpose & Capability
The code and docs align with the stated purpose: controlling Plex servers and clients via the Plex API. Required dependency (plexapi) is appropriate. No unrelated services, binaries, or credentials are requested that don't match a Plex control tool.
Instruction Scope
SKILL.md and README instruct the user to install plexapi, run an interactive setup that asks for Plex URL/token, and to run normal commands; those instructions are within scope. Two minor notes: (1) the tool uses local GDM discovery first but falls back to Plex cloud (MyPlex) for client discovery — the docs mention this, but it means the code may make outbound calls to Plex cloud only as a fallback; (2) the included verify.sh queries local git metadata and remote URLs (git log, git remote -v) which reads local repo metadata — benign for verification but unnecessary for runtime operation and worth noting before running the script.
Install Mechanism
There is no install spec (instruction-only install); the files included are Python script(s) and a requirements.txt. Installing is limited to pip installing plexapi (expected). No downloads from arbitrary URLs or archive extraction are present.
Credentials
The skill does not request environment variables or external credentials in the registry metadata. It asks the user to provide a Plex token interactively and stores it locally at ~/.plexctl/config.json — this is proportional to its function. There are no demands for unrelated tokens or secrets.
Persistence & Privilege
The skill does not request always:true, does not modify other skills, and only writes its own config to ~/.plexctl/config.json. Autonomous invocation (disable-model-invocation: false) is the platform default and not itself a red flag here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install plex-ctl - 安装完成后,直接呼叫该 Skill 的名称或使用
/plex-ctl触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release — standalone Plex Media Server CLI. Play, search, pause, resume, browse libraries, and control any Plex client directly via API.
元数据
常见问题
PLEX-CTL 是什么?
Command-line tool for searching, playing, and controlling Plex Media Server and clients via the Plex API on your local network. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 717 次。
如何安装 PLEX-CTL?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install plex-ctl」即可一键安装,无需额外配置。
PLEX-CTL 是免费的吗?
是的,PLEX-CTL 完全免费(开源免费),可自由下载、安装和使用。
PLEX-CTL 支持哪些平台?
PLEX-CTL 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 PLEX-CTL?
由 akivasolutions(@akivasolutions)开发并维护,当前版本 v1.0.0。
推荐 Skills