Maintenance in progress: we are indexing a large batch of new skills. Some pages may load slowly or briefly show no results. Nothing is lost, and everything is back to normal within the hour.

Mute

Mute the microphone during a voice chat session. The capture loop pauses until unmuted.

majiayu000 7152f12 2 files · 1.4 KB Updated 567 repo stars

File contents

Mute Microphone

Pause microphone capture during a voice chat session.

Steps

  1. Check that a voice session is active (use Bash):

    source ~/.claude-talk/venvs/wlk/bin/activate
    claude-talk state get SESSION
    

    If it returns non-zero or the value is not "active", tell the user: "No voice chat session is active. Start one with /claude-talk:start."

  2. Set muted state (use Bash):

    source ~/.claude-talk/venvs/wlk/bin/activate
    claude-talk state set MUTED true
    claude-talk state set STATUS muted
    
  3. Confirm: "Microphone muted. Run /claude-talk:unmute to resume."

majiayu000/claude-skill-registry-data/tree/main/system/mute commit 7152f12963

Frequently asked questions

npx skillmds add majiayu000/mute