Skip to main content
ClaudeWave
Skill458 estrellas del repoactualizado 2d 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
Copiar
git clone --depth 1 https://github.com/malob/nix-config /tmp/start && cp -r /tmp/start/configs/claude/plugins/tts/skills/start ~/.claude/skills/start
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

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.