Manages a local Kokoro TTS HTTP server exposing an OpenAI-compatible /v1/audio/speech endpoint. The skill provides start/stop instructions (foreground and launchd), health-check endpoints, environment variable defaults, and troubleshooting steps for common issues like port conflicts and model-loading delays.
Use this skill when the agent or developer needs to run or validate a local Kokoro TTS service for speech synthesis, to test integrations that expect an OpenAI-like TTS API, or when debugging server startup and model-loading problems.
Useful for agents capable of running local shell commands and HTTP checks (Claude Code, CLI-capable agents) and any agent orchestrating local TTS for testing or demos.
Manages a local Kokoro TTS HTTP server with start/stop/verify instructions. Well-documented with env var and troubleshooting tables. macOS-focused (launchd), niche audience but solves a real problem for Kokoro users. No bundled scripts; purely instructional SKILL.md.
Clean skill, no security concerns. Self-evolving skill pattern is interesting — instructs the agent to update itself on failures. Bound to 127.0.0.1 by default which is good. No scripts to audit.