askill
openai-whisper-api

openai-whisper-apiSafety 95Repository

Transcribe audio via OpenAI Audio Transcriptions API (Whisper).

1 stars
1.2k downloads
Updated 2/3/2026

Package Files

Loading files...
SKILL.md

OpenAI Whisper API (curl)

Transcribe an audio file via OpenAI’s /v1/audio/transcriptions endpoint.

Quick start

{baseDir}/scripts/transcribe.sh /path/to/audio.m4a

Defaults:

  • Model: whisper-1
  • Output: <input>.txt

Useful flags

{baseDir}/scripts/transcribe.sh /path/to/audio.ogg --model whisper-1 --out /tmp/transcript.txt
{baseDir}/scripts/transcribe.sh /path/to/audio.m4a --language en
{baseDir}/scripts/transcribe.sh /path/to/audio.m4a --prompt "Speaker names: Peter, Daniel"
{baseDir}/scripts/transcribe.sh /path/to/audio.m4a --json --out /tmp/transcript.json

API key

Set OPENAI_API_KEY, or configure it in ~/.openclaw/openclaw.json:

{
  skills: {
    "openai-whisper-api": {
      apiKey: "OPENAI_KEY_HERE",
    },
  },
}

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

82/100Analyzed 2/25/2026

Well-structured reference skill for OpenAI Whisper API transcription. Provides clear command examples, useful flags for model/language/prompt options, and API key configuration. Uses placeholder {baseDir} but is otherwise actionable. Includes helpful metadata with emoji, required binaries, and environment variables. Scores well on reusability (multiple formats, configurable) and safety. Slightly less complete due to no explicit 'when to use' section but otherwise high-quality technical reference."

95
85
85
75
80

Metadata

Licenseunknown
Version-
Updated2/3/2026
Publisherkavia-common

Tags

apillmprompting