Request movies or TV shows on Overseerr by title and optional season, checking availability before forwarding the request to Sonarr or Radarr.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install overseerr-request-media或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install overseerr-request-media⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/overseerr-request-media/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
Request a movie or TV show using the user's Overseerr instance. Overseerr forwards the request to Sonarr/Radarr.
Environment variables:
Authentication header:
Overseerr can detect if media is already available or already requested based on your configured Plex + Sonarr/Radarr connections.
User examples:
Extract:
- "season 2" - "seasons 1-3" - "season 1 and 4"
GET:
$OVERSEERR_URL/api/v1/search?query=
Example: curl -s -H "X-Api-Key: $OVERSEERR_API_KEY" \ "$OVERSEERR_URL/api/v1/search?query=interstellar"
If the search results include BOTH:
with the same (or extremely similar) title,
THEN ask the user to choose before requesting.
Show 2-4 options max, like:
If the user provided an obvious hint like "movie", "show", "tv", "season 2", then pick the matching type automatically.
Rules:
Before creating a request:
- Do NOT request it - Reply: "Already available ✅"
- Do NOT request it again - Reply: "Already requested ✅"
If the API response does NOT clearly indicate status:
POST: $OVERSEERR_URL/api/v1/request
Movie JSON:
{
"mediaType": "movie",
"mediaId":
TV JSON (full series):
{
"mediaType": "tv",
"mediaId":
TV JSON (specific seasons):
{
"mediaType": "tv",
"mediaId":
Examples:
Movie: curl -s -X POST \ -H "X-Api-Key: $OVERSEERR_API_KEY" \ -H "Content-Type: application/json" \ "$OVERSEERR_URL/api/v1/request" \ -d '{"mediaType":"movie","mediaId":157336}'
TV (full): curl -s -X POST \ -H "X-Api-Key: $OVERSEERR_API_KEY" \ -H "Content-Type: application/json" \ "$OVERSEERR_URL/api/v1/request" \ -d '{"mediaType":"tv","mediaId":71912}'
TV (season 2): curl -s -X POST \ -H "X-Api-Key: $OVERSEERR_API_KEY" \ -H "Content-Type: application/json" \ "$OVERSEERR_URL/api/v1/request" \ "$OVERSEERR_URL/api/v1/request" \ -d '{"mediaType":"tv","mediaId":71912,"seasons":[2]}'
Short confirmations:
- Ask for alternate title or year
- Ask the user to pick from 2-4 options
安装 Request media on Overseerr 后,可以对 AI 说这些话来触发它
Help me get started with Request media on Overseerr
Explains what Request media on Overseerr does, walks through the setup, and runs a quick demo based on your current project
Use Request media on Overseerr to request movies or TV shows on Overseerr by title and optional seaso...
Invokes Request media on Overseerr with the right parameters and returns the result directly in the conversation
What can I do with Request media on Overseerr in my marketing & growth workflow?
Lists the top use cases for Request media on Overseerr, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/overseerr-request-media/ 目录(个人级,所有项目可用),或 .claude/skills/overseerr-request-media/(项目级)。重启 AI 客户端后,用 /overseerr-request-media 主动调用,或让 AI 根据上下文自动发现并使用。
Request media on Overseerr 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Request media on Overseerr 可免费安装使用。请查阅仓库了解许可证信息。
Request movies or TV shows on Overseerr by title and optional season, checking availability before forwarding the request to Sonarr or Radarr.
Request media on Overseerr 属于「Marketing & Growth」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my marketing & growth tasks using Request media on Overseerr
Identifies repetitive steps in your workflow and sets up Request media on Overseerr to handle them automatically