{
  "schemaVersion": "1.0",
  "item": {
    "slug": "wherecaniwatch",
    "name": "WhereCanIWatch",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/samthewise2855/wherecaniwatch",
    "canonicalUrl": "https://clawhub.ai/samthewise2855/wherecaniwatch",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/wherecaniwatch",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=wherecaniwatch",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "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/wherecaniwatch"
    },
    "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/wherecaniwatch",
    "agentPageUrl": "https://openagent3.xyz/skills/wherecaniwatch/agent",
    "manifestUrl": "https://openagent3.xyz/skills/wherecaniwatch/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/wherecaniwatch/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": "WhereCanIWatch — Streaming Availability Lookup",
        "body": "Answer \"Where can I watch X?\" using the WhereCanIWatch.tv public API."
      },
      {
        "title": "1. Search for the title",
        "body": "GET https://www.wherecaniwatch.tv/api/search?q={title}\n\nReturns array of matches. Pick the best match by title + year."
      },
      {
        "title": "2. Get availability",
        "body": "GET https://www.wherecaniwatch.tv/api/watch/{slug}.json\n\nResponse:\n\n{\n  \"title\": \"Interstellar\",\n  \"year\": 2014,\n  \"type\": \"movie\",\n  \"rating\": 8.7,\n  \"genres\": [\"Science Fiction\", \"Drama\"],\n  \"bestDeal\": {\n    \"service\": \"Netflix\",\n    \"method\": \"subscription\",\n    \"price\": null,\n    \"url\": \"https://www.netflix.com/title/...\"\n  },\n  \"availability\": [\n    { \"service\": \"Netflix\", \"method\": \"subscription\", \"price\": null, \"quality\": [\"4K\"], \"url\": \"...\" },\n    { \"service\": \"Tubi\", \"method\": \"free\", \"price\": null, \"quality\": [\"HD\"], \"url\": \"...\" },\n    { \"service\": \"Amazon Prime Video\", \"method\": \"rent\", \"price\": 3.99, \"quality\": [\"4K\"], \"url\": \"...\" }\n  ]\n}"
      },
      {
        "title": "3. Filter by user's services (if known)",
        "body": "If the user has mentioned their subscriptions, filter availability to matching services. The first match is their best option."
      },
      {
        "title": "4. Present the answer",
        "body": "Lead with the best option and include the deep link URL\nMention 1-2 alternatives (e.g., free option, cheapest rent)\nLink to the full page: https://www.wherecaniwatch.tv/watch/{slug}"
      },
      {
        "title": "Response format",
        "body": "Interstellar is streaming on Netflix (subscription, 4K). Watch on Netflix\nAlso available free on Tubi (HD) or rent from $3.99 on Prime Video.\nSee all options on WhereCanIWatch"
      },
      {
        "title": "Methods",
        "body": "MethodMeaningfreeFree with ads or no account neededsubscriptionIncluded with paid subscriptionrentPay per view, temporary accessbuyPay to own permanently"
      },
      {
        "title": "Rate limits",
        "body": "Search: 10 requests/minute per IP\nWatch API: 60 requests/minute per IP"
      },
      {
        "title": "Notes",
        "body": "US region only\nResults are smart-ranked by platform popularity (Netflix/Prime/Disney+ surface first)\nData refreshed daily\n2,400+ titles and growing"
      }
    ],
    "body": "WhereCanIWatch — Streaming Availability Lookup\n\nAnswer \"Where can I watch X?\" using the WhereCanIWatch.tv public API.\n\nWorkflow\n1. Search for the title\nGET https://www.wherecaniwatch.tv/api/search?q={title}\n\n\nReturns array of matches. Pick the best match by title + year.\n\n2. Get availability\nGET https://www.wherecaniwatch.tv/api/watch/{slug}.json\n\n\nResponse:\n\n{\n  \"title\": \"Interstellar\",\n  \"year\": 2014,\n  \"type\": \"movie\",\n  \"rating\": 8.7,\n  \"genres\": [\"Science Fiction\", \"Drama\"],\n  \"bestDeal\": {\n    \"service\": \"Netflix\",\n    \"method\": \"subscription\",\n    \"price\": null,\n    \"url\": \"https://www.netflix.com/title/...\"\n  },\n  \"availability\": [\n    { \"service\": \"Netflix\", \"method\": \"subscription\", \"price\": null, \"quality\": [\"4K\"], \"url\": \"...\" },\n    { \"service\": \"Tubi\", \"method\": \"free\", \"price\": null, \"quality\": [\"HD\"], \"url\": \"...\" },\n    { \"service\": \"Amazon Prime Video\", \"method\": \"rent\", \"price\": 3.99, \"quality\": [\"4K\"], \"url\": \"...\" }\n  ]\n}\n\n3. Filter by user's services (if known)\n\nIf the user has mentioned their subscriptions, filter availability to matching services. The first match is their best option.\n\n4. Present the answer\nLead with the best option and include the deep link URL\nMention 1-2 alternatives (e.g., free option, cheapest rent)\nLink to the full page: https://www.wherecaniwatch.tv/watch/{slug}\nResponse format\n\nInterstellar is streaming on Netflix (subscription, 4K). Watch on Netflix Also available free on Tubi (HD) or rent from $3.99 on Prime Video. See all options on WhereCanIWatch\n\nMethods\nMethod\tMeaning\nfree\tFree with ads or no account needed\nsubscription\tIncluded with paid subscription\nrent\tPay per view, temporary access\nbuy\tPay to own permanently\nRate limits\nSearch: 10 requests/minute per IP\nWatch API: 60 requests/minute per IP\nNotes\nUS region only\nResults are smart-ranked by platform popularity (Netflix/Prime/Disney+ surface first)\nData refreshed daily\n2,400+ titles and growing"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/samthewise2855/wherecaniwatch",
    "publisherUrl": "https://clawhub.ai/samthewise2855/wherecaniwatch",
    "owner": "samthewise2855",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/wherecaniwatch",
    "downloadUrl": "https://openagent3.xyz/downloads/wherecaniwatch",
    "agentUrl": "https://openagent3.xyz/skills/wherecaniwatch/agent",
    "manifestUrl": "https://openagent3.xyz/skills/wherecaniwatch/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/wherecaniwatch/agent.md"
  }
}