app
Adom TTS — Text to Speech
Public Made by Adomby adom
Adom's shared voice service. Reads your AI's answers back to you while you drive, and renders perfectly-timed voiceover tracks for your demo videos — so you never record your own voice.
#!/bin/bash
# uninstall.sh for adom-tts (app).
set -euo pipefail
rm -f "${HOME}/.local/bin/adom-tts"
rm -rf "${HOME}/.claude/skills/adom-tts" "${HOME}/.claude/skills/adom-tts-build"
rm -f "${HOME}/.bash_completion.d/adom-tts"
echo "Uninstalled adom-tts (binary + skills + completion)."
echo "Note: the shared service-tts container is unaffected (it is shared infra)."