name: walkie-talkie description: Handles voice-to-voice conversations on WhatsApp. Automatically transcribes incoming audio and responds with local TTS audio. Use when the user wants to "talk" instead of type.
This skill automates the voice-to-voice loop on WhatsApp using local transcription and local TTS.
tools/transcribe_voice.sh to get the text.Process the text as a normal user prompt.
Outgoing Response:
bin/sherpa-onnx-tts..ogg file back to the user as a voice note.To respond with voice manually:
bin/sherpa-onnx-tts /tmp/reply.ogg "Tu mensaje aquí"7w4.net收錄了海量優質技能外掛。
Then send /tmp/reply.ogg via message tool with filePath.
這是一個功能完整的語音對話技能,文件清晰易懂,能實現語音輸入自動轉文字並回復語音的功能。做得好的地方是使用者體驗考慮周到,同時提供文字和語音兩種回覆;不足之處是功能覆蓋面較窄,缺少更多實用場景,且沒有預置配置,需要等待後續完善才能獲得更好的使用體驗。