plex
Installation
SKILL.md
Plex Skill
Query Plex Media Server by writing UV inline Python scripts using plexapi.
Setup
Credentials
Requires PLEX_SERVER_URL in workspace/.env.
If not set, ask the user for their Plex server URL (e.g. http://192.168.1.100:32400), then append to .env:
echo 'PLEX_SERVER_URL=http://their-server:32400' >> .env
Authentication
Plex uses OAuth with a PIN-based flow. This MUST be done in two separate steps because you need to show the user the link and wait for them to click it before polling.