Toggle Claude Code TTS playback for the current session (session-tts plugin). TTS is ON by default at session start (controllable via SESSION_TTS_ENABLED env var); this skill is for silencing the current session, re-enabling it after off, or checking status. Argument is one of on, off, toggle, or status (default status). Only this session is affected; other concurrent sessions stay as they are.
$npx -y skills add lacolaco/claude-plugins --skill ttsInstalls into the current project.
Run `npx skills use "https://github.com/lacolaco/claude-plugins" --skill "lacolaco/claude-plugins/tts"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/lacolaco/claude-plugins" that are relevant to the current task. Run `npx skills add "https://github.com/lacolaco/claude-plugins"` and select the relevant skills, then follow their instructions.