/install any-whisper-api
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:
\x3Cinput>.txt
Whisper.cpp example
/ai/whisper.cpp/build/bin/whisper-server -m /ai/models/whisper/ggml-large-v3-turbo-q8_0.bin --host 192.168.0.55 --port 5005 -sow --vad --vad-model /ai/models/whisper/ggml-silero-v6.2.0.bin --inference-path /v1/audio/transcriptions
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 WHISPER_API_KEY and WHISPER_API_HOST, or configure it in ~/.clawdbot/clawdbot.json:
{
skills: {
"openai-whisper-api": {
apiKey: "WHISPER_API_KEY_HERE",
apiHost: "WHISPER_API_HOST_HERE"
}
}
}
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install any-whisper-api - After installation, invoke the skill by name or use
/any-whisper-api - Provide required inputs per the skill's parameter spec and get structured output
What is ANY WHISPER API?
Transcribe audio via API Whisper with any compatible local servers. It is an AI Agent Skill for Claude Code / OpenClaw, with 514 downloads so far.
How do I install ANY WHISPER API?
Run "/install any-whisper-api" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is ANY WHISPER API free?
Yes, ANY WHISPER API is completely free (open-source). You can download, install and use it at no cost.
Which platforms does ANY WHISPER API support?
ANY WHISPER API is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created ANY WHISPER API?
It is built and maintained by Neow15ard (@nw15d); the current version is v1.3.0.