Skip to main content
ClaudeWave
Skill460 repo starsupdated 6d ago

cancel

Stop any currently playing text-to-speech audio

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

SKILL.md

Stop any currently playing TTS audio:

```bash
killall say 2>/dev/null || true
```

Confirm the audio has been stopped.