install
source · Clone the upstream repo
git clone https://github.com/malob/nix-config
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/malob/nix-config "$T" && mkdir -p ~/.claude/skills && cp -r "$T/configs/claude/plugins/tts/skills/start" ~/.claude/skills/malob-nix-config-start && rm -rf "$T"
manifest:
configs/claude/plugins/tts/skills/start/SKILL.mdsource content
Enable text-to-speech for this session by creating the session marker file:
touch "${TMPDIR:-/tmp}/tts-enabled-${CLAUDE_SESSION_ID}"
Confirm that TTS is now enabled. Future substantial responses will offer an audio summary.