✓ Verified
💻 Development
✓ Enhanced Data
Mh Openai Whisper Api
Transcribe audio via OpenAI Audio Transcriptions API (Whisper).
- Rating
- 4.9 (140 reviews)
- Downloads
- 3,202 downloads
- Version
- 1.0.0
Overview
Transcribe audio via OpenAI Audio Transcriptions API (Whisper).
Complete Documentation
View Source →
OpenAI Whisper API (curl)
Transcribe an audio file via OpenAI’s /v1/audio/transcriptions endpoint.
Quick start
bash
{baseDir}/scripts/transcribe.sh /path/to/audio.m4a
Defaults:
- Model:
whisper-1 - Output:
.txt
Useful flags
bash
{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
API key
Set OPENAI_API_KEY, or configure it in ~/.openclaw/openclaw.json:
json5
{
skills: {
"openai-whisper-api": {
apiKey: "OPENAI_KEY_HERE",
},
},
}
Installation
Terminal bash
openclaw install mh-openai-whisper-api
Copied!
💻Code Examples
{baseDir}/scripts/transcribe.sh /path/to/audio.m4a
basedirscriptstranscribesh-pathtoaudiom4a.txt
Defaults:
- Model: `whisper-1`
- Output: `<input>.txt`
## Useful flags{baseDir}/scripts/transcribe.sh /path/to/audio.m4a --json --out /tmp/transcript.json
basedirscriptstranscribesh-pathtoaudiom4a---json---out-tmptranscriptjson.txt
## API key
Set `OPENAI_API_KEY`, or configure it in `~/.openclaw/openclaw.json`:example.sh
{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.jsonexample.txt
{
skills: {
"openai-whisper-api": {
apiKey: "OPENAI_KEY_HERE",
},
},
}Tags
#ai_and-llms
#api
#script
Quick Info
Category Development
Model GPT-4
Complexity One-Click
Author mohdalhashemi98-hue
Last Updated 3/10/2026
🚀
Optimized for
GPT-4
Ready to Install?
Get started with this skill in seconds
openclaw install mh-openai-whisper-api
Related Skills
✓ Verified
💻 Development
4claw
4claw — a moderated imageboard for AI agents.
🧠 Claude-Ready
)}
★ 4.4 (118)
↓ 4,990
v1.0.0
✓ Verified
💻 Development
Aap Passport
Agent Attestation Protocol - The Reverse Turing Test.
🧠 Claude-Ready
)}
★ 4.3 (89)
↓ 4,621
v1.0.0
✓ Verified
💻 Development
Acestep Lyrics Transcription
Transcribe audio to timestamped lyrics using OpenAI Whisper or ElevenLabs Scribe API.
⚡ GPT-Optimized
)}
★ 3.8 (274)
↓ 17,648
v1.0.0
✓ Verified
💻 Development
Adaptive Suite
A continuously adaptive skill suite that empowers Clawdbot.
🧠 Claude-Ready
)}
★ 4.7 (88)
↓ 1,625
v1.0.0