Install
openclaw skills install openclaw-voiceTranscribe audio to text and generate spoken AI responses using Whisper and ElevenLabs via CLI with transcript storage and search.
openclaw skills install openclaw-voiceVoice conversation with AI via Whisper STT + ElevenLabs TTS. Records audio, transcribes, generates spoken responses, stores transcripts. For v1: CLI-based commands only (no real-time conversation mode — that's v1.1). Focus on transcript storage/search + TTS/STT wrappers.
See migrations/001_initial.sql for schema.
See src/cli.js for commands.
Run with npm test.