Skill460 estrellas del repoactualizado 6d ago
start
This Claude Code skill creates a temporary session marker file that enables text-to-speech functionality for the current conversation session. Use this command when you want Claude to provide audio summaries alongside substantial responses during your session.
Instalar en Claude Code
Copiargit clone --depth 1 https://github.com/malob/nix-config /tmp/start && cp -r /tmp/start/configs/claude/plugins/tts/skills/start ~/.claude/skills/startDespués abre una sesión nueva de Claude Code; el skill carga automáticamente.
Definición
SKILL.md
Enable text-to-speech for this session by creating the session marker file:
```bash
touch "${TMPDIR:-/tmp}/tts-enabled-${CLAUDE_SESSION_ID}"
```
Confirm that TTS is now enabled. Future substantial responses will offer an audio summary.Del mismo repositorio
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
stopSkill
Disable auto TTS for this session
deep-research-teamSkill
>