Install
openclaw skills install @henrique-simoes/audio-ptbr-aprimoradoPremium Portuguese-Brazilian voice interface with neural TTS and Claude AI integration. Features wav2vec2-large-xlsr-53-ptBR for excellent PT-BR understanding (slang, expressions, accents) + optional Claude API for intelligent responses. Multiple neural voices (3 masculine, 1 feminine). Silent audio-in/audio-out by default with one-command installation.
openclaw skills install @henrique-simoes/audio-ptbr-aprimoradoComplete voice interface with superior Brazilian Portuguese understanding and automatic setup.
| Voice | Gender | Quality | Character |
|---|---|---|---|
| jeff | Masculina | Medium | Clear, professional |
| cadu | Masculina | Medium | Warm, natural |
| faber | Masculina | Medium | Balanced |
| miro | Feminina | High | Community voice |
Change voice anytime with:
/voz jeff - Voice: Jeff/voz cadu - Voice: Cadu/voz faber - Voice: Faber/voz miro - Voice: Miro (feminina)/voz feminina - Automatic: miro/voz masculina - Automatic: jeff/voz listar - Show all voicesbash install.sh
The installer automatically:
No manual downloads. No configuration. Just one command!
DEFAULT: AUDIO ONLY - NO TEXT
When user sends audio:
TEXT MODE: Say "texto" or "responda em texto" explicitly
🎤 Audio Received (PT-BR/EN)
↓
🔤 Transcribe (wav2vec2 PT-BR - silent)
↓
🤖 AI Response (Claude API or OpenClaw Agent - silent)
↓
🗣️ Synthesize (Piper neural - silent)
↓
📤 Send Audio Reply (silent)
install.sh - Automatic installation (run once!)health_check.py - Validate the installationtranscribe.py - wav2vec2 PT-BR speech recognitionsynthesize.py - Piper TTS with voice selectionvoice_config.py - Voice preference managementprocess.sh - Full workflow orchestrationclaude_adapter.py - Claude API bridge (intelligent responses)For intelligent AI responses, set your API key:
export ANTHROPIC_API_KEY="sk-your-api-key"
Without this, the skill uses OpenClaw's agent (still great responses!).
Current voice is saved automatically in:
~/.openclaw/workspace/.audio_pt_voice_config
bash install.shopenclaw gateway restart/voz commandsMIT - Free to use, modify, and redistribute