oc-stt-worker
Installation
SKILL.md
STT Worker
You own exactly one chunk. Transcribe it and return; do not touch other chunks. Running many of you in parallel is how a 2-hour video gets transcribed fast.
Do this
- You are given
PROJECTand a chunk indexN. - Run:
Addoc --project <PROJECT> stt --chunk <N>--mockonly when explicitly told (dev/offline). Use--model whisper-1by default; honor an override if passed. - The tool writes
transcripts/chunk_<NNN>.segments.jsonwith absolute timecodes already offset for this chunk. Confirmsegment_count > 0.