{"skill":{"slug":"overseerr","displayName":"Overseerr","summary":"Request movies/TV and monitor request status via the Overseerr API (stable Overseerr, not the beta Seerr rewrite).","description":"---\nname: overseerr\ndescription: Request movies/TV and monitor request status via the Overseerr API (stable Overseerr, not the beta Seerr rewrite).\nhomepage: https://overseerr.dev/\nmetadata: {\"clawdbot\":{\"emoji\":\"🍿\",\"requires\":{\"bins\":[\"node\"],\"env\":[\"OVERSEERR_URL\",\"OVERSEERR_API_KEY\"]},\"primaryEnv\":\"OVERSEERR_API_KEY\"}}\n---\n\n# Overseerr\n\nInteract with a local/self-hosted Overseerr instance (search + request + status).\n\nNote: This skill targets **Overseerr** (the current stable project), not the newer \"Seerr\" rewrite that is in beta.\n\n## Setup\n\nSet env vars (recommended via your Clawdbot config):\n\n- `OVERSEERR_URL` (example: `http://localhost:5055`)\n- `OVERSEERR_API_KEY` (Settings → General → API Key)\n\n## Search\n\n```bash\nnode {baseDir}/scripts/search.mjs \"the matrix\"\nnode {baseDir}/scripts/search.mjs \"bluey\" --type tv\nnode {baseDir}/scripts/search.mjs \"dune\" --limit 5\n```\n\n## Request\n\n```bash\n# movie\nnode {baseDir}/scripts/request.mjs \"Dune\" --type movie\n\n# tv (optionally all seasons, default)\nnode {baseDir}/scripts/request.mjs \"Bluey\" --type tv --seasons all\n\n# request specific seasons\nnode {baseDir}/scripts/request.mjs \"Severance\" --type tv --seasons 1,2\n\n# 4K request\nnode {baseDir}/scripts/request.mjs \"Oppenheimer\" --type movie --is4k\n```\n\n## Status\n\n```bash\nnode {baseDir}/scripts/requests.mjs --filter pending\nnode {baseDir}/scripts/requests.mjs --filter processing --limit 20\nnode {baseDir}/scripts/request-by-id.mjs 123\n```\n\n## Monitor (polling)\n\n```bash\nnode {baseDir}/scripts/monitor.mjs --interval 30 --filter pending\n```\n\nNotes:\n- This skill uses `X-Api-Key` auth.\n- Overseerr can also push updates via webhooks; polling is a simple baseline.\n","tags":{"latest":"0.1.0"},"stats":{"comments":0,"downloads":2797,"installsAllTime":105,"installsCurrent":9,"stars":2,"versions":1},"createdAt":1768329253945,"updatedAt":1778485733200},"latestVersion":{"version":"0.1.0","createdAt":1768329253945,"changelog":"Initial release: search/request/status/monitor","license":null},"metadata":{"setup":[{"key":"OVERSEERR_URL","required":true},{"key":"OVERSEERR_API_KEY","required":true}],"os":null,"systems":null},"owner":{"handle":"j1philli","userId":"s170jx8fq2tt7eey0f3y2y3dcn8844c4","displayName":"j1philli","image":"https://avatars.githubusercontent.com/u/3744255?v=4"},"moderation":null}