โ† All skills
Tencent SkillHub ยท Developer Tools

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.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

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.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, references/WEBHOOK_SETUP.md, references/api.md, scripts/auto_monitor.sh, scripts/install_service.sh, scripts/monitor_availability.py

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 9 sections Open source page

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.

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Docs3 Scripts
  • SKILL.md Primary doc
  • references/api.md Docs
  • references/WEBHOOK_SETUP.md Docs
  • scripts/auto_monitor.sh Scripts
  • scripts/install_service.sh Scripts
  • scripts/monitor_availability.py Scripts