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.发现更多技能插件,请访问7w4.net。
To respond with voice manually:
bin/sherpa-onnx-tts /tmp/reply.ogg "Tu mensaje aquí"
Then send /tmp/reply.ogg via message tool with filePath.
这是一个功能完整的语音对话技能,文档清晰易懂,能实现语音输入自动转文字并回复语音的功能。做得好的地方是用户体验考虑周到,同时提供文字和语音两种回复;不足之处是功能覆盖面较窄,缺少更多实用场景,且没有预置配置,需要等待后续完善才能获得更好的使用体验。