jellyfin
Installation
SKILL.md
jellyfin — Jellyfin Media Server from the Terminal
Query recently added movies and TV episodes, search and inspect media, walk series →
seasons → episodes, browse libraries, see next-up episodes, log in as a user, and check
server stats — all from your Jellyfin server's REST API. Every command is read-only
except login.
Setup
- Make sure your Jellyfin server is running and accessible (default
http://localhost:8096). - Pick an authentication route:
- API key — Dashboard → API Keys →
+. Administrator-level, no user identity: every user-scoped command then needs an explicit user id. - User token — run
scripts/jellyfin login --username NAME --promptonce; it prints the values to export.
- API key — Dashboard → API Keys →
- Set these environment variables: