openai-whisper-api

Transcribe audio files into text using the OpenAI Whisper API.

Updated Jan 29, 2026
One-click install
npx skills add https://github.com/douglasjs/clawdbot_plugin_tools --skill openai-whisper-api-douglasjs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openai-whisper-api
Source: https://github.com/douglasjs/clawdbot_plugin_tools/tree/main/openai-whisper-api
Command: npx skills add https://github.com/douglasjs/clawdbot_plugin_tools --skill openai-whisper-api-douglasjs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the transcription of audio files into text, leveraging the powerful OpenAI Whisper API. It saves time and effort compared to manual transcription.

Core Features & Use Cases

  • Audio Transcription: Convert spoken words in audio files (e.g., .m4a, .ogg) into written text.
  • Customization: Supports specifying the Whisper model, output file path, language, and providing prompts for better accuracy.
  • Use Case: Quickly transcribe meeting recordings, voice notes, or interviews into text documents for easy searching and analysis.

Quick Start

Use the openai-whisper-api skill to transcribe the audio file '/path/to/audio.m4a'.

Frequently Asked Questions about openai-whisper-api

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I transcribe audio files into text using the OpenAI Whisper API?

To transcribe audio files into text, submit your audio file to the OpenAI Audio Transcriptions API using the Whisper model. This process converts spoken words from formats like .m4a or .ogg into written text documents.

Do I need an OpenAI API key to transcribe speech-to-text with cURL?

Yes, you need an OpenAI API key and cURL installed to execute the speech-to-text transcription. These two prerequisites allow you to authenticate requests and send audio files to the Whisper API endpoint.

What is the best way to automate meeting transcription for interviews and voice notes?

Automating meeting transcription is best achieved by directly passing your recordings to the Whisper speech-to-text API. This method quickly converts voice notes and interviews into searchable text documents for easy analysis.

Can I specify the output format and language when converting audio to text?

Yes, you can specify the output format and language when converting audio to text. The API allows customization of the transcription model, language settings, and prompts to tailor the speech-to-text output to your needs.

Why does my speech-to-text transcription fail when sending audio via cURL?

Speech-to-text transcription via cURL fails if the OpenAI API key is missing or invalid, or if the audio file format is unsupported. Ensure your audio files are in compatible formats and your API credentials are correctly configured.