返回顶部
s

stremio-unwatched未观看流媒体

>

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
235
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

stremio-unwatched

Stremio Unwatched

管理 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

Debian/Ubuntu (Docker)


apt-get update && apt-get install -y curl jq

node 应该已存在;验证:

node --version

认证

首次使用时会提示输入 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 输出

Google 日历同步

将即将播出的剧集同步到专用的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 # 特定 BT 任务进度
scripts/stremio_status.sh --watch # 实时刷新(5 秒)

API 详情

有关端点文档、数据结构以及观看位字段格式,请参阅 references/stremio_api.md。

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 stremio-unwatched-1776192487 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 stremio-unwatched-1776192487 技能

通过命令行安装

skillhub install stremio-unwatched-1776192487

下载

⬇ 下载 stremio-unwatched v1.0.0(免费)

文件大小: 19.32 KB | 发布时间: 2026-4-15 13:10

v1.0.0 最新 2026-4-15 13:10
Initial release: unwatched episode detection, upcoming calendar, Google Calendar sync, multi-client download

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部