Jellyseerr
/install jellyseerr
Jellyseerr
Request movies and TV shows through your Jellyseerr server for automated downloading to Plex/Jellyfin.
Setup
Configure your Jellyseerr server:
scripts/setup.sh
You'll need:
- Jellyseerr server URL
- API key (from Jellyseerr Settings > General)
Usage
Request a movie:
scripts/request_movie.py "Movie Name"
Request a TV show:
scripts/request_tv.py "TV Show Name"
Search for content:
scripts/search.py "Content Name"
Examples
Request a movie:
scripts/request_movie.py "The Matrix"
Request a TV show (entire series):
scripts/request_tv.py "Breaking Bad"
Request specific TV season:
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 for the complete guide.
Quick setup:
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:
crontab -l > /tmp/cron_backup.txt
echo "* * * * * $(pwd)/scripts/auto_monitor.sh" >> /tmp/cron_backup.txt
crontab /tmp/cron_backup.txt
Check pending requests:
scripts/track_requests.py
Configuration
Edit ~/.config/jellyseerr/config.json:
{
"server_url": "https://jellyseerr.yourdomain.com",
"api_key": "your-api-key",
"auto_approve": true
}
API Reference
See references/api.md for Jellyseerr API documentation.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install jellyseerr - 安装完成后,直接呼叫该 Skill 的名称或使用
/jellyseerr触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Jellyseerr 是什么?
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2231 次。
如何安装 Jellyseerr?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install jellyseerr」即可一键安装,无需额外配置。
Jellyseerr 是免费的吗?
是的,Jellyseerr 完全免费(开源免费),可自由下载、安装和使用。
Jellyseerr 支持哪些平台?
Jellyseerr 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Jellyseerr?
由 EricRosenberg(@ericrosenberg)开发并维护,当前版本 v1.0.0。