openai-whisper-api

Transcribe audio files into text using the OpenAI Whisper API.

Updated Feb 18, 2026
One-click install
npx skills add https://github.com/ClaudioCeppi83/kora-os-kernel --skill openai-whisper-api-claudioceppi83
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openai-whisper-api
Source: https://github.com/ClaudioCeppi83/kora-os-kernel/tree/main/engines/openclaw/skills/openai-whisper-api
Command: npx skills add https://github.com/ClaudioCeppi83/kora-os-kernel --skill openai-whisper-api-claudioceppi83

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Transcribing audio files manually can be time-consuming and error-prone. This Skill simplifies the process by using OpenAI's Whisper API to transcribe audio quickly and accurately.

Core Features & Use Cases

  • Quick Audio Transcription: Transcribe audio files with ease using the OpenAI Whisper API.
  • Flexibility: Choose from different models and configurations based on your specific needs.
  • Use Case: Ideal for journalists, transcriptionists, or anyone who needs to convert audio interviews, lectures, or meetings into text.

Quick Start

Transcribe the audio file 'meeting-august-2023.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 into text automatically?

To transcribe audio files automatically, this Skill uses the OpenAI Whisper API to convert speech from interviews, lectures, and meetings into text. You provide an audio file, and the API returns the transcribed text.

What audio formats can I use for automated speech recognition?

The automated speech recognition supports multiple audio formats. You can submit various common audio files to the OpenAI Whisper API for transcription without needing prior conversion.

Do I need an OpenAI API key to transcribe audio?

Yes, you need an active OpenAI API key to perform audio transcription. The Skill utilizes the OpenAI Whisper API, which requires your own key for authentication and usage tracking.

Can I choose different transcription models for my audio?

Yes, you can choose from different transcription models and configurations. This flexibility allows you to select the specific OpenAI Whisper model that best fits your accuracy and processing needs.

Does curl need to be installed to use audio transcription?

Yes, curl must be installed. The Skill relies on curl as a dependency to make the necessary HTTP requests to the OpenAI Whisper API for transcribing your audio content.