From kokoro-tts
Remove Kokoro TTS engine. TRIGGERS - remove kokoro, uninstall tts, delete kokoro, clean tts.
How this skill is triggered — by the user, by Claude, or both
Slash command
/kokoro-tts:removeThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Clean uninstall of the Kokoro TTS engine. Preserves model cache by default.
Clean uninstall of the Kokoro TTS engine. Preserves model cache by default.
Self-Evolving Skill: This skill improves through use. If instructions are wrong, parameters drifted, or a workaround was needed — fix this file immediately, don't defer. Only update for real, reproducible issues.
~/.local/share/kokoro/.venvtts_generate.py, kokoro_common.pyversion.json~/.local/share/kokoro/ (if empty after cleanup)~/.cache/huggingface/hub/models--mlx-community--Kokoro-82M-bf16/Use AskUserQuestion to confirm removal. Mention what will be removed and what will be preserved.
# Stop launchd service if exists
launchctl bootout gui/$(id -u) ~/Library/LaunchAgents/com.terryli.kokoro-tts-server.plist 2>/dev/null || true
PLUGIN_DIR="${CLAUDE_PLUGIN_ROOT:-$HOME/.claude/plugins/marketplaces/cc-skills/plugins/kokoro-tts}"
bash "$PLUGIN_DIR/scripts/kokoro-install.sh" --uninstall
Only if user explicitly requests full cleanup:
rm -rf ~/.cache/huggingface/hub/models--mlx-community--Kokoro-82M-bf16
rm -f ~/Library/LaunchAgents/com.terryli.kokoro-tts-server.plist
To reinstall later: /kokoro-tts:install
After this skill completes, reflect before closing the task:
Do NOT defer. The next invocation inherits whatever you leave behind.
npx claudepluginhub terrylica/cc-skills --plugin kokoro-ttsRemove TTS and Telegram sync components cleanly. TRIGGERS - uninstall tts, remove telegram bot, uninstall kokoro
Install Kokoro TTS engine on Apple Silicon. TRIGGERS - install kokoro, setup tts, kokoro install, tts setup.
Generate spoken audio from text using the local Kokoro TTS engine. Use when the user asks to "say" something, requests a voice message, or wants text converted to speech.