openai-whisper-api

Transcribe audio files to text using the OpenAI Whisper API.

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

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 accessible and searchable.

Core Features & Use Cases

  • Audio Transcription: Converts spoken words in audio files to written text using OpenAI's Whisper model.
  • Customization: Supports specifying the model, output file path, language, and providing a prompt for improved accuracy.
  • Use Case: Transcribe meeting recordings, voice notes, or podcast segments into text documents for easy review, editing, or 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 to text using the OpenAI Whisper API?

To transcribe audio files to text, the Skill sends audio data to the OpenAI Audio Transcriptions API using the Whisper model. It supports various audio formats and returns written text for easy review.

Do I need an OPENAI_API_KEY to transcribe audio with Whisper?

Yes, an OPENAI_API_KEY environment variable is required for authentication to transcribe audio with Whisper. The Skill relies on this key to authorize API requests via curl.

Can I customize speech-to-text transcription settings for different audio formats?

You can customize speech-to-text transcription by specifying the model, output file path, language, and providing a prompt. This improves accuracy across various supported audio formats.

What is the best way to automate meeting transcription from voice recordings?

Automating meeting transcription involves passing voice recordings to the OpenAI Whisper API. This converts spoken meeting content into searchable text documents for editing and analysis.

Does this transcription Skill require curl to process audio files?

Yes, curl is required to process audio files. The Skill uses curl as its dependency to handle the API requests for converting spoken audio into written text.

Why use a transcription prompt when converting audio to text?

Providing a transcription prompt when converting audio to text helps the Whisper model understand context, improving accuracy for specific terminology or accents in your audio files.