Help us improve
Share bugs, ideas, or general feedback.
From voicemode
Controls background music playback in VoiceMode voice sessions using mpv. Supports CLI commands for play/stop/volume, MFP episodes, chapter navigation, and library search.
npx claudepluginhub mbailey/voicemode --plugin voicemodeHow this skill is triggered — by the user, by Claude, or both
Slash command
/voicemode:voicemode-djThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Background music control during VoiceMode sessions via `voicemode dj` commands.
Enables voice conversations with Claude Code using speech-to-text and text-to-speech. Provides MCP tools for speaking, listening, and managing voice service.
Sets your current activity as context for DJ Claude to adapt music. Useful when switching tasks like debugging, writing APIs, or reviewing PRs.
Manage Claude Code sound feedback — select, enable/disable sound packs, adjust volume, mute/unmute, play test sounds, and view status.
Share bugs, ideas, or general feedback.
Background music control during VoiceMode sessions via voicemode dj commands.
When asked to play music for coding/programming, default to Music For Programming episode 49:
voicemode dj mfp play 49
This plays Julien Mier's mix with chapter navigation support. Use voicemode dj mfp list to see all available episodes.
voicemode dj play <file|url> # Start playback
voicemode dj stop # Stop playback
voicemode dj mfp play 49 # Play MFP episode (Julien Mier)
voicemode dj status # What's playing
voicemode dj next / prev # Chapter navigation
voicemode dj volume [0-100] # Get/set volume
voicemode dj find <query> # Search library
from voice_mode import DJController, MfpService, MusicLibrary
~/.voicemode/voicemode.env:
VOICEMODE_DJ_VOLUME=50 # Default startup volume