Openai Whisper Api
Transcribe audio via OpenAI Audio Transcriptions API (Whisper).
Setup & Installation
Install command
openclaw install steipete/openai-whisper-apiIf the CLI is not installed:
Install command
npx clawhub@latest install steipete/openai-whisper-apiOr install with OpenClaw CLI:
Install command
openclaw skills install steipete/openai-whisper-apior paste the repo link into your assistant's chat
Install command
https://github.com/openclaw/skills/tree/main/skills/steipete/openai-whisper-apiWhat 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.
User asks: Transcribe audio via OpenAI Audio Transcriptions API (Whisper).
- 1Reads the skill instructions from SKILL.md
- 2Executes the task using the skill's capabilities
- 3Returns the result to the user
Transcribe audio via OpenAI Audio Transcriptions API (Whisper).
Security Audits
These signals reflect official OpenClaw status values. A Suspicious status means the skill should be used with extra caution.
Similar Skills
VIEW ALLgog
Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
Obsidian
Work with Obsidian vaults (plain Markdown notes) and automate via obsidian-cli.
Mcporter
Use the mcporter CLI to list, configure, auth, and call MCP servers/tools directly (HTTP or stdio), including ad-hoc servers, config edits, and CLI/type generation.
Nano Banana Pro
Generate/edit images with Nano Banana Pro (Gemini 3 Pro Image). Use for image create/modify requests incl. edits. Supports text-to-image + image-to-image; 1K/2K/4K; use --input-image.