remove

Clean uninstall of the Kokoro TTS engine. Preserves model cache by default.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "remove" with this command: npx skills add terrylica/cc-skills/terrylica-cc-skills-remove

Remove Kokoro TTS

Clean uninstall of the Kokoro TTS engine. Preserves model cache by default.

What Gets Removed

  • Python venv at ~/.local/share/kokoro/.venv

  • Scripts: tts_generate.py , kokoro_common.py

  • Metadata: version.json

  • Directory ~/.local/share/kokoro/ (if empty after cleanup)

What Gets Preserved

  • Model cache at ~/.cache/huggingface/hub/models--mlx-community--Kokoro-82M-bf16/

  • Launchd plist (if server was configured)

Workflow

Step 1: Confirm with user

Use AskUserQuestion to confirm removal. Mention what will be removed and what will be preserved.

Step 2: Stop server (if running)

Stop launchd service if exists

launchctl bootout gui/$(id -u) ~/Library/LaunchAgents/com.terryli.kokoro-tts-server.plist 2>/dev/null || true

Step 3: Uninstall

PLUGIN_DIR="${CLAUDE_PLUGIN_ROOT:-$HOME/.claude/plugins/marketplaces/cc-skills/plugins/kokoro-tts}" bash "$PLUGIN_DIR/scripts/kokoro-install.sh" --uninstall

Step 4: (Optional) Remove model cache

Only if user explicitly requests full cleanup:

rm -rf ~/.cache/huggingface/hub/models--mlx-community--Kokoro-82M-bf16

Step 5: (Optional) Remove launchd plist

rm -f ~/Library/LaunchAgents/com.terryli.kokoro-tts-server.plist

Post-Removal

To reinstall later: /kokoro-tts:install

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

pandoc-pdf-generation

No summary provided by upstream source.

Repository SourceNeeds Review
General

mql5-indicator-patterns

No summary provided by upstream source.

Repository SourceNeeds Review
General

mise-tasks

No summary provided by upstream source.

Repository SourceNeeds Review