CLI Recipes: 7 Automation Scripts for Voice Content at Scale
TLDR:Vois exposes a full CLI (vois-cli) that communicates with the running desktop app over a local socket. These 7 recipes cover batch generation, voice swapping, multi-platform export, multilingual content, job monitoring, pronunciation management, and CI/CD integration.
Frequently Asked Questions
Does the CLI work without the Vois desktop app running?
No. The CLI communicates with the desktop app over a local socket (Unix socket on macOS/Linux, named pipe on Windows). The app needs to be running for the CLI to work. Think of the CLI as a remote control for the app.
Can AI coding agents like Claude Code use the Vois CLI?
Yes. The CLI was designed specifically for this. AI agents load a skill file that teaches them the CLI commands, then drive the entire production pipeline programmatically. See our post on AI coding agents and voice output for details.
What happens if a generation fails mid-batch?
Failed generations don't stop the batch. Use 'vois tts generate --status' to check which scripts completed and which need re-running. The CLI returns exit codes you can check in shell scripts.
Written by
Vois Team
Product Team
The team behind Vois, building the future of AI voice production.
Related articles
How to Produce 30 YouTube Videos a Month (Without Losing Your Mind)
Daily YouTube uploads sound insane. But with the right batch workflow and unlimited generation, the audio production for 30 videos fits into a single focused day. Here's the system.
How AI Agents Control Your Voice Studio (and the Skills That Teach Them)
The Vois CLI turns your desktop voice studio into an API that AI coding agents can drive. Two skill files, hosted publicly, teach agents the full command set.
The Pronunciation Dictionary That Makes AI Voices Sound Human
AI voices mispronounce things. Brand names, character names, acronyms, medical terms. The pronunciation dictionary fixes all of them — permanently, across every project.