media-to-transcript

Installation
SKILL.md

Media To Transcript

Use this skill to turn audio or video into a final Markdown transcript. The only ASR backend for this skill is Volcengine recording-file recognition 2.0:

  • submit endpoint: https://openspeech.bytedance.com/api/v3/auc/bigmodel/submit
  • query endpoint: https://openspeech.bytedance.com/api/v3/auc/bigmodel/query
  • resource id: volc.seedasr.auc

Do not use another ASR backend for this skill.

Workflow

  1. Run the doctor if this is the first run, after environment changes, or after an error:
SKILL_DIR="<SKILL_ROOT>/media-to-transcript"
rtk python3 "$SKILL_DIR/scripts/media_to_transcript.py" --doctor
Installs
1
GitHub Stars
127
First Seen
Aug 13, 2026
media-to-transcript — bozhoudev/video-skills-toolkit