跳至主要内容
小龙虾小龙虾AI
🤖

Local Whisper (cpp)

Local speech-to-text using whisper-cli (whisper.cpp).

下载576
星标2
版本1.0.0
开发工具
安全通过
💬Prompt

技能说明


name: local-whisper-cpp description: Local speech-to-text using whisper-cli (whisper.cpp). metadata: { "openclaw": { "emoji": "🌬️", "requires": { "bins": ["whisper-cli"] }, }, }

Local Whisper (cpp)

Transcribe audio files locally using whisper-cli and the large-v3-turbo model.

Usage

You can use the wrapper script:

  • scripts/whisper-local.sh <audio-file>

Or call the binary directly:

  • whisper-cli -m /usr/share/whisper.cpp-model-large-v3-turbo/ggml-large-v3-turbo.bin -f <file> -l auto -nt

Scripts

  • Location: scripts/whisper-local.sh (inside skill folder)
  • Model: /usr/share/whisper.cpp-model-large-v3-turbo/ggml-large-v3-turbo.bin
  • GPU: Enabled via whisper-cli.

Setup

Download the model to /usr/share/whisper.cpp-model-large-v3-turbo/:

wget https://huggingface.co/ggerganov/whisper.cpp/resolve/main/ggml-large-v3-turbo.bin?download=true -O /usr/share/whisper.cpp-model-large-v3-turbo/ggml-large-v3-turbo.bin

如何使用「Local Whisper (cpp)」?

  1. 打开小龙虾AI(Web 或 iOS App)
  2. 点击上方「立即使用」按钮,或在对话框中输入任务描述
  3. 小龙虾AI 会自动匹配并调用「Local Whisper (cpp)」技能完成任务
  4. 结果即时呈现,支持继续对话优化

相关技能