openai-whisper-api

Transcribe audio files into text using the OpenAI Whisper API.

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

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, making spoken content searchable and editable.

Core Features & Use Cases

  • Audio Transcription: Converts spoken audio from various formats into written text.
  • Customizable Output: Supports different output formats (text, JSON) and language specification.
  • Use Case: Quickly generate transcripts for meeting recordings, voice notes, or video content for documentation and analysis.

Quick Start

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

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 using OpenAI Whisper, you provide an input audio file and specify an output path. The skill sends the audio to the OpenAI Audio Transcriptions API and returns the written text.

Do I need an API key to convert speech to text with this method?

Yes, converting speech to text requires an active OpenAI API key. You also need the curl command-line tool installed in your environment to execute the transcription request.

Can I specify languages and custom prompts for audio transcription?

Yes, you can specify languages and custom prompts for audio transcription to improve accuracy. You can also select transcription models and output formats like text or JSON.

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

You can transcribe spoken audio from various formats into written text using the OpenAI Audio API. The skill processes input files like M4A recordings and outputs text or JSON formats.

What is the best way to automate transcription for meeting recordings?

The best way to automate transcription for meeting recordings is using the OpenAI Whisper API. It converts spoken audio content into searchable and editable text for documentation and analysis.

Why specify a custom prompt when transcribing voice notes?

Specifying a custom prompt when transcribing voice notes improves accuracy by providing context to the Whisper model. This helps the speech-to-text API correctly interpret specific terminology or names.