โ† All skills
Tencent SkillHub ยท Developer Tools

WhereCanIWatch

Find where to stream any movie or TV show in the US using the WhereCanIWatch.tv API. Use when a user asks "where can I watch [title]?", wants streaming avail...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Find where to stream any movie or TV show in the US using the WhereCanIWatch.tv API. Use when a user asks "where can I watch [title]?", wants streaming avail...

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 9 sections Open source page

WhereCanIWatch โ€” Streaming Availability Lookup

Answer "Where can I watch X?" using the WhereCanIWatch.tv public API.

1. Search for the title

GET https://www.wherecaniwatch.tv/api/search?q={title} Returns array of matches. Pick the best match by title + year.

2. Get availability

GET https://www.wherecaniwatch.tv/api/watch/{slug}.json Response: { "title": "Interstellar", "year": 2014, "type": "movie", "rating": 8.7, "genres": ["Science Fiction", "Drama"], "bestDeal": { "service": "Netflix", "method": "subscription", "price": null, "url": "https://www.netflix.com/title/..." }, "availability": [ { "service": "Netflix", "method": "subscription", "price": null, "quality": ["4K"], "url": "..." }, { "service": "Tubi", "method": "free", "price": null, "quality": ["HD"], "url": "..." }, { "service": "Amazon Prime Video", "method": "rent", "price": 3.99, "quality": ["4K"], "url": "..." } ] }

3. Filter by user's services (if known)

If the user has mentioned their subscriptions, filter availability to matching services. The first match is their best option.

4. Present the answer

Lead with the best option and include the deep link URL Mention 1-2 alternatives (e.g., free option, cheapest rent) Link to the full page: https://www.wherecaniwatch.tv/watch/{slug}

Response format

Interstellar 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

Methods

MethodMeaningfreeFree with ads or no account neededsubscriptionIncluded with paid subscriptionrentPay per view, temporary accessbuyPay to own permanently

Rate limits

Search: 10 requests/minute per IP Watch API: 60 requests/minute per IP

Notes

US region only Results are smart-ranked by platform popularity (Netflix/Prime/Disney+ surface first) Data refreshed daily 2,400+ titles and growing

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs
  • SKILL.md Primary doc