Start the Claude Voice Multiplexer relay server and all supporting services
From voice-multiplexernpx claudepluginhub n33kos/claude-plugins --plugin voice-multiplexerThis skill uses the workspace's default tool permissions.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Reviews prose for communication issues impeding comprehension, outputs minimal fixes in a three-column table per Microsoft Writing Style Guide. Useful for 'review prose' or 'improve prose' requests.
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.log