transcription
Installation
SKILL.md
Transcription
For newly imported local/client-held media, use import_media to start transcription, then wait with track_progress.
Typical flow:
read_projectwithview: "assets"to get the video/audio asset ID and transcript status.- If this is a fresh client-held import, make sure it went through
import_media action=create_sessionplus the OpenChatCut media import helper. - Call
track_progresswithaction:"wait",target:"transcription", andassetIdsset to the asset ID or prefix. - Use
find_transcriptto search transcript text and confirm word timestamps. - Use
edit_captionsactionenableorread_captionsas needed once transcription is ready.
Example: