transcribe
Installation
SKILL.md
transcribe
Input
Use the media file path the user provided. If it's unclear which file to transcribe, ask the user for the local media file path and stop.
Instructions
When this skill is invoked, do the work immediately.
- Run Whisper on the input file and write an
.srtfile next to the source media file. - Review the generated subtitles and make them clean and subtitle-ready rather than overly literal.
- Reveal the final
.srtfile in Finder. - Report the output
.srtpath.
Subtitle cleanup requirements
You must optimize the subtitles for readability while preserving meaning and approximate timing.
- Remove obvious filler words when they do not add meaning, such as
um,uh,like, and similar verbal padding. - Remove obvious false starts, accidental repetitions, and disfluent fragments when they make captions harder to read.
- Fix punctuation, capitalization, and obvious formatting problems.
Related skills
More from bholmesdev/skills
simplify
Simplify and refine recently modified code for clarity and consistency. Use after writing code to improve readability without changing functionality.
54alt-text
Write concise alt text for a local image file. Use this when the user asks for alt text, accessibility text, or a brief image description for a specific local image path. Pass the target image path as `$0`.
10