From voice-multiplexer
Start the Claude Voice Multiplexer relay server and all supporting services
How this skill is triggered — by the user, by Claude, or both
Slash command
/voice-multiplexer:start-servicesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Start the vmuxd daemon and all supporting services (Whisper, Kokoro, LiveKit, relay server).
Start the vmuxd daemon and all supporting services (Whisper, Kokoro, LiveKit, relay server).
In v2.0+, services are managed by the vmuxd daemon which auto-starts on login via launchd.
Check if services are already running:
Run: "${CLAUDE_PLUGIN_ROOT}/scripts/status.sh" --quiet
If exit code is 0, tell the user services are already running and stop.
If not running, start the daemon:
Run: launchctl start com.vmux.daemon
Wait up to 90 seconds (Kokoro model loading takes ~60s), checking status every 10s:
Run: "${CLAUDE_PLUGIN_ROOT}/scripts/status.sh"
Report the result to the user.
vmux is not installed, prompt the user to run ./scripts/install.sh first/voice-multiplexer:stop-services to stop everything (calls vmux shutdown)~/.claude/voice-multiplexer/logs/daemon.lognpx claudepluginhub n33kos/claude-plugins --plugin voice-multiplexerCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.