Telegram Voice Messaging Recovery
/install lessac-offline-voice-system
Telegram Voice Messaging Recovery
This skill exists to restore a known-good OpenClaw native voice messaging setup.
What it restores
- local
faster-whispertranscription helper in~/.openclaw/tts - local Python virtualenv with
faster-whisper,edge-tts, andsoundfile - helper scripts for local testing
- working OpenClaw config for native Telegram voice-note replies
- explicit bundled Microsoft speech plugin enablement
What it does not do
- It does not manually send Telegram voice messages itself.
- It does not replace OpenClaw native reply routing.
- It does not require a separate Azure TTS API key.
Known-good OpenClaw config
Keep the live routing in openclaw.json:
"messages": {
"ackReactionScope": "group-mentions",
"tts": {
"auto": "inbound",
"provider": "microsoft",
"providers": {
"microsoft": {
"voice": "en-IE-ConnorNeural",
"lang": "en-IE"
}
}
}
}
And explicitly enable the bundled Microsoft plugin:
"plugins": {
"entries": {
"microsoft": {
"enabled": true
}
}
}
Important note
edge is a legacy alias. Current OpenClaw normalizes that path to microsoft.
Required restart
After applying the config, do a real manual gateway restart.
A hot reload / SIGUSR1 is not enough if the Microsoft speech provider is stale or unregistered.
Files restored
transcribe-audiovoice_handler.pytts_edge_wrapper.pyvoice_integration.sh- Python virtualenv with the required packages
Install
cd /root/.openclaw/workspace/skills/lessac_offline_voice_system
./scripts/install.sh
Verify
- Test direct TTS.
- Send a short Telegram voice note.
- Confirm inbound transcription works.
- Confirm outbound reply comes back as audio.
Failure signature this skill is meant to fix
- inbound transcription works
- outbound TTS reply fails
- direct TTS reports:
microsoft: no provider registeredopenai: not configured
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install lessac-offline-voice-system - 安装完成后,直接呼叫该 Skill 的名称或使用
/lessac-offline-voice-system触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Telegram Voice Messaging Recovery 是什么?
Complete offline voice system with high-quality Lessac TTS and faster-whisper speech recognition. Provides natural voice conversations without internet. Use... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 115 次。
如何安装 Telegram Voice Messaging Recovery?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install lessac-offline-voice-system」即可一键安装,无需额外配置。
Telegram Voice Messaging Recovery 是免费的吗?
是的,Telegram Voice Messaging Recovery 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Telegram Voice Messaging Recovery 支持哪些平台?
Telegram Voice Messaging Recovery 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Telegram Voice Messaging Recovery?
由 Stephen Redmond - Straitéis AI(@stephenredmond-straiteis)开发并维护,当前版本 v1.1.0。