openai-whisper-api

Transcribe audio files into text using the OpenAI Whisper API.

1|Updated Apr 28, 2026
One-click install
npx skills add https://github.com/seasonmac/Full-Scene-Agents --skill openai-whisper-api-seasonmac
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openai-whisper-api
Source: https://github.com/seasonmac/Full-Scene-Agents/tree/main/openclaw/skills/openai-whisper-api
Command: npx skills add https://github.com/seasonmac/Full-Scene-Agents --skill openai-whisper-api-seasonmac

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Transcribe audio files into text using OpenAI's Whisper API to enable searchable transcripts and easier content processing.

Core Features & Use Cases

  • Transcription from audio to text via OpenAI Whisper
  • Customizable options: language and prompt configuration; curl-based workflow
  • Use Case: Convert meetings, podcasts, and other recordings into searchable transcripts for summaries, indexing, and accessibility.

Quick Start

Run the transcribe script on 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 OpenAI Whisper?

To transcribe audio to text using OpenAI Whisper, run the provided script on your audio file to send a request to the Whisper API endpoint via curl. This converts meetings and podcasts into searchable transcripts.

Do I need an OpenAI API key to transcribe audio with curl?

Yes, you need an OPENAI_API_KEY to authenticate your requests when transcribing audio with curl. You also need curl installed, and optionally an OPENAI_BASE_URL to route requests through a proxy.

Can I configure language and prompt options for audio transcription?

Yes, you can customize audio transcription by configuring language and prompt options within the curl-based workflow. This allows you to tailor the transcription process for specific audio contexts.

What is the best way to convert podcasts into searchable transcripts?

The best way to convert podcasts into searchable transcripts is using a curl-based endpoint to the OpenAI Whisper API. This approach transcribes recordings efficiently, enabling summaries and indexing.

Does Whisper transcription work through a local gateway or proxy?

Yes, Whisper transcription works through a local gateway or proxy by setting the optional OPENAI_BASE_URL. This routes your curl audio transcription requests through the specified network endpoint.

Why use curl for audio transcription instead of other tools?

Using curl for audio transcription provides a lightweight, scriptable method to send audio files to the OpenAI Whisper API without heavy dependencies. It directly processes recordings into text for accessibility.