원클릭으로
voicemode-dj
Background music control for VoiceMode voice sessions using mpv
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Background music control for VoiceMode voice sessions using mpv
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Voice interaction for Claude Code. Use when users mention voice mode, speak, talk, converse, voice status, or voice troubleshooting.
Start an ongoing voice conversation
Add and use custom voices for VoiceMode TTS via local mlx-audio. Use when the user wants to clone a voice, do an impression, add a reference clip, or use voice="<name>" in converse.
Remote voice via VoiceMode Connect. Use when users want to add voice to Claude Code using their phone or web app, without local STT/TTS setup.
| name | voicemode-dj |
| description | Background music control for VoiceMode voice sessions using mpv |
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