← 返回 Skills 市场
patfitzner

Stremio Unwatched

作者 Pat Fitzner · GitHub ↗ · v1.0.0
linuxdarwin ✓ 安全检测通过
259
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install stremio-unwatched
功能描述
Check Stremio library for unwatched TV episodes, view upcoming release calendar, and download new episodes. Use when you need to: (1) find unwatched episodes...
安全使用建议
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.
功能分析
Type: OpenClaw Skill Name: stremio-unwatched Version: 1.0.0 The stremio-unwatched skill bundle provides a comprehensive set of tools for managing Stremio libraries, tracking unwatched episodes, and automating downloads via local torrent clients (transmission, aria2, etc.) or the Stremio streaming server. It handles Stremio authentication by securely caching tokens in the user's home directory and interacts with official Stremio and Cinemeta APIs. While the scripts perform high-privilege actions like managing downloads and syncing to Google Calendar (via the gog CLI), all logic is transparent, well-documented, and strictly aligned with the stated purpose without evidence of malicious intent or data exfiltration.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install stremio-unwatched
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /stremio-unwatched 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: unwatched episode detection, upcoming calendar, Google Calendar sync, multi-client download
元数据
Slug stremio-unwatched
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Stremio Unwatched 是什么?

Check Stremio library for unwatched TV episodes, view upcoming release calendar, and download new episodes. Use when you need to: (1) find unwatched episodes... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 259 次。

如何安装 Stremio Unwatched?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install stremio-unwatched」即可一键安装,无需额外配置。

Stremio Unwatched 是免费的吗?

是的,Stremio Unwatched 完全免费(开源免费),可自由下载、安装和使用。

Stremio Unwatched 支持哪些平台?

Stremio Unwatched 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux, darwin)。

谁开发了 Stremio Unwatched?

由 Pat Fitzner(@patfitzner)开发并维护,当前版本 v1.0.0。

💬 留言讨论