jellyseerrRequest 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.
Install via ClawdBot CLI:
clawdbot install EricRosenberg/jellyseerrRequest movies and TV shows through your Jellyseerr server for automated downloading to Plex/Jellyfin.
Configure your Jellyseerr server:
scripts/setup.sh
You'll need:
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"
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
Get notified when your requested content becomes available.
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/
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
Edit ~/.config/jellyseerr/config.json:
{
"server_url": "https://jellyseerr.yourdomain.com",
"api_key": "your-api-key",
"auto_approve": true
}
See references/api.md for Jellyseerr API documentation.
Generated Mar 1, 2026
A home user wants to expand their personal Plex or Jellyfin server with new movies and TV shows. They use Jellyseerr to search for content, request it, and automatically download it when available, streamlining media acquisition without manual intervention.
A small business, such as a cafe or boutique hotel, sets up a media server for customer entertainment. They use Jellyseerr to request and manage licensed content, ensuring a curated library that updates automatically based on guest preferences and availability.
An educational institution uses Jellyseerr to request documentaries, films, and series for teaching purposes. It integrates with their media server to provide students with on-demand access, with notifications when requested educational materials become available for download.
A community center or library employs Jellyseerr to allow members to request media for shared viewing. It automates the process of adding content to a public server, with webhook notifications to alert staff when new items are ready for access.
A content creator or production team uses Jellyseerr to request reference films and shows for research or inspiration. It helps manage a backlog of media requests, with automated tracking to ensure timely availability for project needs.
Offer a managed media server solution where customers pay a monthly fee for access to a curated library. Use Jellyseerr to automate content requests and updates, reducing operational costs and providing a seamless experience with automatic availability notifications.
Provide Jellyseerr-integrated media server packages to businesses like hotels or schools. Charge for setup, customization, and ongoing support, leveraging the skill's automation to deliver reliable content management without extensive manual oversight.
Develop a platform that uses Jellyseerr to aggregate media requests from a community. Offer basic features for free, with premium tiers for advanced notifications, priority requests, or integration with additional services, monetizing through upsells.
π¬ Integration Tip
Ensure the Jellyseerr server URL and API key are correctly configured in the config.json file, and set up webhooks for real-time notifications to avoid reliance on polling methods.
Terminal Spotify playback/search via spogo (preferred) or spotify_player.
Search GIF providers with CLI/TUI, download results, and extract stills/sheets.
Download videos from YouTube, Bilibili, Twitter, and thousands of other sites using yt-dlp. Use when the user provides a video URL and wants to download it, extract audio (MP3), download subtitles, or select video quality. Triggers on phrases like "δΈθ½½θ§ι’", "download video", "yt-dlp", "YouTube", "Bη«", "ζι³", "ζει³ι’", "extract audio".
Search and add movies to Radarr. Supports collections, search-on-add option.
Control Spotify playback on macOS. Play/pause, skip tracks, control volume, play artists/albums/playlists. Use when a user asks to play music, control Spotify, change songs, or adjust Spotify volume.
Search and add TV shows to Sonarr. Supports monitor options, search-on-add.