Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Transcribe audio via OpenAI Audio Transcriptions API (Whisper).
.claude/skills/understudy-ai-openai-whisper-api/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-21 | ✗→✓ | ▲ Improved | -43% | 0% |
| case-01 | ✗→✓ | ▲ Improved | -30% | 0% |
| case-19 | ✗→✓ | ▲ Improved | -47% | 0% |
| case-07 | ✗→✓ | ▲ Improved | -37% | 0% |
| case-20 | ✗→✓ | ▲ Improved | -37% | 0% |
Transcribe an audio file via OpenAI’s /v1/audio/transcriptions endpoint.
bash{baseDir}/scripts/transcribe.sh /path/to/audio.m4a
Defaults:
whisper-1<input>.txtbash{baseDir}/scripts/transcribe.sh /path/to/audio.ogg --model whisper-1 --out /tmp/transcript.txt {baseDir}/scripts/transcribe.sh /path/to/audio.m4a --language en {baseDir}/scripts/transcribe.sh /path/to/audio.m4a --prompt "Speaker names: Peter, Daniel" {baseDir}/scripts/transcribe.sh /path/to/audio.m4a --json --out /tmp/transcript.json
Set OPENAI_API_KEY, or configure it in ~/.understudy/config.json5:
json5{ skills: { "openai-whisper-api": { apiKey: "OPENAI_KEY_HERE", }, }, }
Other measured skills in the registry, with their headline benchmark lift.