MyClaw
HomeProductsUse CasesPricingSkillsResourcesCompany
HomeUse CasesPricingSkills
Sign In
Home
ProductsOpenClaw HostingHermes Agent Hosting
Use CasesPricingSkills
ResourcesCompareTutorialLearnBlogUpdatesResourcesCommunity
CompanyAboutSupport
Sign In
MyClaw.ai

Your AI agent, already running.

Product

OpenClaw HostingHermes Agent HostingUse CasesPricingCompareAlibaba Cloud

Resources

BlogUpdatesSkillsModelsSupportCommunityCapybara

Legal

TermsPrivacyCookieGDPRContact

© 2023 Cubo World Inc. All rights reserved.

← Back to Skills
Browser & Automation
☁️

openai-whisper-api

Featured

Transcribe audio files to text using OpenAI's Whisper API — supports multiple formats, languages, and output options via a simple CLI.

by OpenClawv1.0.0
ProductivityAI PoweredAutomationAPICLI
Connecting to VM...
Connecting to VM...
npx clawhub@latest install openai-whisper-api
244Current Installs
📦
v1.0.0Version

Requirements

curlOpenAI API Key

openai-whisper-api Skill Overview

openai-whisper-api is a skill that wraps OpenAI's /v1/audio/transcriptions endpoint (Whisper) into a straightforward shell script. Point it at any audio file and get a plain-text transcript back in seconds. It supports model selection, language hints, custom output paths, and JSON output — all via command-line flags.

How to Use It

Step 1: Run in your terminal or install this skill on MyClaw

npx clawhub@latest install openai-whisper-api
or

Click the Install button at the top of this page for one-click setup

When to Use openai-whisper-api

Best Fit

  • You have audio files (e.g. .m4a, .ogg) you need transcribed quickly without building custom API integration code.
  • You want to automate transcription as part of a shell pipeline or scripted workflow.
  • You need to pass a language hint or speaker-name prompt to improve transcription accuracy.
  • You want structured JSON output from the Whisper API rather than plain text.

When Not to Use

  • You need real-time or streaming transcription — this skill sends complete audio files to the API and is not suitable for live audio.
  • You are not comfortable setting an OPENAI_API_KEY, as the skill has no alternative transcription backend.

Key Features

Simple one-command transcription

Run a single shell script with a path to your audio file and receive a .txt transcript alongside it by default. No boilerplate API code required.

Flexible output options

Write output to a custom path with --out, or request raw JSON from the API with --json for downstream processing.

Language and prompt hints

Use --language to specify the spoken language (e.g. en) for better accuracy, or --prompt to supply context like speaker names that help guide the transcription.

Model selection

Defaults to whisper-1 but accepts a --model flag, keeping you ready for future Whisper model variants offered by OpenAI.

Use Cases

Meeting or interview transcription

Record a meeting or interview, then run the skill against the audio file to produce a full text transcript. Pass --prompt with participant names to improve speaker-name recognition in the output.

Automated transcription pipeline

Integrate the script into a cron job or CI workflow that picks up new audio files from a directory and transcribes them automatically, writing results to a specified output folder.

Podcast or voice-note archiving

Convert a library of voice memos or podcast episodes into searchable text files by scripting the skill over a batch of audio files.

Requirements

  • OpenAI API Key (required) — Authenticates requests to /v1/audio/transcriptions. Set via the OPENAI_API_KEY environment variable or in ~/.openclaw/openclaw.json.
Connecting to VM...
npx clawhub@latest install openai-whisper-api
244Current Installs
📦
v1.0.0Version

Requirements

curlOpenAI API Key

FAQ

Reviews

0 reviews

Log in to write a review

No reviews yet. Be the first to share your experience!