audio-mix-maker
Mix music/audio onto an existing video via ffmpeg. Modes: replace, overlay, duck (sidechain compressor lowers music under speech). Volume + fade controls. Pure…
Transcribe audio / video to SRT / WebVTT / JSON / plain text via OpenAI Whisper or the GPT-4o transcribe models. Auto-detects language or accepts --lang ISO-639-1. $0.003-0.006/min. Pairs with subtitle-burner. API limit 25 MB/call. Use when: 'transcribe this video', 'subtitles
$ npx -y skills add Mikefluff/skills --skill transcribe-maker --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/transcribe-makerContext preview
The summary Claude sees to decide when to auto-load this skill.
Transcribe audio / video to SRT / WebVTT / JSON / plain text via OpenAI Whisper or the GPT-4o transcribe models. Auto-detects language or accepts --lang ISO-639-1. $0.003-0.006/min. Pairs with subtitle-burner. API limit 25 MB/call. Use when: 'transcribe this video', 'subtitles
name: transcribe-maker description: "Transcribe audio / video to SRT / WebVTT / JSON / plain text via OpenAI Whisper or the GPT-4o transcribe models. Auto-detects language or accepts --lang ISO-639-1. $0.003-0.006/min. Pairs with subtitle-burner. API limit 25 MB/call. Use when: 'transcribe this video', 'subtitles from audio', 'speech to text', 'распознай речь', 'сделай субтитры из видео', 'whisper'." license: MIT allowed-tools: - Read - Write - Edit - Bash - Grep - Glob
<objective> Speech-to-text utility. Take audio or video file → output subtitle file (SRT / VTT) or transcript (JSON / text).
Distinct from `voiceover-maker`:
Distinct from `subtitle-burner`:
This skill does NOT:
</objective>
Read audio/video input → call OpenAI Whisper API with the requested format → save subtitle / transcript file.
1. **Resolve input**:
2. **Pick output format**:
3. **Resolve language** (optional):
4. **Pre-flight**:
5. **Execute** — POST to OpenAI `/v1/audio/transcriptions`.
6. **Save**:
The choice is decided by the output format, not by quality — only `whisper-1` emits subtitles.
| Need | Model | Cost/min | |---|---|---| | SRT / VTT / word-level timestamps | `whisper-1` | $0.006 | | Plain transcript, highest accuracy | `gpt-4o-transcribe` | $0.006 | | Plain transcript, bulk / cheapest | `gpt-4o-mini-transcribe` | $0.003 |
The GPT-4o transcribe models return json/text only. Asking one of them for `srt` fails fast with a message rather than handing `subtitle-burner` something it cannot burn. So anything feeding the subtitle pipeline stays on `whisper-1`; the GPT-4o tiers are for transcripts a human or an LLM will read.
| File | When to load | |---|---| | [references/formats.md](references/formats.md) | Output format details, when to pick each, Whisper segment behavior | | [references/preprocessing.md](references/preprocessing.md) | When file >25MB: how to split / compress with ffmpeg | | [references/troubleshoot.md](references/troubleshoot.md) | When transcription has errors, language mis-detected, timestamps drift |
See [examples/before-after.md](examples/before-after.md) — 3 calibration runs: tutorial video to SRT, Russian podcast to text transcript, multilingual interview with word-level timestamps.
transcribe-maker --input video.mp4 --format srt --output captions.srt --execute subtitle-burner burn ./video.mp4 --subtitle ./captions.srt --style modern
When the user says any of:
44 skills for Claude Code that make content — and refuse to let it read like a machine made it. Prose editing that strips the tells. Prompt engineering for 40+ image, video and music models, with optional one-command execution against the real APIs.
Repo: Mikefluff/skills
Mix music/audio onto an existing video via ffmpeg. Modes: replace, overlay, duck (sidechain compressor lowers music under speech). Volume + fade controls. Pure…
Turn a user photo into N profile-pic / headshot / avatar variants in a consistent style. Identity-preserve focused, defaults to nano-banana-pro. Multi-aspect…
Banner-ad / display-creative generator with standard-size presets: Google Display (leaderboard, medium rectangle, mobile, skyscraper), LinkedIn, OG image,…
Background removal utility — image in, transparent PNG out. Wraps Replicate-hosted models (851-labs/background-remover default; alternatives via…
Read-only story-bible auditor for fiction series with a documented canon. Cross-references character / artifact / location mentions in chapters against the…
Turn a topic or research brief into an N-slide Instagram / LinkedIn / TikTok carousel with consistent visual style and ready-to-post captions. Modes: --topic /…