openai-whisper-api

Transcribes audio files into text using OpenAI's Whisper API via curl.

2|1|Updated Jan 28, 2026
One-click install
npx skills add https://github.com/zhangziliang04/moltbot_deepseek --skill openai-whisper-api-zhangziliang04
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openai-whisper-api
Source: https://github.com/zhangziliang04/moltbot_deepseek/tree/main/skills/openai-whisper-api
Command: npx skills add https://github.com/zhangziliang04/moltbot_deepseek --skill openai-whisper-api-zhangziliang04

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Transcribe audio into text using OpenAI's Whisper API via curl, enabling automated transcription without manual typing.

Core Features & Use Cases

  • Direct API transcription: Send audio files to OpenAI Whisper via curl and receive transcripts.
  • Configurable outputs: Choose model, language, and output format, with sensible defaults.
  • Use Case: Transcribe interviews or podcasts to generate searchable transcripts for analysis.

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

You can transcribe audio to text using OpenAI Whisper by sending audio files to the API via curl. This approach automates transcription without manual typing and returns text transcripts suitable for analysis.

What do I need to run speech-to-text transcription with curl?

To run speech-to-text transcription with curl, you need the curl command-line tool installed and the OPENAI_API_KEY environment variable configured to authorize your API requests.

Can I configure the language and output format for audio transcription?

Yes, you can configure the audio transcription output by choosing the model, language, and output format. The script provides sensible defaults but allows these optional parameters to be adjusted for your workflow.

What audio formats can I process with OpenAI Whisper API transcription?

OpenAI Whisper API transcription supports automated processing of audio assets across multiple formats. You can send these audio files via curl to generate searchable text transcripts for interviews or podcasts.

Is curl the best way to automate audio transcription for data workflows?

Using curl is a direct and lightweight way to automate audio transcription for data workflows. It sends audio files straight to the OpenAI Whisper API without requiring additional libraries, making it suitable for developers.