Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计提醒

quark-subtitle-rescue夸克字幕救援

Agent Skill

quark-subtitle-rescue 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,195

周安装

128

GitHub Stars

公开资料未说明

下载量

1,034
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:quark-subtitle-rescue(夸克字幕救援)
来源仓库:https://github.com/tangqi00987/quark-subtitle-rescue
安装命令:
openclaw skills install quark-subtitle-rescue
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install quark-subtitle-rescue

简介

向 Quark 电影文件夹批量添加字幕,成功率高且匹配准确。

  • 特别适合处理“所有子文件夹”任务或中断后重试失败的情况。
  • 通过 clawhub 安装,需确保目标路径可写且网络连接稳定。
  • 使用前应确认字幕源可靠性,避免错误匹配影响观看体验。
  • 建议参考源码了解支持的字幕格式与自动筛选逻辑。quark-subtitle-rescue 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
quark-subtitle-rescue
description
Bulk add subtitles to Quark movie folders with high success and low wrong-match risk. Best for "all subfolders" jobs, interrupted runs, and retrying failed titles with multi-source fallback (OpenSubtitles/SubHD/YIFY), strict matching, rollback safety, and completion reporting.

Quark Subtitle Rescue

High-success, low-risk workflow for Quark 网盘字幕批处理。

What this skill solves

  • One-click style recovery for: “给电影文件夹所有子目录补字幕”
  • Resume from partial progress after interruptions/429/timeout
  • Reduce bad matches via strict retries and staged fallback
  • Keep an auditable trail: progress, failures, and final completion report

Use this skill when

  • User asks for batch subtitles across many Quark subfolders
  • Previous run is partially done and needs rescue/retry
  • Need to switch subtitle providers for better hit rate
  • Need safe rollback/checks after suspected wrong matches

Don’t use this skill when

  • User only needs subtitle for a single local file
  • There is no valid Quark login/cookie context

Quick Start

  1. Confirm tool root exists: quark_subtitle_tool/.
  2. Ensure config exists: ~/.config/quark_subtitle.json with valid cookie.
  3. Activate venv: source quark_subtitle_tool/venv/bin/activate.
  4. Run staged workflow (below), do not jump directly to aggressive retries.

Minimal inputs expected

  • Quark target path (example: 全部文件/来自:分享/电影)
  • Subtitle preference (default: bilingual zh+en)
  • Whether to allow Chinese-only fallback when bilingual is unavailable

Staged Workflow

Stage 1 — Baseline batch run

Run:

python quark_subtitle_tool/batch_subtitle_runner.py

Check output:

  • quark_subtitle_tool/quark_work/batch_progress.json
  • quark_subtitle_tool/quark_work/batch_failures.jsonl

Stage 2 — Strict retry on failures

Run strict retry (avoid broad fuzzy terms like director names):

python quark_subtitle_tool/strict_top10_retry.py
python quark_subtitle_tool/strict_remaining_retry.py

Rule: prioritize title + year; avoid generic query terms.

Stage 3 — Folder-specific rescue

If one folder remains stubborn, run dedicated script for that folder with filename-derived queries (example scripts in quark_subtitle_tool/*_retry.py).

Stage 4 — Final two/small-tail manual precision

For 1–5 leftovers, use explicit aliases (English original title + year), then run a targeted retry script.

Provider Order and Matching Policy

Default order:

  1. OpenSubtitles
  2. SubHD (射手系)
  3. YIFY
  4. Legacy providers (podnapisi/subtis/tvsubtitles)

Policy:

  • If provider N hits, stop and do not query lower-priority providers.
  • Default success target: bilingual (zh+en). If bilingual is unavailable, fall back to Chinese-only only when user allows it.
  • Treat “search page hit” and “download hit” separately; only download hit counts as success.

Safety Guardrails (Mandatory)

  1. Never use broad person-name queries (e.g., director name) for batch upload.
  2. If many files suddenly “succeed” with same query, run hash-based spot check before declaring success.
  3. If wrong-match batch is found, rollback before continuing.
  4. Produce a clear report: total / success / failed / pending folders.

Use helper:

python skills/quark-subtitle-rescue/scripts/report_progress.py

Troubleshooting

Read references/troubleshooting.md when you see:

  • OpenSubtitlesCom Bad Request
  • dogpile RegionNotConfigured
  • 429 rate limits
  • folder enter failures due to special chars
  • delete/rollback auth failures

Resources

  • scripts/report_progress.py: summarize completion from generated JSON reports.
  • references/workflow.md: reusable decision flow for batch rescue.
  • references/troubleshooting.md: common failures and mitigations.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

95.18%
按下载量换算984

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills