/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"
}
}
}
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install any-whisper-api - 安装完成后,直接呼叫该 Skill 的名称或使用
/any-whisper-api触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
ANY WHISPER API 是什么?
Transcribe audio via API Whisper with any compatible local servers. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 514 次。
如何安装 ANY WHISPER API?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install any-whisper-api」即可一键安装,无需额外配置。
ANY WHISPER API 是免费的吗?
是的,ANY WHISPER API 完全免费(开源免费),可自由下载、安装和使用。
ANY WHISPER API 支持哪些平台?
ANY WHISPER API 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 ANY WHISPER API?
由 Neow15ard(@nw15d)开发并维护,当前版本 v1.3.0。