Voice Chat Bridge
PassAudited by VirusTotal on Apr 1, 2026.
Findings (1)
The voice-chat skill provides a comprehensive bridge for processing voice messages using STT (Sherpa-ONNX and Vosk) and TTS (Edge-TTS and pyttsx3) engines. The code logic in scripts like `transcribe_audio.py` and `reply_with_tts.py` is well-structured, using subprocess calls to system utilities like ffmpeg and the openclaw CLI in a manner consistent with its stated purpose. The SKILL.md and README.md files provide clear, functional instructions for the AI agent to automate the voice-to-text-to-voice loop without any evidence of malicious prompt injection, data exfiltration, or unauthorized persistence.
