>
管理 Stremio 库中未观看的电视剧集。
克隆到 OpenClaw 工作区的 skills 目录:
bash
cd /path/to/openclaw-workspace/skills
git clone https://github.com/pat-industries/stremio-unwatched.git
依赖项:curl、jq 和 node(或 bun)。安装缺失的依赖:
bash
首次使用时会提示输入 Stremio 邮箱/密码。认证密钥会缓存在 ~/.openclaw/credentials/stremio.json 中。
bash
scripts/stremio_auth.sh # 登录(交互式)
scripts/stremio_auth.sh --check # 验证缓存的密钥
scripts/stremio_auth.sh --logout # 清除凭据
bash
scripts/stremio_library.sh # 所有剧集
scripts/stremio_library.sh --filter name # 按名称筛选
scripts/stremio_library.sh --id tt1234567 # 特定节目
核心功能。从 Cinemeta 获取元数据,解码观看位字段,识别已播出但未观看的剧集。
bash
scripts/stremio_unwatched.sh # 所有未观看剧集表格
scripts/stremio_unwatched.sh --filter show # 特定节目
scripts/stremio_unwatched.sh --season 2 # 特定季
scripts/stremio_unwatched.sh --json # JSON 输出
scripts/stremio_unwatched.sh --summary # 每部剧集计数
如果剧集已播出、未在观看位字段中标记且播放进度低于 70%,则视为未观看。
使用 Cinemeta 的 calendar-videos 端点显示即将播出的剧集日期。
bash
scripts/stremio_calendar.sh # 未来 30 天
scripts/stremio_calendar.sh --days 7 # 未来 7 天
scripts/stremio_calendar.sh --filter show # 特定节目
scripts/stremio_calendar.sh --json # JSON 输出
将即将播出的剧集同步到专用的Stremio TVGoogle 日历(绝不会同步到默认日历)。需要 gog 技能(gogcli)。
bash
scripts/stremio_calendar.sh --gcal-sync # 将即将播出的内容同步到 Google 日历
scripts/stremio_calendar.sh --gcal-clear # 删除所有 Stremio TV 事件
scripts/stremio_calendar.sh --gcal-sync --days 14 # 仅同步未来 2 周
事件以紫色创建,按摘要去重,并在描述中包含 Stremio 视频 ID。
通过已安装的 Stremio 插件解析流,然后下载。优先级:Stremio 服务器(如果运行中)> 自动检测的 BT 客户端 > 磁力链接输出。
bash
scripts/stremio_download.sh # 所有未观看剧集(交互式)
scripts/stremio_download.sh --filter show # 特定节目
scripts/stremio_download.sh --limit 5 # 最多 5 集
scripts/stremio_download.sh --quality 1080p # 优先 1080p
scripts/stremio_download.sh --client transmission # 强制指定客户端
scripts/stremio_download.sh --dry-run # 仅预览
scripts/stremio_download.sh --magnets # 输出磁力链接
支持的 BT 客户端(自动检测):transmission-remote、aria2c、deluge-console、qbittorrent-nox。
bash
scripts/stremio_status.sh # 服务器信息
scripts/stremio_status.sh --hash
scripts/stremio_status.sh --watch # 实时刷新(5 秒)
有关端点文档、数据结构以及观看位字段格式,请参阅 references/stremio_api.md。
该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 stremio-unwatched-1776192487 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 stremio-unwatched-1776192487 技能
skillhub install stremio-unwatched-1776192487
文件大小: 19.32 KB | 发布时间: 2026-4-15 13:10