Skip to main content
ClaudeWave
Skill460 repo starsupdated 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.

Install in Claude Code
Copy
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
Then start a new Claude Code session; the skill loads automatically.

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.