openai-whisper-api

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Transcribes audio to text using OpenAI's Whisper API via a curl-based workflow, enabling developers to convert recordings into searchable transcripts without building a custom transcription service.

Core Features & Use Cases

  • Whisper-based transcription via a curl script that interfaces with OpenAI's /v1/audio/transcriptions endpoint.
  • Supports flexible options such as model selection, language, and prompt hints, allowing tailored transcripts for meetings, podcasts, or lectures.
  • Typical use cases include generating meeting notes, podcast transcripts, or accessibility-ready text from audio files.

Quick Start

Run the transcribe script with an audio file 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 curl and the OpenAI Whisper API?

You can transcribe audio to text using curl by sending a request to OpenAI's /v1/audio/transcriptions endpoint. This script handles the API call, allowing you to convert meeting or podcast recordings into searchable transcripts without a custom service.

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

To run speech-to-text transcription, you need an OpenAI API key and the curl command-line tool. The script requires these dependencies to interface with the Whisper API and process your audio files.

Can I customize Whisper transcription settings for different audio formats?

Yes, you can customize Whisper transcription settings through the script. It supports flexible options including model selection, language specification, and prompt hints to tailor transcripts for specific audio contexts like lectures or podcasts.

What is the best way to generate meeting notes from audio recordings?

The best way to generate meeting notes from audio is using a curl-based script to access OpenAI's Whisper API. It directly converts your meeting recordings into searchable text transcripts, ready for note-taking and accessibility purposes.

Does this Whisper API transcription approach work without building a custom service?

Yes, this approach works without building a custom service. It uses a minimal curl script to interface directly with OpenAI's Whisper API, enabling developers to transcribe audio files into text quickly and efficiently.