π¦ ClawHub
Maylo Voice Assistant
by @ugurozer84
Offline-first voice assistant stack for macOS (Wake word + VAD recording + local Whisper ASR + OpenClaw agent response + offline TTS via macOS say). Use to i...
TERMINAL
clawhub install maylo-voice-assistantπ About This Skill
name: maylo-voice-assistant description: Offline-first voice assistant stack for macOS (Wake word + VAD recording + local Whisper ASR + OpenClaw agent response + offline TTS via macOS say). Use to install, run, and troubleshoot the Maylo voice assistant web UI (cyberpunk dashboard with waveform + push-to-talk over WebSocket) and the always-on wake-word listener (e.g., 'Hey Jarvis') on a Mac mini.
Maylo Voice Assistant (macOS)
What this skill ships
assets/app/:openclaw agent --local)
- Offline TTS via say -v Yelda
- Web UI (HTTPS + WebSocket audio streaming)Install / Setup (fresh machine)
1) Copy the app to a working directory (recommended): -cp -R /assets/app ~/maylo-voice-assistant
2) Create venv + install deps:
- Run: scripts/install.sh ~/maylo-voice-assistant
3) Start the assistant (wake word + responder):
- Run: scripts/run_assistant.sh ~/maylo-voice-assistant
4) Start the HTTPS web UI for phone mic streaming:
- Run: scripts/run_web_https.sh ~/maylo-voice-assistant --host 0.0.0.0 --port 8443
- On iPhone/Android (same WiβFi): https://:8443
- Accept the self-signed certificate warning.Normal use
Troubleshooting (fast)
recordings/assistant.log
- recordings/responder.log
- recordings/web.log
python jarvis_minimal_test.py
MAYLO_POST_SAY_INHIBIT_SEC.