Overview
- Skill Key
- ericrosenberg/jellyseerr
- Author
- ericrosenberg
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/ericrosenberg/jellyseerr
- Latest Commit SHA
- d528f9fd95b0818d1e8dcae884e46969c426b1ec
Request movies and TV shows through Jellyseerr. Use when the user wants to add media to their Plex/Jellyfin server, search for content availability, or manage media requests.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 jellyseerr 技能。 若已安装,则直接安装 jellyseerr 技能。
# Jellyseerr
Request movies and TV shows through your Jellyseerr server for automated downloading to Plex/Jellyfin.
## Setup
Configure your Jellyseerr server:
```bash
scripts/setup.sh
```
You'll need:
- Jellyseerr server URL
- API key (from Jellyseerr Settings > General)
## Usage
Request a movie:
```bash
scripts/request_movie.py "Movie Name"
```
Request a TV show:
```bash
scripts/request_tv.py "TV Show Name"
```
Search for content:
```bash
scripts/search.py "Content Name"
```
## Examples
Request a movie:
```bash
scripts/request_movie.py "The Matrix"
```
Request a TV show (entire series):
```bash
scripts/request_tv.py "Breaking Bad"
```
Request specific TV season:
```bash
scripts/request_tv.py "Breaking Bad" --season 1
```
## Automatic Availability Notifications
Get notified when your requested content becomes available.
### Webhooks (Recommended)
For instant notifications, set up webhook integration. See [references/WEBHOOK_SETUP.md](references/WEBHOOK_SETUP.md) for the complete guide.
Quick setup:
```bash
scripts/install_service.sh # Run with sudo
```
Then configure Jellyseerr to send webhooks to `http://YOUR_IP:8384/`
### Polling (Alternative)
For environments where webhooks aren't available, use cron-based polling:
```bash
crontab -l > /tmp/cron_backup.txt
echo "* * * * * $(pwd)/scripts/auto_monitor.sh" >> /tmp/cron_backup.txt
crontab /tmp/cron_backup.txt
```
Check pending requests:
```bash
scripts/track_requests.py
```
## Configuration
Edit `~/.config/jellyseerr/config.json`:
```json
{
"server_url": "https://jellyseerr.yourdomain.com",
"api_key": "your-api-key",
"auto_approve": true
}
```
## API Reference
See [references/api.md](references/api.md) for Jellyseerr API documentation.
human-pages-ai
Search and hire real humans for tasks — photography, delivery, research, and more
zseven-w
Reusable skill templates for OpenClaw AI agents. Templates for API integration, data processing, web scraping, CLI tools, and file processing.
capt-marbles
Attio CRM integration for managing companies, people, deals, notes, tasks, and custom objects. Use when working with Attio CRM data, searching contacts, managing sales pipelines, adding notes to records, creating tasks, or syncing prospect information.
capt-marbles
Web scraping and crawling with Firecrawl API. Fetch webpage content as markdown, take screenshots, extract structured data, search the web, and crawl documentation sites. Use when the user needs to scrape a URL, get current web info, capture a screenshot, extract specific data from pages, or crawl docs for a framework/library.
caqlayan
Tweet Processor Skill
carlosarturoleon
Connect to Windsor.ai MCP for natural language access to 325+ data sources including Facebook Ads, GA4, HubSpot, Shopify, and more.