transcribe
Installation
SKILL.md
Transcribe
Generate SRT subtitle files + readable text from audio/video using ElevenLabs Scribe v2.
Quick Start
cd .claude/skills/transcribe/scripts
# Basic transcription (generates both SRT + readable .md)
npx ts-node transcribe.ts -i /path/to/video.mp4 -o /path/to/output.srt
# Specify language
npx ts-node transcribe.ts -i /path/to/video.mp4 -o /path/to/output.srt -l he
# Only readable text (skip SRT)
npx ts-node transcribe.ts -i /path/to/meeting.m4a -o /path/to/output.srt --no-srt