mute

Mute the microphone during active Claude Talk voice sessions.

2|1|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/cpoepke/claude-talk --skill mute-cpoepke
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mute
Source: https://github.com/cpoepke/claude-talk/tree/main/skills/mute
Command: npx skills add https://github.com/cpoepke/claude-talk --skill mute-cpoepke

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Mute the microphone during a voice chat session to pause audio capture when you don't want to transmit.

Core Features & Use Cases

  • Pauses microphone input during an active Claude Talk voice session.
  • Provides a clear confirmation message to resume.
  • Works across typical voice chat scenarios to prevent accidental audio leakage.

Quick Start

Mute the microphone during a voice chat session.

Frequently Asked Questions about mute

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I mute the microphone during a Claude Talk voice session?

Mute the microphone during a voice chat session by issuing state commands that set MUTED to true and STATUS to muted. It checks the active session state and returns a confirmation message when audio capture is paused.

Can I pause audio capture in a voice chat to prevent unintended transmission?

Pause audio capture by muting the microphone during an active voice chat session. The skill sets the microphone status to muted, preventing unintended audio transmission in privacy-focused or multi-user scenarios.

Does the microphone mute skill work in multi-user voice chat scenarios?

The microphone mute skill works across typical voice chat scenarios, including multi-user environments. It prevents accidental audio leakage by pausing microphone input and confirming the muted status within the active session.

How do I resume the microphone after muting a voice chat session?

The mute skill provides a clear confirmation message to resume the microphone after pausing audio capture. You can use this response to know when to unmute and continue transmitting audio in the voice chat.

When should I use microphone muting in a voice chat session?

Use microphone muting during a voice chat session when you need privacy or want to prevent unintended transmission. It is applicable in active Claude Talk voice sessions to pause audio capture in multi-user scenarios.

What happens to session state when I mute the microphone in a voice chat?

Muting the microphone in a voice chat updates the session state by setting MUTED to true and STATUS to muted. The skill checks the current session state before issuing these commands and confirms the change.