Stremio Unwatched

v1.0.0

Check Stremio library for unwatched TV episodes, view upcoming release calendar, and download new episodes. Use when you need to: (1) find unwatched episodes...

0· 202·0 current·0 all-time
byPat Fitzner@patfitzner
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description match the actual behavior: scripts talk to the Stremio central API and Cinemeta, decode watched bitfields, optionally sync to Google Calendar, and resolve/download streams via the local Stremio server or torrent clients. Required binaries (curl, jq, node/bun) and optional gog for Google sync are appropriate for these tasks.
Instruction Scope
Runtime instructions and scripts stay within the stated scope (library fetch, bitfield decode, calendar, stream resolution, and downloading). They will contact api.strem.io, v3-cinemeta.strem.io, the local Stremio server (127.0.0.1:11470), addon transport URLs returned by the user's installed addons (arbitrary third-party endpoints), and, if used, Google (via gog). This network activity is expected for the feature set but means the skill will query external addon servers (which is required for stream resolution) and will send Stremio video IDs when syncing calendar events.
Install Mechanism
No automated install spec is present (instruction-only install). The package includes readable shell and Node scripts; nothing is downloaded or executed from untrusted URLs by the skill itself. The SKILL.md suggests git-cloning a GitHub repo for manual install, which is conventional but note that the registry metadata shows source unknown — verify the repo URL before cloning.
Credentials
The skill does not request cloud credentials and only needs a Stremio account token to operate. It caches an authKey in ~/.openclaw/credentials/stremio.json (or a path set via OPENCLAW_CREDENTIALS_DIR). The README and scripts also support STREMIO_EMAIL and STREMIO_PASSWORD env vars for non-interactive login and use NODE_CMD/DOWNLOAD_DIR optional env vars. Those env vars are reasonable for operation but were not listed in the registry's declared requires.env — you should be aware of them and the fact that an authKey file will be written to your home directory.
Persistence & Privilege
The skill does not request always:true and does not modify other skills. It will persist the Stremio authKey to a credentials file under your OpenClaw credentials directory (default ~/.openclaw/credentials/stremio.json) and may create a dedicated Google Calendar via gog when requested; both are within the expected scope.
Assessment
This skill appears to do what it says, but review these practical points before installing: - Credential storage: It asks for your Stremio email/password (or STREMIO_EMAIL/STREMIO_PASSWORD env vars) to obtain an authKey, which it caches at ~/.openclaw/credentials/stremio.json (or OPENCLAW_CREDENTIALS_DIR). The authKey file is created with restrictive permissions, but you should verify and trust this behavior before use. If you prefer not to store credentials, use interactive login and/or revoke tokens via Stremio later. - External network calls: The skill will contact api.strem.io, v3-cinemeta.strem.io, and any addon transport URLs returned by your installed Stremio addons. Those addon endpoints are third-party hosts and will receive requests for stream resolution (including the video IDs). This is required for resolving streams, but be mindful that using untrusted addons can expose which videos you query. - Google Calendar sync: The calendar sync uses gog (gogcli) and will create/populate a dedicated "Stremio TV" calendar if you opt in. Ensure you have gog installed and authenticated, and understand that event descriptions include the Stremio video ID. - Local services and torrent clients: Downloading can use your local Stremio streaming server or local torrent clients (transmission, aria2, deluge, qbittorrent). The scripts will interact with those binaries and with http://127.0.0.1:11470 if the Stremio server is running. - Source verification: SKILL.md suggests cloning a GitHub repo (https://github.com/pat-industries/stremio-unwatched.git). The registry metadata shows source/homepage unknown — if you plan to install from that repo, review the repository contents and confirm it matches the packaged files. - Recommended precautions: inspect the included scripts (they are plain shell/Node and easy to read), run first in a restricted environment (or container) if you are uncertain, and limit use of third-party addons you don't trust. If you want stricter control, avoid providing STREMIO_PASSWORD as an env var and prefer interactive login so you know when credentials are used.

Like a lobster shell, security has layers — review code before you run it.

latestvk972ty8vdbwv5jy66ymf56pzm982fch2

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

📺 Clawdis
OSLinux · macOS
Binscurl, jq
Any binnode, bun

Comments