stremio-cast
This skill automates the Stremio web UI with Playwright to find streams and cast them to Chromecast via `catt` using `scripts/stremio_cast.py`. It opens `https://app.strem.io/...`, inspects `stremio.rocks`/`127.0.0.1:11470` traffic to extract stream URLs and spawns `subprocess.Popen(['catt', '-d', device, 'cast', stream_url])`.