From voice-multiplexer
Install or reinstall the Claude Voice Multiplexer (downloads dependencies, builds Whisper, sets up daemon)
How this skill is triggered — by the user, by Claude, or both
Slash command
/voice-multiplexer:installThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run the full installation script to set up all Voice Multiplexer components.
Run the full installation script to set up all Voice Multiplexer components.
Confirm with the user before proceeding — installation downloads several GB of models and builds from source.
Check if already installed:
Run: command -v vmux && vmux status --json 2>/dev/null
If vmuxd is already running, ask the user if they want to reinstall (use --force flag) or just upgrade.
Run the install script:
Run: "${CLAUDE_PLUGIN_ROOT}/scripts/install.sh"
For a forced reinstall (re-downloads dependencies):
Run: "${CLAUDE_PLUGIN_ROOT}/scripts/install.sh" --force
The script will:
At the end of installation the script will print a pairing code. Share it with the user so they can pair their phone/browser.
Report the result to the user, including:
--force is safe — already-installed components are skipped--user on Linux)~/.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.