From sundial-org-awesome-openclaw-skills-4
Transcribes incoming WhatsApp audio messages and responds with local TTS audio. Enables voice-to-voice conversations without typing.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sundial-org-awesome-openclaw-skills-4:walkie-talkie-2The summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill automates the voice-to-voice loop on WhatsApp using local transcription and local TTS.
This skill automates the voice-to-voice loop on WhatsApp using local transcription and local TTS.
Incoming Audio: When a user sends an audio/ogg/opus file:
tools/transcribe_voice.sh to get the text.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í"
Then send /tmp/reply.ogg via message tool with filePath.
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4Handles voice-to-voice conversations on WhatsApp by transcribing incoming audio and replying with local TTS audio. Activated when users send audio messages or request voice mode.
Switches voice transcription from OpenAI Whisper API to local whisper.cpp on Apple Silicon. Currently WhatsApp-only. Requires voice-transcription skill first.
Sends and receives WhatsApp messages, images, voice notes, and files via Green API (primary) with WAHA fallback. Includes voice transcription and media encoding guidance.