cinemacc-subtitle
Installation
SKILL.md
CinemaCC Subtitle Skill
Produce an eligible source track, improve it only as authorized, translate requested targets, and deliver validated SRT files. Keep semantic decisions model-driven and structural operations deterministic.
Require Python 3.10 or newer, local file read/write and shell access, and web access when source acquisition or title research is needed. Resolve scripts/srt_tools.py from this skill directory and reuse that absolute path as TOOL. The tool uses only the Python standard library.
Choose the route
Select the shortest route that satisfies the request:
| Request | Stages |
|---|---|
| Title only or no eligible source | Acquire, review and repair, translate and QA, deliver |
| Supplied source with no narrower instruction | Review and repair, translate and QA, deliver |
| Find or download only | Acquire, verify, deliver the unchanged source |
| Refine only | Review and repair, validate, deliver the refined source |
| Translate only | Verify the supplied source, translate and QA, deliver without rewriting the source |
| Package for CinemaCC | Validate the supplied pair, then package and deliver |