{
  "schemaVersion": "1.0",
  "item": {
    "slug": "radarr-plus",
    "name": "Radarr+",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/vishalchaudhary/radarr-plus",
    "canonicalUrl": "https://clawhub.ai/vishalchaudhary/radarr-plus",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/radarr-plus",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=radarr-plus",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "references/onboarding.md",
      "references/radarr-api-notes.md",
      "references/setup.md",
      "scripts/check_env.py",
      "scripts/enqueue_track.py"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/radarr-plus"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/radarr-plus",
    "agentPageUrl": "https://openagent3.xyz/skills/radarr-plus/agent",
    "manifestUrl": "https://openagent3.xyz/skills/radarr-plus/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/radarr-plus/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Radarr+",
        "body": "Request movies from chat and have them added to Radarr (with progress updates back in the same chat)."
      },
      {
        "title": "What it looks like (example)",
        "body": "Here’s an example of the single-message poster card + caption users will receive when requesting a movie (poster attachment + trailer + rating):\n\nExample message caption:\n\nShutter Island (2010)\n⭐ IMDb: 8.2/10\n🎬 Trailer: https://www.youtube.com/watch?v=qdPw9x9h5CY\nAdded to Radarr ✅ (Ultra-HD, /movies). I’ll post progress + “imported ✅” here."
      },
      {
        "title": "Setup (one-time)",
        "body": "Set secrets in ~/.openclaw/.env (never commit these):\n\nRADARR_URL=http://<host>:7878\nRADARR_API_KEY=...\n\nOptional (recommended for fewer questions later):\n\nRADARR_DEFAULT_PROFILE=HD-1080p\nRADARR_DEFAULT_ROOT=/data/media/movies\n\nOptional (for the “rich” experience we’ll add next):\n\nTMDB_API_KEY=... (poster + trailer)\nOMDB_API_KEY=... (IMDb rating)\nPLEX_URL=http://<plex-host>:32400\nPLEX_TOKEN=...\n\nVerify env + connectivity:\n\n./skills/radarr/scripts/check_env.py\n./skills/radarr/scripts/radarr.sh ping\n\nIf it fails, check:\n\nRadarr is reachable from the OpenClaw host\nAPI key is correct\nURL is correct (http vs https)"
      },
      {
        "title": "List available quality profiles",
        "body": "./skills/radarr/scripts/radarr.sh profiles"
      },
      {
        "title": "List configured root folders",
        "body": "./skills/radarr/scripts/radarr.sh roots"
      },
      {
        "title": "Lookup/search a movie",
        "body": "./skills/radarr/scripts/radarr.sh lookup --compact \"inception\"\n./skills/radarr/scripts/radarr.sh lookup --compact \"tmdb:603\""
      },
      {
        "title": "Add a movie (preferred: TMDB id)",
        "body": "./skills/radarr/scripts/radarr.sh add --tmdb 603 --profile \"HD-1080p\" --root \"/data/media/movies\" --monitor --search"
      },
      {
        "title": "Add a movie (by title; optionally prefer a year)",
        "body": "./skills/radarr/scripts/radarr.sh add --term \"Dune\" --year 2021 --profile \"HD-1080p\" --root \"/data/media/movies\" --monitor --search"
      },
      {
        "title": "Chat workflow (recommended)",
        "body": "When the user says “request/add <movie>” (DM or group):"
      },
      {
        "title": "1) Lookup",
        "body": "Run:\n\n./skills/radarr/scripts/radarr.sh lookup --compact \"<movie>\"\n\nIf there are multiple plausible matches, ask the user to choose (year or TMDB id)."
      },
      {
        "title": "2) Resolve missing config by prompting",
        "body": "Resolve defaults from env (and fetch prompt options when missing):\n\n./skills/radarr/scripts/resolve_defaults.py\n\nIf defaults are missing, prompt the user to pick one of the returned options:\n\noptions.profiles[]\noptions.roots[]\n\n(If defaults exist, use them silently.)"
      },
      {
        "title": "3) Optional rich “movie card” (add-ins)",
        "body": "If TMDB_API_KEY is set, build a movie card:\n\n./skills/radarr/scripts/movie_card.py --tmdb <id>\n\nIf the output includes posterUrl, you can download it and attach it:\n\n./skills/radarr/scripts/fetch_asset.py --url \"<posterUrl>\" --out \"./outbound/radarr/<tmdbId>.jpg\"\n\nIf OMDB_API_KEY is set and an IMDb id is known, the card will include IMDb rating."
      },
      {
        "title": "4) Add to Radarr",
        "body": "Use TMDB when possible:\n\n./skills/radarr/scripts/radarr.sh add --tmdb <id> --profile \"<profile>\" --root \"<root>\" --monitor --search"
      },
      {
        "title": "5) Track progress + notify in the same chat (Radarr-only, polling)",
        "body": "This skill provides a file-based tracker queue:\n\nEnqueue tracking for the same chat where the request came from (DM or group):\n\n./skills/radarr/scripts/enqueue_track.py --channel telegram --target \"<chatId>\" --movie-id <id> --title \"<title>\" --year <year>\n\nA periodic dispatcher should run:\n\n./skills/radarr/scripts/poll_and_queue.py\n\nThis will create outbox items under ./state/radarr/outbox/ that your OpenClaw cron runner can send."
      },
      {
        "title": "6) Plex link (optional add-in)",
        "body": "If Plex is configured, try to produce a Plex web URL:\n\n./skills/radarr/scripts/plex_link.py --title \"<title>\" --year <year>"
      },
      {
        "title": "References",
        "body": "Onboarding: references/onboarding.md\nSetup: references/setup.md\nAPI notes: references/radarr-api-notes.md"
      }
    ],
    "body": "Radarr+\n\nRequest movies from chat and have them added to Radarr (with progress updates back in the same chat).\n\nWhat it looks like (example)\n\nHere’s an example of the single-message poster card + caption users will receive when requesting a movie (poster attachment + trailer + rating):\n\nExample message caption:\n\nShutter Island (2010)\n\n⭐ IMDb: 8.2/10\n\n🎬 Trailer: https://www.youtube.com/watch?v=qdPw9x9h5CY\n\nAdded to Radarr ✅ (Ultra-HD, /movies). I’ll post progress + “imported ✅” here.\n\nSetup (one-time)\nSet secrets in ~/.openclaw/.env (never commit these):\nRADARR_URL=http://<host>:7878\nRADARR_API_KEY=...\n\nOptional (recommended for fewer questions later):\n\nRADARR_DEFAULT_PROFILE=HD-1080p\nRADARR_DEFAULT_ROOT=/data/media/movies\n\nOptional (for the “rich” experience we’ll add next):\n\nTMDB_API_KEY=... (poster + trailer)\nOMDB_API_KEY=... (IMDb rating)\nPLEX_URL=http://<plex-host>:32400\nPLEX_TOKEN=...\nVerify env + connectivity:\n./skills/radarr/scripts/check_env.py\n./skills/radarr/scripts/radarr.sh ping\n\n\nIf it fails, check:\n\nRadarr is reachable from the OpenClaw host\nAPI key is correct\nURL is correct (http vs https)\nCommon tasks\nList available quality profiles\n./skills/radarr/scripts/radarr.sh profiles\n\nList configured root folders\n./skills/radarr/scripts/radarr.sh roots\n\nLookup/search a movie\n./skills/radarr/scripts/radarr.sh lookup --compact \"inception\"\n./skills/radarr/scripts/radarr.sh lookup --compact \"tmdb:603\"\n\nAdd a movie (preferred: TMDB id)\n./skills/radarr/scripts/radarr.sh add --tmdb 603 --profile \"HD-1080p\" --root \"/data/media/movies\" --monitor --search\n\nAdd a movie (by title; optionally prefer a year)\n./skills/radarr/scripts/radarr.sh add --term \"Dune\" --year 2021 --profile \"HD-1080p\" --root \"/data/media/movies\" --monitor --search\n\nChat workflow (recommended)\n\nWhen the user says “request/add <movie>” (DM or group):\n\n1) Lookup\n\nRun:\n\n./skills/radarr/scripts/radarr.sh lookup --compact \"<movie>\"\n\nIf there are multiple plausible matches, ask the user to choose (year or TMDB id).\n\n2) Resolve missing config by prompting\n\nResolve defaults from env (and fetch prompt options when missing):\n\n./skills/radarr/scripts/resolve_defaults.py\n\n\nIf defaults are missing, prompt the user to pick one of the returned options:\n\noptions.profiles[]\noptions.roots[]\n\n(If defaults exist, use them silently.)\n\n3) Optional rich “movie card” (add-ins)\n\nIf TMDB_API_KEY is set, build a movie card:\n\n./skills/radarr/scripts/movie_card.py --tmdb <id>\n\nIf the output includes posterUrl, you can download it and attach it:\n./skills/radarr/scripts/fetch_asset.py --url \"<posterUrl>\" --out \"./outbound/radarr/<tmdbId>.jpg\"\n\n\nIf OMDB_API_KEY is set and an IMDb id is known, the card will include IMDb rating.\n\n4) Add to Radarr\n\nUse TMDB when possible:\n\n./skills/radarr/scripts/radarr.sh add --tmdb <id> --profile \"<profile>\" --root \"<root>\" --monitor --search\n\n5) Track progress + notify in the same chat (Radarr-only, polling)\n\nThis skill provides a file-based tracker queue:\n\nEnqueue tracking for the same chat where the request came from (DM or group):\n./skills/radarr/scripts/enqueue_track.py --channel telegram --target \"<chatId>\" --movie-id <id> --title \"<title>\" --year <year>\n\nA periodic dispatcher should run:\n./skills/radarr/scripts/poll_and_queue.py\n\n\nThis will create outbox items under ./state/radarr/outbox/ that your OpenClaw cron runner can send.\n\n6) Plex link (optional add-in)\n\nIf Plex is configured, try to produce a Plex web URL:\n\n./skills/radarr/scripts/plex_link.py --title \"<title>\" --year <year>\n\nReferences\nOnboarding: references/onboarding.md\nSetup: references/setup.md\nAPI notes: references/radarr-api-notes.md"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/vishalchaudhary/radarr-plus",
    "publisherUrl": "https://clawhub.ai/vishalchaudhary/radarr-plus",
    "owner": "vishalchaudhary",
    "version": "0.1.7",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/radarr-plus",
    "downloadUrl": "https://openagent3.xyz/downloads/radarr-plus",
    "agentUrl": "https://openagent3.xyz/skills/radarr-plus/agent",
    "manifestUrl": "https://openagent3.xyz/skills/radarr-plus/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/radarr-plus/agent.md"
  }
}