Connects Radarr/Sonarr to Plex and Jellyfin on Windows to manage media library organization.

Install

mkdir -p .claude/skills/plex && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/9802" && unzip -o skill.zip -d .claude/skills/plex && rm skill.zip

Installs to .claude/skills/plex

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Set up Plex libraries and connect the Media Finder stack to Plex. Plex runs natively on Windows (not in Docker) on port 32400. Use to add the Movies/TV libraries, point Radarr/Sonarr/Seerr at Plex, or fix Plex not seeing new media or your drive.
245 charsno explicit “when” trigger
Intermediate

Key capabilities

  • Configure Plex media libraries
  • Connect Radarr/Sonarr to Plex
  • Fix media visibility issues
  • Test container-to-host connectivity

How it works

It configures native Windows Plex libraries and maps containerized automation tools to the host machine via host.docker.internal.

Inputs & outputs

You give it
Media library path or connection issue
You get back
Configured Plex library or connectivity fix

When to use plex

  • Adding new media libraries
  • Fixing Plex media visibility
  • Configuring Radarr connect

About this skill

Plex (port 32400) — the player (native Windows)

Plex is the user's existing native Windows app — not a container. It's the at-home player. For remote watching the stack uses Jellyfin instead (Plex's remote streaming is paywalled and the free workarounds are blocked) — see the jellyfin and remote-access skills. Both read the same library files.

Setup (libraries)

  1. Settings (wrench) → Manage → Libraries → Add Library (or the + in the sidebar).
  2. Movies → folder C:\Users\<you>\Videos\Movies.
  3. TV Shows → folder C:\Users\<you>\Videos\TV Shows.
    • Anime (TV Shows type) → C:\Users\<you>\Videos\Anime.
  4. Settings → Library → tick Scan my library automatically (a backup to the Radarr/Sonarr notifications).

How the stack connects to Plex

  • Radarr/Sonarr (Settings → Connect) notify both Plex and Jellyfin on import, so new media shows up in each on its own. They reach Plex at host host.docker.internal, port 32400 (they run in containers, Plex is on the host; fallback: the PC's LAN IPv4 from ipconfig).
  • Seerr also points at Plex (host.docker.internal:32400) to read what's already in the library.

Gotchas

  • Plex can't see your C: drive when adding a library → Plex is running as a different Windows user; run it as your own account (or grant that account read access to the Videos folder).
  • Plex uses Windows paths (C:\Users\...\Videos\...), not the container paths (/videos/...).
  • New media not appearing → confirm the Radarr/Sonarr Plex "Connect" is set up and the Plex library folder matches the Videos path. A manual import in Sonarr/Radarr skips the notification — scan the Plex library by hand after one.
  • Seerr marks titles Available only for Plex libraries that are enabled in Seerr (Settings → Plex) — enable all incl. Anime and re-sync if one is missing (see the seerr skill).

Check

In the Plex web app the Movies/TV libraries should scan and play. From a container, test reachability with: docker exec radarr curl -s -o /dev/null -w "%{http_code}" http://host.docker.internal:32400/identity

When not to use it

  • Remote streaming setup
  • Docker-based Plex installation

Prerequisites

Native Windows Plex installationRadarr/Sonarr/Seerr containers

Limitations

  • Plex must run on native Windows
  • Remote streaming is not supported

How it compares

It specifically manages the integration between containerized media finders and a native Windows Plex host.

Compared to similar skills

plex side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
plex (this skill)02moReviewIntermediate
session-status17moReviewBeginner
it-operations17moNo flagsAdvanced
customerio-cost-tuning025dReviewIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry