From voicemode
Controls background music during VoiceMode voice sessions using mpv. Provides commands for play, stop, volume, chapter navigation, and Music For Programming integration.
How 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.
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
npx claudepluginhub mbailey/voicemode --plugin voicemodeEnables voice conversations with Claude Code using speech-to-text and text-to-speech. Useful for hands-free interaction or when users mention voice mode, speak, talk, or converse.
Sets your current activity as context for DJ Claude to adapt music. Useful when switching tasks like debugging, writing APIs, or reviewing PRs.
Generates music, songs, and audio tracks using the MiniMax API via the mmx CLI. Supports lyrics generation, instrumental tracks, and covers.