openai-whisper-api

Transcribe audio files into text using the OpenAI Whisper API.

1.0k|59|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/SafeAI-Lab-X/ClawKeeper --skill openai-whisper-api-safeai-lab-x
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openai-whisper-api
Source: https://github.com/SafeAI-Lab-X/ClawKeeper/tree/main/legacy/clawkeeper-watcher/skills/openai-whisper-api
Command: npx skills add https://github.com/SafeAI-Lab-X/ClawKeeper --skill openai-whisper-api-safeai-lab-x

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Transcribe audio files into text using the OpenAI Whisper API.

Core Features & Use Cases

  • Transcribe single audio files to text using Whisper via API
  • Batch processing support and easy integration into automated workflows
  • Output control via options in the transcribe script

Quick Start

Run the transcribe.sh script on your 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 files into text using OpenAI Whisper?

You can transcribe audio files into text using OpenAI Whisper by running the provided transcribe script, which invokes the Whisper API via curl to process single files or batch audio inputs.

What do I need to set up before using curl for speech-to-text transcription?

Before using curl for speech-to-text transcription, you need a valid OPENAI_API_KEY and curl availability in your environment to authenticate and execute the transcribe script successfully.

Can I use this approach for batch processing multiple audio files?

Yes, this approach supports batch processing and automation workflows, allowing you to transcribe multiple audio files into text using the OpenAI Whisper API with the provided scripts.

What is the best way to automate speech-to-text transcription in a workflow?

The best way to automate speech-to-text transcription is integrating the transcribe script into your workflows, using curl to call the OpenAI Whisper API for generating transcripts from media files automatically.

Does the Whisper API script work with any audio format?

The transcribe script invokes the OpenAI Whisper API to process media files, but you should verify that your specific audio formats are supported by the API before batch processing.