voice-assistant
Enables real-time voice interaction with OpenClaw agents using configurable STT and TTS providers for seamless audio streaming.
Install this skill
or
88/100
Security score
The voice-assistant skill was audited on Feb 9, 2026 and we found 8 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
low line 37
Access to .env file
SourceSKILL.md
| 37 | cp .env.example .env |
medium line 59
Access to .env file
SourceSKILL.md
| 59 | All configuration is via environment variables in `.env`: |
low line 113
Access to .env file
SourceSKILL.md
| 113 | → OpenClaw runs: cd {baseDir} && cp .env.example .env |
low line 114
Access to .env file
SourceSKILL.md
| 114 | → Opens .env for the user to fill in API keys |
low line 121
Access to .env file
SourceSKILL.md
| 121 | → Updates VOICE_TTS_PROVIDER=deepgram in .env |
low line 40
External URL reference
SourceSKILL.md
| 40 | # Open http://localhost:7860 and click the mic |
low line 63
External URL reference
SourceSKILL.md
| 63 | OPENCLAW_GATEWAY_URL=http://localhost:4141/v1 # Your OpenClaw gateway |
low line 118
External URL reference
SourceSKILL.md
| 118 | → Opens http://localhost:7860 in the browser |
Scanned on Feb 9, 2026
View Security Dashboard