Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
firecrawl avatar

Openai Whisper Api

  • 5 installs
  • 4 repo stars
  • Updated March 24, 2026
  • firecrawl/openclaw

openai-whisper-api skill documents Transcribe audio via OpenAI Audio Transcriptions API (Whisper).

About

openai-whisper-api skill documents Transcribe audio via OpenAI Audio Transcriptions API (Whisper).. name: openai-whisper-api description: Transcribe audio via OpenAI Audio Transcriptions API (Whisper).

  • Transcribe audio via OpenAI Audio Transcriptions API (Whisper).
  • Platform-specific setup patterns for openai-whisper-api.
  • Evidence-backed steps from upstream SKILL.md.
  • When-to-use criteria for openai-whisper-api versus alternatives.

Openai Whisper Api by the numbers

  • 5 all-time installs (skills.sh)
  • Ranked #1,596 of 2,065 Data Science & ML skills by installs in the Skillselion catalog
  • Data as of Jul 27, 2026 (Skillselion catalog sync)
At a glance

openai-whisper-api capabilities & compatibility

Capabilities
openai whisper api quick start · openai whisper api when to use guidance · openai whisper api integration patterns
Use cases
research · orchestration
From the docs

What openai-whisper-api says it does

homepage: https://platform.openai.com/docs/guides/speech-to-text
SKILL.md
"requires": { "bins": ["curl"], "env": ["OPENAI_API_KEY"] },
SKILL.md
npx skills add https://github.com/firecrawl/openclaw --skill openai-whisper-api

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs5
repo stars4
Last updatedMarch 24, 2026
Repositoryfirecrawl/openclaw

How do I use openai-whisper-api correctly?

Transcribe audio via OpenAI Audio Transcriptions API (Whisper).

Who is it for?

Teams implementing openai-whisper-api workflows from the catalog.

Skip if: Skip when requirements clearly match a different specialized stack.

When should I use this skill?

User asks about openai-whisper-api, transcribe audio via openai audio transcriptions api (whisper)..

What you get

Working openai-whisper-api setup with validated configuration and next steps.

Files

SKILL.mdMarkdownGitHub ↗

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",
    },
  },
}

Related skills

FAQ

What does openai-whisper-api do?

openai-whisper-api skill documents Transcribe audio via OpenAI Audio Transcriptions API (Whisper).

When should I use openai-whisper-api?

User asks about openai-whisper-api, transcribe audio via openai audio transcriptions api (whisper)..

Is this skill safe to install?

Review the Security Audits panel on this page before installing in production.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.