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:

  1. read_project with view: "assets" to get the video/audio asset ID and transcript status.
  2. If this is a fresh client-held import, make sure it went through import_media action=create_session plus the OpenChatCut media import helper.
  3. Call track_progress with action:"wait", target:"transcription", and assetIds set to the asset ID or prefix.
  4. Use find_transcript to search transcript text and confirm word timestamps.
  5. Use edit_captions action enable or read_captions as needed once transcription is ready.

Example:

Installs
2
GitHub Stars
1.6K
First Seen
Jul 29, 2026
transcription — 0xsline/openchatcut