text-selection-to-timestamps
Installation
SKILL.md
Text Selection To Timestamps
Use When
- An LLM has identified the best text span but should not be trusted to output precise timestamps.
- You need exact clip ranges from transcript text selections.
- The source transcript already has word-level timings.
Core Approach
- Let the model choose text, not timestamps.
- Normalize source words and selected words consistently.
- Search near the expected time first if any approximate location is known.
- Match contiguous word sequences back to the transcript.
- Convert the recovered span into one or more keep ranges.