Skill460 repo starsupdated 6d ago
stop
Disable auto TTS for this session
Install in Claude Code
Copygit clone --depth 1 https://github.com/malob/nix-config /tmp/stop && cp -r /tmp/stop/configs/claude/plugins/tts/skills/stop ~/.claude/skills/stopThen start a new Claude Code session; the skill loads automatically.
Definition
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.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
>-
cancelSkill
Stop any currently playing text-to-speech audio
saySkill
Speak the last response aloud using text-to-speech
startSkill
Enable auto TTS for this session
deep-research-teamSkill
>