### Install Local Text-to-Speech (Kokoro) Source: https://getvoicemode.com Installs the local text-to-speech service using Kokoro. This is an optional step for enhanced privacy. ```bash voicemode kokoro install ``` -------------------------------- ### Install Local Speech-to-Text (Whisper) Source: https://getvoicemode.com Installs the local speech-to-text service using Whisper. This is an optional step for enhanced privacy. ```bash voicemode whisper install ``` -------------------------------- ### Install VoiceMode Plugin Source: https://getvoicemode.com Installs the VoiceMode plugin from the marketplace into Claude. This command is used after adding the marketplace. ```bash claude plugin install voicemode@voicemode ``` -------------------------------- ### Start Voice Conversation with Claude Source: https://getvoicemode.com Starts a voice conversation with Claude after setting up VoiceMode via the Python installer. This command is run from the terminal. ```bash claude converse ``` -------------------------------- ### Start Voice Conversation Source: https://getvoicemode.com Initiates a voice conversation with Claude using the installed VoiceMode plugin. This command is run within the Claude environment. ```bash /voicemode:converse ``` -------------------------------- ### Install VoiceMode MCP Python Package Source: https://getvoicemode.com Installs the VoiceMode MCP Python package and its dependencies using a curl script and uvx. This is part of the Python Installer option. ```bash curl -LsSf https://astral.sh/uv/install.sh | sh uvx voice-mode-install ``` -------------------------------- ### Install Local Voice Services Source: https://getvoicemode.com Installs local voice services and dependencies required for VoiceMode. This command is run within the Claude environment. ```bash /voicemode:install ``` -------------------------------- ### Add VoiceMode Marketplace Source: https://getvoicemode.com Adds the VoiceMode marketplace to Claude. This is the first step when using the Claude Code Plugin. ```bash claude plugin marketplace add mbailey/voicemode ``` -------------------------------- ### Add VoiceMode to Claude via MCP Source: https://getvoicemode.com Adds VoiceMode to Claude using the MCP command. This command configures the scope and refreshes the voice-mode package. ```bash claude mcp add --scope user voicemode -- uvx --refresh voice-mode ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.