# Stop

> Stop voice chat. Releases the current voice session and stops the audio server if no other sessions are active.

- Skill: `cpoepke/stop` (Agent Skill)
- Install (CLI): `npx skillmds@latest add cpoepke/stop`
- Raw SKILL.md: https://api.skillmd.com/api/skills/cpoepke/stop/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: cpoepke (https://skillmd.com/u/cpoepke)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/cpoepke/stop

---


# Stop Voice Chat

Gracefully shut down the voice chat session.

## Steps

1. Release this session and stop server if no others active (use Bash):
   ```bash
   source ~/.claude-talk/venvs/wlk/bin/activate
   claude-talk session release-current
   ```

2. Confirm to the user: "Voice chat stopped."

