一键导入
Kokoro TTS health check. TRIGGERS - kokoro health, tts health, kokoro status.
npx skills add https://github.com/terrylica/cc-skills --skill health复制此命令并粘贴到 Claude Code 中以安装该技能
Kokoro TTS health check. TRIGGERS - kokoro health, tts health, kokoro status.
npx skills add https://github.com/terrylica/cc-skills --skill health复制此命令并粘贴到 Claude Code 中以安装该技能
Scaffold a sitemap-organized HTML showcase site (provenance reports, contractor showcases, telemetry dashboards, weekly digests, audit results).
Python logging with loguru, structlog, and orjson. TRIGGERS - loguru, structlog, structured logging
Session log provenance tracking. TRIGGERS - who created, trace origin, session archaeology, ADR reference.
Detect hardcoded values, magic numbers, and leaked secrets. TRIGGERS - hardcode audit, magic numbers, PLR2004, secret scanning.
Diagnose Kokoro TTS issues. TRIGGERS - kokoro not working, tts diagnose, kokoro error, tts troubleshoot.
Show mise environment status — tools, env vars, tasks, release readiness. TRIGGERS - mise status, mise env, repo status, environment check.
| name | health |
| description | Kokoro TTS health check. TRIGGERS - kokoro health, tts health, kokoro status. |
| allowed-tools | Read, Bash, Glob |
| model | haiku |
Run 6 health checks to verify the Kokoro TTS engine installation.
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.
| # | Check | Command |
|---|---|---|
| 1 | Venv exists | [[ -d ~/.local/share/kokoro/.venv ]] |
| 2 | Python 3.14 | ~/.local/share/kokoro/.venv/bin/python --version | grep 3.14 |
| 3 | mlx_audio import | python -c "from mlx_audio.tts.utils import load_model" |
| 4 | kokoro_common.py | [[ -f ~/.local/share/kokoro/kokoro_common.py ]] |
| 5 | tts_generate.py | [[ -f ~/.local/share/kokoro/tts_generate.py ]] |
| 6 | version.json | [[ -f ~/.local/share/kokoro/version.json ]] |
PLUGIN_DIR="${CLAUDE_PLUGIN_ROOT:-$HOME/.claude/plugins/marketplaces/cc-skills/plugins/kokoro-tts}"
bash "$PLUGIN_DIR/scripts/kokoro-install.sh" --health
| Failure | Recommended Skill |
|---|---|
| Venv missing | install |
| Import fails | install or upgrade |
| Scripts missing | install |
| version.json | install |
| Issue | Cause | Solution |
|---|---|---|
| All checks fail | Not installed | Run /kokoro-tts:install first |
| Only import fails | Venv corrupted | kokoro-install.sh --uninstall then --install |
After this skill completes, check before closing:
Only update if the issue is real and reproducible — not speculative.