overseerr
Request movies/TV and monitor request status via the Overseerr API (stable Overseerr.
Installation
npx clawhub@latest install overseerrView the full skill documentation and source below.
Documentation
Overseerr
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.
Setup
Set env vars (recommended via your Clawdbot config):
OVERSEERR_URL(example:) -OVERSEERR_API_KEY(Settings → General → API Key) ## Search __CODE_BLOCK_0__ ## Request __CODE_BLOCK_1__ ## Status __CODE_BLOCK_2__ ## Monitor (polling) __CODE_BLOCK_3__ Notes: - This skill usesX-Api-Key` auth.- Overseerr can also push updates via webhooks; polling is a simple baseline.