# Unmute

> Unmute the microphone during a voice chat session. Resumes capture on the next loop cycle. Use when this capability is needed.

- Skill: `tomevault-io/unmute` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/unmute`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/unmute/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/unmute

---


# Unmute Microphone

Resume microphone capture during a voice chat session.

## Steps

1. Check that a voice session is active (use Bash):
   ```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. Clear muted state (use Bash):
   ```bash
   source ~/.claude-talk/venvs/wlk/bin/activate
   claude-talk state set MUTED false
   claude-talk state set STATUS listening
   ```

3. Confirm: "Microphone unmuted. Listening for speech."

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/cpoepke) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-16 -->

