openai-whisper-api

Transcribe audio files into text using the OpenAI Audio Transcriptions API.

1|1|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/yunseo-kim/agent-toolbox --skill openai-whisper-api-yunseo-kim
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openai-whisper-api
Source: https://github.com/yunseo-kim/agent-toolbox/tree/main/catalog/skills/openai-whisper-api
Command: npx skills add https://github.com/yunseo-kim/agent-toolbox --skill openai-whisper-api-yunseo-kim

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the transcription of audio files into text, making audio content searchable and editable.

Core Features & Use Cases

  • Audio Transcription: Converts spoken words in audio files to written text using the OpenAI Whisper API.
  • Format Support: Handles various audio formats.
  • Language Detection: Automatically identifies the language of the audio.
  • Custom Prompts: Allows for custom prompts to guide transcription accuracy.
  • Use Case: Transcribe a meeting recording to generate meeting minutes or convert a podcast episode into a blog post.

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 to text using the OpenAI Whisper API?

Audio transcription converts spoken words into written text by sending audio files to the OpenAI Audio Transcriptions API. You provide an audio file, and the skill processes it to output plain text or JSON format.

Do I need an OpenAI API key to transcribe audio files?

Yes, an OpenAI API key is required to authenticate requests for audio transcription. You must supply this key to access the Whisper API and process your audio files into text.

Can I use custom prompts to improve speech-to-text transcription accuracy?

Custom prompts can guide the speech-to-text transcription process to improve accuracy. Providing specific context or vocabulary through prompts helps the OpenAI Whisper API generate more precise text outputs.

Does audio transcription with the Whisper API support automatic language detection?

Automatic language detection is supported when transcribing audio files with the OpenAI Whisper API. The skill identifies the spoken language in the audio file automatically without requiring manual language specification.

What audio formats are supported for speech-to-text conversion?

The skill handles various audio formats for speech-to-text conversion using the OpenAI Whisper API. This allows you to transcribe different types of audio files directly without needing prior format conversion.

What is the best way to generate meeting minutes from audio recordings?

Transcribing meeting recordings using the OpenAI Whisper API generates written text suitable for meeting minutes. The skill converts the audio into plain text or JSON, making the content searchable and editable for documentation.