Transcribe audio files to text using OpenAI's Whisper API — supports multiple formats, languages, and output options via a simple CLI.
npx clawhub@latest install openai-whisper-apiRequirements
openai-whisper-api is a skill that wraps OpenAI's /v1/audio/transcriptions endpoint (Whisper) into a straightforward shell script. Point it at any audio file and get a plain-text transcript back in seconds. It supports model selection, language hints, custom output paths, and JSON output — all via command-line flags.
npx clawhub@latest install openai-whisper-apiClick the Install button at the top of this page for one-click setup
.m4a, .ogg) you need transcribed quickly without building custom API integration code.OPENAI_API_KEY, as the skill has no alternative transcription backend.Run a single shell script with a path to your audio file and receive a .txt transcript alongside it by default. No boilerplate API code required.
Write output to a custom path with --out, or request raw JSON from the API with --json for downstream processing.
Use --language to specify the spoken language (e.g. en) for better accuracy, or --prompt to supply context like speaker names that help guide the transcription.
Defaults to whisper-1 but accepts a --model flag, keeping you ready for future Whisper model variants offered by OpenAI.
Record a meeting or interview, then run the skill against the audio file to produce a full text transcript. Pass --prompt with participant names to improve speaker-name recognition in the output.
Integrate the script into a cron job or CI workflow that picks up new audio files from a directory and transcribes them automatically, writing results to a specified output folder.
Convert a library of voice memos or podcast episodes into searchable text files by scripting the skill over a batch of audio files.
/v1/audio/transcriptions. Set via the OPENAI_API_KEY environment variable or in ~/.openclaw/openclaw.json.npx clawhub@latest install openai-whisper-apiRequirements
Log in to write a review
No reviews yet. Be the first to share your experience!