openai-whisper-api

Convert audio files to text using OpenAI's Whisper API.

Updated Feb 8, 2026
One-click install
npx skills add https://github.com/dioerden/OpenClaw-Flash-Vault --skill openai-whisper-api-dioerden
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openai-whisper-api
Source: https://github.com/dioerden/OpenClaw-Flash-Vault/tree/main/skills/openai-whisper-api
Command: npx skills add https://github.com/dioerden/OpenClaw-Flash-Vault --skill openai-whisper-api-dioerden

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill solves the challenge of manually transcribing audio, offering a streamlined process to convert audio files into text using OpenAI's Whisper API.

Core Features & Use Cases

  • Audio Transcription: Automatically transcribe audio files with high accuracy.
  • Flexible Models: Supports various models like whisper-1 for different transcription needs.
  • Output Formats: Provides both text and JSON formats for easy integration.
  • Use Case: Ideal for quickly generating transcripts of podcasts, lectures, or interviews.

Quick Start

Use the openai-whisper-api skill to transcribe the audio file 'meeting_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 an audio file to text using the Whisper API?

Audio transcription using the Whisper API requires submitting an audio file via HTTP requests to OpenAI's endpoint. This Skill automates the process using curl, converting speech to text with high accuracy for files like podcasts or lectures.

Do I need an OpenAI API key to convert speech to text?

Yes, converting speech to text with this Skill requires a valid OpenAI API key. You must configure the key within your environment to authenticate the curl HTTP requests sent to the Whisper API endpoint for processing audio files.

Can I use this speech-to-text process for podcast transcription?

Podcast transcription is a core use case for this speech-to-text process. By sending your podcast audio files through the automated curl requests to the Whisper API, you receive accurate text transcripts suitable for content creation and accessibility.

What output formats are available when transcribing audio with Whisper?

Transcribing audio with Whisper provides output in both text and JSON formats. These formats allow for easy integration of the speech-to-text results into downstream applications, automated content workflows, or data pipelines.

Does this audio transcription approach work with curl?

This audio transcription approach works exclusively with curl to handle HTTP requests to the Whisper API. Curl sends the audio file data to OpenAI's servers, which process the speech and return the text transcription without needing additional programming languages.

What is the best way to automate meeting audio transcription?

Automating meeting audio transcription is best handled by using scripts to call the Whisper API via curl. This approach automatically converts your recorded meeting audio into readable text or JSON output, eliminating manual transcription effort.