← Back to Skills Marketplace
106
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install 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 t...
Usage Guidance
This skill's purpose (bulk subtitle rescue for Quark) is plausible, but there are important mismatches you should consider before installing or running it:
- It expects a Quark auth cookie stored at ~/.config/quark_subtitle.json, but the manifest does not declare this credential or config path. A Quark cookie grants access to your cloud files — only proceed if you trust the source and understand how the cookie is used.
- SKILL.md instructs running many scripts under quark_subtitle_tool (batch_subtitle_runner.py, strict_* scripts) but those scripts are not included in the skill bundle. Confirm you have the referenced quark_subtitle_tool code and virtualenv from a trusted origin before executing anything.
- The only included script (scripts/report_progress.py) reads JSON reports from quark_work and prints a summary; it has an optional QUARK_WORK_DIR env override. That script itself looks benign, but it depends on outputs from the missing runner scripts.
Recommendations:
1. Ask the skill author (or source) for the full quark_subtitle_tool repository and explicit documentation of where the Quark cookie comes from and how it is stored/used. Do not paste your cookie into third-party tools without verifying source.
2. Inspect the missing scripts (batch_subtitle_runner.py, retry scripts) before running: confirm they do not exfiltrate data, and verify network endpoints they contact (should be Quark and subtitle providers only).
3. Run initial tests in a controlled environment (non-production account or sandbox) and back up important data before allowing automated rollback/delete operations.
4. Prefer explicit declaration of required config/credentials in the skill manifest; absence of that declaration is a red flag.
If the author can provide the missing scripts and explicitly declare the Quark cookie/config dependency (and the endpoints used), the assessment could move toward benign. Until then, treat this skill with caution.
Capability Analysis
Type: OpenClaw Skill
Name: quark-subtitle-rescue
Version: 0.1.1
The skill bundle provides a structured workflow and reporting tool for batch-processing subtitles on the Quark cloud storage platform. It includes a Python script (report_progress.py) for summarizing task status and detailed markdown instructions (SKILL.md) for an AI agent to manage the process. While the workflow involves handling session cookies and executing local scripts, these actions are directly aligned with the stated purpose of cloud storage automation and lack any indicators of malicious intent, prompt injection, or data exfiltration.
Capability Assessment
Purpose & Capability
The described purpose (bulk-add subtitles to Quark folders) is coherent with needing a Quark auth cookie and local tooling, but the SKILL metadata does not declare the cookie/config path or any credentials. The skill asks the user to have ~/.config/quark_subtitle.json (with a cookie) and a local quark_subtitle_tool/venv, yet requires.env and required config paths are empty — this is an unexplained mismatch.
Instruction Scope
SKILL.md instructs running multiple Python scripts under quark_subtitle_tool (batch_subtitle_runner.py, strict_top10_retry.py, strict_remaining_retry.py, etc.) and activating a venv, but those scripts are not included in the package (only report_progress.py is present). The instructions also reference a config file (~/.config/quark_subtitle.json) containing an auth cookie and recommend rollback/delete operations against Quark — actions that involve sensitive credentials and external network calls but are not explicitly surfaced in the manifest.
Install Mechanism
No install spec is provided (instruction-only), so nothing is written to disk by an installer. That lowers installation risk, but the workflow assumes external tooling already exists on the user's system.
Credentials
The runtime instructions require a Quark cookie file and the report script supports an optional QUARK_WORK_DIR env override, yet the skill declares no required environment variables or config paths and has no primary credential. Requesting access to a Quark cookie is sensitive — the skill should declare this dependency explicitly. The lack of declared credentials/config paths is disproportionate to transparency needs.
Persistence & Privilege
The skill does not request always:true and has no install actions that modify other skills or system-wide settings. It appears to run ad hoc and does not request persistent privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install quark-subtitle-rescue - After installation, invoke the skill by name or use
/quark-subtitle-rescue - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.1
Optimize marketplace description for clearer value proposition and trigger scenarios; add expected inputs; switch default success target to bilingual subtitles (zh+en) with optional Chinese-only fallback.
v0.1.0
Initial publish: staged rescue workflow for Quark subtitle batch runs, strict retry strategy, and progress reporting.
Metadata
Frequently Asked Questions
What is Quark Subtitle Rescue?
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 t... It is an AI Agent Skill for Claude Code / OpenClaw, with 106 downloads so far.
How do I install Quark Subtitle Rescue?
Run "/install quark-subtitle-rescue" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Quark Subtitle Rescue free?
Yes, Quark Subtitle Rescue is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Quark Subtitle Rescue support?
Quark Subtitle Rescue is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Quark Subtitle Rescue?
It is built and maintained by tangqi (@tangqi00987); the current version is v0.1.1.
More Skills