From sundial-org-awesome-openclaw-skills-4
Automates voice-to-voice WhatsApp conversations by transcribing incoming ogg audio with whisper-cpp, processing as text prompt, and replying with sherpa-onnx-tts audio plus text. Triggers on audio messages or Spanish voice mode phrases.
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4This skill uses the workspace's default tool permissions.
This skill automates the voice-to-voice loop on WhatsApp using local transcription and local TTS.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
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.