Free local speech-to-text for Telegram and WhatsApp using MLX Whisper on Apple Silicon. Private, no API costs.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install whisper-mlx-local或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install whisper-mlx-local⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/whisper-mlx-local/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: whisper-mlx-local description: "Free local speech-to-text for Telegram and WhatsApp using MLX Whisper on Apple Silicon. Private, no API costs." metadata: openclaw: emoji: "🎤" version: "1.5.0" author: "Community" repo: "https://github.com/ImpKind/local-whisper" requires: os: ["darwin"] arch: ["arm64"] bins: ["python3"] install: - id: "deps" kind: "manual" label: "Install dependencies" instructions: "pip3 install -r requirements.txt" ---
Transcribe voice messages for free on Telegram and WhatsApp. No API keys. No costs. Runs on your Mac.
Voice transcription APIs cost money:
If you transcribe a lot of Telegram voice messages, it adds up.
This skill runs Whisper locally on your Mac. Same quality, zero cost.
tools.media.audio config with the one belowpip3 install -r requirements.txt
python3 scripts/daemon.py
First run will download the Whisper model (~1.5GB). Wait for "Ready" message.
Add this to your ~/.openclaw/openclaw.json:
{
"tools": {
"media": {
"audio": {
"enabled": true,
"models": [
{
"type": "cli",
"command": "~/.openclaw/workspace/skills/local-whisper/scripts/transcribe.sh",
"args": ["{{MediaPath}}"],
"timeoutSeconds": 60
}
]
}
}
}
}
openclaw gateway restart
Now voice messages from Telegram, WhatsApp, etc. will be transcribed locally for free!
./scripts/transcribe.sh voice_message.ogg
Instead of paying for OpenAI API to transcribe incoming voice messages, point OpenClaw to this local daemon. Free transcription forever.
cp com.local-whisper.plist ~/Library/LaunchAgents/
launchctl load ~/Library/LaunchAgents/com.local-whisper.plist
Daemon runs at localhost:8787:
curl -X POST http://localhost:8787/transcribe -F "[email protected]"
# {"text": "Hello world", "language": "en"}
Any language → English:
./scripts/transcribe.sh spanish_audio.ogg --translate
MIT
安装 Local Whisper 后,可以对 AI 说这些话来触发它
Help me get started with Local Whisper
Explains what Local Whisper does, walks through the setup, and runs a quick demo based on your current project
Use Local Whisper to free local speech-to-text for Telegram and WhatsApp using MLX Whisp...
Invokes Local Whisper with the right parameters and returns the result directly in the conversation
What can I do with Local Whisper in my design & creative workflow?
Lists the top use cases for Local Whisper, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/whisper-mlx-local/ 目录(个人级,所有项目可用),或 .claude/skills/whisper-mlx-local/(项目级)。重启 AI 客户端后,用 /whisper-mlx-local 主动调用,或让 AI 根据上下文自动发现并使用。
Local Whisper 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Local Whisper 可免费安装使用。请查阅仓库了解许可证信息。
Free local speech-to-text for Telegram and WhatsApp using MLX Whisper on Apple Silicon. Private, no API costs.
Local Whisper 属于「Design & Creative」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my design & creative tasks using Local Whisper
Identifies repetitive steps in your workflow and sets up Local Whisper to handle them automatically