openai-whisper-api

Transcribe audio files into text using the OpenAI Whisper API.

5.1k|1.2k|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/linuxhsj/openclaw-zero-token --skill openai-whisper-api-linuxhsj
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openai-whisper-api
Source: https://github.com/linuxhsj/openclaw-zero-token/tree/main/skills/openai-whisper-api
Command: npx skills add https://github.com/linuxhsj/openclaw-zero-token --skill openai-whisper-api-linuxhsj

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 OpenAI's powerful Whisper model, eliminating the need for manual transcription and saving significant time.

Core Features & Use Cases

  • Audio Transcription: Convert spoken words in audio files (e.g., M4A, OGG) into written text.
  • Customization: Supports specifying the transcription model, output file path, language, and providing a prompt for better accuracy.
  • Use Case: Quickly generate a text transcript for a meeting recording, a podcast episode, or a voice memo for easier searching and editing.

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 an audio file into text using OpenAI Whisper?

You can transcribe an audio file into text using OpenAI Whisper by sending the file to the OpenAI Audio Transcriptions API. This Skill automates the request via curl, allowing you to quickly convert spoken words into written transcripts.

Do I need an OpenAI API key to use the Whisper speech-to-text model?

Yes, you need an OpenAI API key to use the Whisper speech-to-text model. The Skill requires an OPENAI_API_KEY environment variable or configuration entry to authenticate your transcription requests with the OpenAI API.

What audio formats are supported for speech-to-text transcription with curl?

The speech-to-text transcription supports various audio formats, including M4A and OGG files. You can transcribe these audio formats by passing the file path to the Skill, which handles the API submission via curl.

Can I customize the transcription output format and language when using the Whisper API?

Yes, you can customize the transcription output format and language when using the Whisper API. The Skill allows you to specify the transcription model, output file path, target language, and provide a prompt to improve accuracy.

What is the best way to generate a text transcript for a podcast or meeting recording?

The best way to generate a text transcript for a podcast or meeting recording is to automate transcription with the OpenAI Whisper model. This eliminates manual transcription, enabling easier searching and editing of voice memos and meeting recordings.