transcribe-maker
SolidTranscribe audio / video to SRT / WebVTT / JSON / plain text via OpenAI Whisper. Auto-detects language or accepts --lang ISO-639-1. ~$0.006/min. Pairs with subtitle-burner. Whisper API limit 25 MB/call. Use when: 'transcribe this video', 'subtitles from audio', 'speech to text', 'распознай речь', 'сделай субтитры из видео', 'whisper'.
Install
Quality Score: 81/100
Skill Content
Details
- Author
- Mikefluff
- Repository
- Mikefluff/skills
- Created
- 3 months ago
- Last Updated
- 1 weeks ago
- Language
- Python
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
transcribe-video
Use when the user wants to transcribe a video or audio file to text with word-level timestamps — spins up a self-contained local Whisper (whisper.cpp) Docker service bundled in this skill and returns transcript.txt, transcript.srt, and word-level transcript.words.json. Also used as a building block by /produce-video. Triggers on "transcribe this video", "get a transcript", "transcribe-video".
wjs-transcribing-audio
Use when the user has audio or video and wants a timestamped transcript (SRT) in the source language. Routes by source language — Chinese defaults to Volcano (豆包) ASR; other languages (Spanish, English, Portuguese, French, Italian, Japanese, Korean, etc.) use OpenAI Whisper API with word-level timestamps and self-assembled cues. Outputs SRT with punctuation-bounded cues capped for on-screen reading. Triggers — "转写", "转成字幕", "做 SRT", "transcribe", "make subtitles", "speech to text", "出字幕".
audio-transcribe
Transcribe local audio files (voice memos, meeting recordings, dictations, interviews; m4a/mp3/wav/opus/ogg/flac, also the audio track of local video files) in high quality via Whisper (configurable API endpoint) and place the transcript as a dated .md next to the source file. Use whenever the user drops an audio file, mentions a path to a recording, or wants its content as text: "transcribe this", "what do I say in the recording", "turn this into text", "summarize the memo", even without the word "transcribe". NOT for YouTube or podcast URLs; that is the video-watch skill.