Jump to related tools in the same category or review the original source on GitHub.

AI & LLMs @mohdalhashemi98-hue Updated 6/28/2026 925 downloads 0 stars Security: Pass

☁️ Mh Openai Whisper Api OpenClaw Plugin & Skill | ClawHub

Looking to integrate Mh Openai Whisper Api into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate ai & llms tasks instantly, without having to write custom tools from scratch.

What this skill does

Transcribe audio via OpenAI Audio Transcriptions API (Whisper).

Install

ClawHub CLI
openclaw skills install @mohdalhashemi98-hue/mh-openai-whisper-api
Node.js (npx)
npx clawhub@latest install mh-openai-whisper-api

Full SKILL.md

Open original
Metadata table.
namedescriptionhomepage
openai-whisper-apiTranscribe audio via OpenAI Audio Transcriptions API (Whisper).https://platform.openai.com/docs/guides/speech-to-text

SKILL.md content below is scrollable.

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",
    },
  },
}
ClawHub Registry URL: https://clawhub.ai/mohdalhashemi98-hue/skills/mh-openai-whisper-api

Related skills

If this matches your use case, these are close alternatives in the same category.