Openai Whisper Api

Community Skill
Unknown

Transcribe audio via OpenAI Audio Transcriptions API (Whisper).

38995 downloads995 installsby @steipete

Setup & Installation

Install command

openclaw install steipete/openai-whisper-api

If the CLI is not installed:

Install command

npx clawhub@latest install steipete/openai-whisper-api

Or install with OpenClaw CLI:

Install command

openclaw skills install steipete/openai-whisper-api

or paste the repo link into your assistant's chat

Install command

https://github.com/openclaw/skills/tree/main/skills/steipete/openai-whisper-api

What This Skill Does

Transcribe audio via OpenAI Audio Transcriptions API (Whisper).

Transcribe audio via OpenAI Audio Transcriptions API (Whisper).

When to Use It

Transcribe audio via OpenAI Audio Transcriptions API (Whisper).

View original SKILL.md file
# OpenAI Whisper API (curl)

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

## Quick start

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

Defaults:
- Model: `whisper-1`
- Output: `<input>.txt`

## Useful flags

```bash
{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 `~/.clawdbot/clawdbot.json`:

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

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Transcribe audio via OpenAI Audio Transcriptions API (Whisper).

AGENT
  1. 1Reads the skill instructions from SKILL.md
  2. 2Executes the task using the skill's capabilities
  3. 3Returns the result to the user
OUTPUT
Transcribe audio via OpenAI Audio Transcriptions API (Whisper).

Share this skill

Security Audits

VirusTotalUnknown
OpenClawUnknown

These signals reflect official OpenClaw status values. A Suspicious status means the skill should be used with extra caution.

Details

LanguageUnknown
Last updatedMar 26, 2026