askill
openai-whisper-api

openai-whisper-apiSafety 85Repository

Transcribe audio via OpenAI Audio Transcriptions API (Whisper).

0 stars
1.2k downloads
Updated 2/1/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 ~/.friday/friday.json:

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

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

62/100Analyzed 2/18/2026

A moderately useful skill for OpenAI Whisper API transcription with clear examples and structured content. However, it lacks the actual script implementation (references external {baseDir}/scripts/transcribe.sh), reducing immediate actionability. The skill is tied to a specific project (.friday config) indicating some internal-only characteristics. Includes valid homepage link and organized sections but misses a 'when to use' trigger section."

85
80
60
50
45

Metadata

Licenseunknown
Version-
Updated2/1/2026
Publisherbalaraj74

Tags

apillmprompting