Skip to main content
ClaudeWave
Skill460 repo starsupdated 6d ago

stop

Disable auto TTS for this session

Install in Claude Code
Copy
git clone --depth 1 https://github.com/malob/nix-config /tmp/stop && cp -r /tmp/stop/configs/claude/plugins/tts/skills/stop ~/.claude/skills/stop
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

Disable text-to-speech for this session by removing the session marker file:

```bash
rm -f "${TMPDIR:-/tmp}/tts-enabled-${CLAUDE_SESSION_ID}"
```

Confirm that TTS is now disabled.