Install
openclaw skills install @tangqi00987/quark-subtitle-rescueBulk 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.
openclaw skills install @tangqi00987/quark-subtitle-rescueHigh-success, low-risk workflow for Quark 网盘字幕批处理。
quark_subtitle_tool/.~/.config/quark_subtitle.json with valid cookie.source quark_subtitle_tool/venv/bin/activate.全部文件/来自:分享/电影)Run:
python quark_subtitle_tool/batch_subtitle_runner.py
Check output:
quark_subtitle_tool/quark_work/batch_progress.jsonquark_subtitle_tool/quark_work/batch_failures.jsonlRun 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.
If one folder remains stubborn, run dedicated script for that folder with filename-derived queries (example scripts in quark_subtitle_tool/*_retry.py).
For 1–5 leftovers, use explicit aliases (English original title + year), then run a targeted retry script.
Default order:
Policy:
Use helper:
python skills/quark-subtitle-rescue/scripts/report_progress.py
Read references/troubleshooting.md when you see:
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.