Install
openclaw skills install localspeechrecognition本地语音转文字 / Local Speech-to-Text. 使用 faster-whisper 在本地运行 Whisper 模型,无需 API 费用,完全免费。收到语音消息(.ogg .m4a .mp3)自动触发转录,支持中文/英文/日语/自动检测。| Free local STT/TTS alternati...
openclaw skills install localspeechrecognition使用 faster-whisper 在本地运行 Whisper 模型,无需任何 API 费用。免费、离线、保护隐私。 Runs faster-whisper locally — no API keys, no costs, fully offline & private.
收到语音消息后,OpenClaw 自动调用转录脚本并将结果注入对话。
转录命令 / Command:
python3 ~/.openclaw/workspace/skills/speech-recognition-local/scripts/transcribe.py <audio_file> [language]
参数说明 / Parameters:
| 参数 | 默认值 | 说明 |
|---|---|---|
audio_file | — | 音频文件路径 / Audio file path |
language | zh | 语言:zh / en / ja / auto |
base(精度与速度平衡)| 场景 / Scenario | 说明 |
|---|---|
| 语音消息转文字 | 将微信/飞书/Telegram 语音转为可阅读文本 |
| 会议记录 | 录制音频后快速转录存档 |
| 播客字幕 | 将音频文件批量转为文字稿 |
| 隐私敏感场景 | 不希望音频数据上传第三方 |
.ogg .m4a .mp3 .wav