openai-whisper-api

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

1|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/aayushsoam/clawbot-plus --skill openai-whisper-api-aayushsoam
Or copy as Structured Prompt for Agentโ–ผ
Please help me install this Agent Skill.
Skill: openai-whisper-api
Source: https://github.com/aayushsoam/clawbot-plus/tree/main/skills/openai-whisper-api
Command: npx skills add https://github.com/aayushsoam/clawbot-plus --skill openai-whisper-api-aayushsoam

SYSTEM DOCUMENTATION & REQUIREMENTS

๐Ÿ’ก This Skill requires curl.

What problem does it solve?

Transcribe audio quickly and accurately using OpenAI's Whisper API, turning speech into text for quick analysis and captioning.

Core Features & Use Cases

  • Transcribes audio via OpenAI Whisper API.
  • Curl-based workflow with an API key for secure access.
  • Use Case: convert meeting recordings or podcasts into searchable transcripts for indexing and accessibility.

Quick Start

Transcribe an audio file by running the transcribe.sh script with the path to your audio file.

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 the OpenAI Whisper API?โ–ผ

To transcribe audio to text using the OpenAI Whisper API, you run a curl command targeting the /v1/audio/transcriptions endpoint with your OPENAI_API_KEY and audio file path. This sends the audio to Whisper and returns a text transcript of the speech.

Can I use curl to transcribe podcasts and long meeting recordings in automated pipelines?โ–ผ

Yes, you can use curl to transcribe podcasts and long meeting recordings in automated pipelines. The curl-based workflow securely accesses the OpenAI Whisper API, making it suitable for developers and data teams automating batch speech-to-text processing.

Do I need an OPENAI_API_KEY to convert speech to text with Whisper?โ–ผ

Yes, you need an OPENAI_API_KEY to convert speech to text with Whisper. Along with the curl command-line tool, this API key provides the required secure authentication to access the OpenAI audio transcription endpoint.

What is the best way to automate audio transcription for indexing and accessibility?โ–ผ

The best way to automate audio transcription for indexing and accessibility is using a curl-based script that calls the OpenAI Whisper API. This approach converts meeting recordings into searchable text transcripts automatically within your data pipelines.

Does the Whisper API curl workflow support automated speech-to-text processing without manual intervention?โ–ผ

Yes, the Whisper API curl workflow supports automated speech-to-text processing without manual intervention. By executing the transcribe.sh script with an audio file path, it automatically retrieves the transcript via the API endpoint for pipeline integration.