mirror of
https://github.com/magnus919/agent-skills.git
synced 2026-09-20 08:06:35 +03:00
Each README is written for a human audience, explaining: - What the skill does (not what format it follows) - What benefit the user gets from installing it - Quick setup and usage patterns - When to load/trigger the skill - What scripts, references, and templates it ships data-scientist already had a README — left unchanged. 48 READMEs added across all skill and bundle directories.
37 lines
1.2 KiB
Markdown
37 lines
1.2 KiB
Markdown
# Jellyfin Media Server from the Terminal
|
|
|
|
Query your Jellyfin media library — recently added movies and episodes, search across your library, browse libraries, and check server stats.
|
|
|
|
## Why Install This Skill
|
|
|
|
When your agent loads this skill, it can **navigate your home media server** without opening a browser. That means:
|
|
|
|
- **See what's new** — recently added movies and TV episodes
|
|
- **Search your library** — find any movie, show, or episode by keyword
|
|
- **Browse libraries** — list all configured media libraries
|
|
- **Check server health** — server name, version, uptime, user count
|
|
|
|
## What You Get
|
|
|
|
| Directory | Purpose |
|
|
|-----------|---------|
|
|
| `SKILL.md` | Complete command reference with setup and examples |
|
|
| `scripts/jellyfin-cli` | CLI tool for Jellyfin API operations |
|
|
|
|
## Quick Start
|
|
|
|
```bash
|
|
export JELLYFIN_URL="http://your-server:8096"
|
|
export JELLYFIN_API_KEY="your-api-key"
|
|
```
|
|
|
|
API key from Dashboard → API Keys in the Jellyfin admin panel.
|
|
|
|
## Triggers
|
|
|
|
Load this when asking about Jellyfin, media server content, recently added movies or TV, or browsing your home media library.
|
|
|
|
## Requirements
|
|
|
|
Python 3.8+ with `requests` library. Jellyfin server with API key.
|