Skill460 repo starsupdated 6d ago
cancel
Stop any currently playing text-to-speech audio
Install in Claude Code
Copygit clone --depth 1 https://github.com/malob/nix-config /tmp/cancel && cp -r /tmp/cancel/configs/claude/plugins/tts/skills/cancel ~/.claude/skills/cancelThen start a new Claude Code session; the skill loads automatically.
Definition
SKILL.md
Stop any currently playing TTS audio: ```bash killall say 2>/dev/null || true ``` Confirm the audio has been stopped.
More from this repository
AI SDK DocumentationSkill
This skill should be used when working with Vercel AI SDK, AI Gateway, streamText, generateText, generateObject, streamObject, tool calling, or AI SDK providers. Also relevant for "ai-sdk", "@ai-sdk/*" packages, or questions about AI SDK patterns, configuration, and best practices.
audit-permissionsSkill
>-
new-caskSkill
>-
icon-lookupSkill
>-
saySkill
Speak the last response aloud using text-to-speech
startSkill
Enable auto TTS for this session
stopSkill
Disable auto TTS for this session
deep-research-teamSkill
>