pi-voice
Push-to-talk voice control for coding sessions
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install pi-voice?โผ
Run `npx skills add yukukotani/pi-voice --all -g -y` in your terminal to install everything globally.
How to control a coding agent with voice?โผ
Start the pi-voice daemon, hold the push-to-talk hotkey, speak your instruction, and release to send it to the Pi agent with spoken feedback.
Which speech providers does pi-voice support?โผ
It supports a free local Whisper mode plus Gemini, OpenAI, and ElevenLabs, selectable in the pi-voice.json config file.
Does pi-voice work offline?โผ
Yes. The default local provider uses a downloaded Whisper model for speech-to-text and the macOS say command for speech output, so no API key is needed.
Can I change the push-to-talk hotkey?โผ
Yes. Set the key field in .pi/pi-voice.json, for example ctrl+t or alt+space, to override the default shortcut.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core