openai-whisper-api

Transcribe audio files to text via OpenAI Whisper API using curl.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Automates converting audio recordings into searchable, editable text without manual transcription, saving time and reducing errors.

Core Features & Use Cases

  • OpenAI Whisper-based transcription: Transcribes audio via OpenAI's v1/audio/transcriptions endpoint.
  • Model and format options: Supports configurable model selection and output formats for transcripts and JSON results.
  • Use Case: Ideal for turning meeting recordings, podcasts, or lectures into searchable text, captions, or summaries.

Quick Start

Run the transcribe.sh script with your audio file path to generate a transcript.

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 to text using OpenAI Whisper via curl?

To transcribe audio to text using OpenAI Whisper via curl, you execute a CLI script that sends a request to the OpenAI v1/audio/transcriptions endpoint with your audio file and optional parameters. This generates a text transcript from the recording.

What do I need to automate audio transcription for meetings or podcasts?

To automate audio transcription for meetings or podcasts, you need an OpenAI API key for environment configuration and the curl command-line tool installed. This setup allows you to run the script to process audio files into searchable text.

Can I configure the output format when using Whisper for audio transcription?

Yes, you can configure the output format when using Whisper for audio transcription. The script supports optional parameters for model selection and output formatting, allowing you to generate either standard text transcripts or JSON results.

What is the best way to convert lecture recordings into searchable text?

The best way to convert lecture recordings into searchable text is using a CLI-based curl request to the OpenAI Whisper API. This approach automates the transcription process, reducing manual errors and saving time by directly generating editable text.

Does this curl transcription method work for generating captions from audio files?

Yes, this curl transcription method works for generating captions from audio files. By calling the OpenAI Whisper API, it processes audio from meetings, podcasts, or lectures and outputs text that can be used for captions or summaries.