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
- Make sure your Jellyfin server is running and accessible.
- Generate an API key in the Jellyfin Dashboard → API Keys →
+to create a new key. - 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.