plex

Installation
SKILL.md

Plex Media Server

Control Plex Media Server using the Plex API.

Setup

Set environment variables:

  • PLEX_SERVER: Your Plex server URL (e.g., http://192.168.1.100:32400)
  • PLEX_TOKEN: Your Plex auth token (find it at plex.tv/claim or in Plex app XML)

Common Commands

Get Server Info

curl -s "$PLEX_SERVER/?X-Plex-Token=$PLEX_TOKEN" -H "Accept: application/json"
Installs
2
Repository
openclaw/skills
GitHub Stars
4.5K
First Seen
Feb 1, 2026
plex — openclaw/skills