jellyfin-cli

Installation
SKILL.md

jellyfin-cli — Jellyfin Media Server from the Terminal

Query recently added movies and TV episodes, search and inspect media, browse libraries, see next-up episodes, check server info, and view library statistics — all from your Jellyfin server's REST API.

Setup

  1. Make sure your Jellyfin server is running and accessible.
  2. Generate an API key in the Jellyfin Dashboard → API Keys+ to create a new key.
  3. Set these environment variables:
export JELLYFIN_URL="http://your-server:8096"   # include protocol and port
export JELLYFIN_API_KEY="your-api-key-here"
export JELLYFIN_USER_ID="your-jellyfin-user-id" # required by recent, next-up, and item

Run the bundled CLI as scripts/jellyfin-cli. --help and --dry-run work without credentials.

Essential Commands

Installs
3
GitHub Stars
76
First Seen
Aug 5, 2026
jellyfin-cli — magnus919/agent-skills