OpenAI Whisper API

Transcribe audio files into text using the OpenAI Whisper API.

Updated Mar 3, 2026
One-click install
npx skills add https://github.com/feiji77-2/openclaw --skill openai-whisper-api-feiji77-2
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: OpenAI Whisper API
Source: https://github.com/feiji77-2/openclaw/tree/main/skills/openai-whisper-api
Command: npx skills add https://github.com/feiji77-2/openclaw --skill openai-whisper-api-feiji77-2

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of converting spoken audio into written text, making audio content searchable and editable.

Core Features & Use Cases

  • Audio Transcription: Transcribes audio files into text using the OpenAI Whisper API.
  • Customizable Output: Supports various output formats (text, JSON) and allows specifying model, language, and prompt hints.
  • Use Case: Quickly transcribe meeting recordings, voice notes, or video soundtracks into text documents for easy reference 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 OpenAI Whisper?

To transcribe audio files into text, this Skill sends your audio recordings to the OpenAI Whisper API, which processes the speech-to-text conversion and returns written text. It supports various audio formats and customizable parameters.

Do I need an OpenAI API key to transcribe audio with Whisper?

Yes, you need an active OpenAI API key for authentication to transcribe audio with Whisper. The Skill uses this key to securely process your audio files through the OpenAI Whisper API and return the transcribed text.

Can I customize speech-to-text transcription parameters like language and output format?

Yes, you can customize speech-to-text transcription parameters including the specific model, target language, output format like text or JSON, and prompt hints. This allows tailored transcription results for your audio files.

What audio formats can I transcribe using the OpenAI Whisper API?

You can transcribe various audio formats using the OpenAI Whisper API, including common types like m4a. The Skill processes these files through the API to convert your spoken audio content into searchable and editable text.

What is the best way to automate converting meeting recordings and voice notes into text?

The best way to automate converting meeting recordings and voice notes into text is using this Skill to batch process audio files through the OpenAI Whisper API, quickly generating text documents for easy reference and analysis.

Does the Whisper transcription Skill work with curl for processing audio?

Yes, the Whisper transcription Skill works with curl as its underlying dependency to handle HTTP requests. It uses curl scripts to securely transmit your audio files to the OpenAI API and retrieve the transcribed text results.