overseerrRequest movies/TV and monitor request status via the Overseerr API (stable Overseerr, not the beta Seerr rewrite).
Install via ClawdBot CLI:
clawdbot install j1philli/overseerrRequires:
Interact with a local/self-hosted Overseerr instance (search + request + status).
Note: This skill targets Overseerr (the current stable project), not the newer "Seerr" rewrite that is in beta.
Set env vars (recommended via your Clawdbot config):
OVERSEERR_URL (example: http://localhost:5055)OVERSEERR_API_KEY (Settings β General β API Key)node {baseDir}/scripts/search.mjs "the matrix"
node {baseDir}/scripts/search.mjs "bluey" --type tv
node {baseDir}/scripts/search.mjs "dune" --limit 5
# movie
node {baseDir}/scripts/request.mjs "Dune" --type movie
# tv (optionally all seasons, default)
node {baseDir}/scripts/request.mjs "Bluey" --type tv --seasons all
# request specific seasons
node {baseDir}/scripts/request.mjs "Severance" --type tv --seasons 1,2
# 4K request
node {baseDir}/scripts/request.mjs "Oppenheimer" --type movie --is4k
node {baseDir}/scripts/requests.mjs --filter pending
node {baseDir}/scripts/requests.mjs --filter processing --limit 20
node {baseDir}/scripts/request-by-id.mjs 123
node {baseDir}/scripts/monitor.mjs --interval 30 --filter pending
Notes:
X-Api-Key auth.Generated Mar 1, 2026
A user with a personal media server wants to easily request and track movies or TV shows from their mobile device or computer. They use Overseerr to search for content, submit requests, and monitor the status of downloads, integrating with services like Plex or Jellyfin for automated library updates.
A small office or co-working space maintains a shared media library for entertainment during breaks. Staff use Overseerr to request new content via a simple interface, ensuring all requests are logged and processed without manual intervention, streamlining media acquisition.
A teacher or educational institution uses Overseerr to request documentaries or educational series for classroom use. They search for specific titles, submit requests for approval, and track when content becomes available, aiding in lesson planning and resource management.
A community center or library offers a media streaming service to members. Overseerr allows patrons to request movies or shows, with administrators monitoring pending requests and processing them to expand the collection based on popular demand.
A business offers a curated media streaming platform where users pay a monthly fee to access content. Overseerr is used internally to handle user requests for new additions, automating the acquisition process and ensuring the library stays updated based on subscriber preferences.
A company provides media management solutions to other businesses, such as hotels or restaurants, setting up Overseerr to allow staff to request background music or video content. Revenue comes from setup fees, ongoing maintenance, and content licensing agreements.
A platform offers basic media access for free, with premium features like faster request processing or exclusive content available via paid tiers. Overseerr handles request workflows, with premium users getting priority in monitoring and fulfillment, driving upsells.
π¬ Integration Tip
Ensure the Overseerr instance is properly configured with environment variables for URL and API key, and test search and request scripts to verify connectivity before deploying in production environments.
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.