Zai Tts
Converts text to speech using the GLM-TTS service and pre-cloned voices.
In test queue
Test report
- Verdict
- In test queue
- Tested
- —
- Environment
- Pending
In the test queue — machine-screened (validator 85/100, 143★ repo), full install/trigger/output test scheduled.
What Zai Tts does
Text-to-speech conversion using GLM-TTS service via the `uvx zai-tts` command for generating audio from text. Use when (1) User requests audio/voice output with the "tts" trigger or keyword. (2) Content needs to be spoken rather than read (multitasking, accessibility, podcast, driving, cooking). (3) Using pre-cloned voices for speech.
How to install Zai Tts
git clone https://github.com/aahl/skills
cp -r skills/skills/zai-tts ~/.claude/skills/zai-tts
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Zai Tts
-
/zai-ttsConverts text to speech using the GLM-TTS service and pre-cloned voices.
It also activates on plain-language prompts like these:
-
Generate a podcast narration with a cloned voice -
Convert this script to audio using zai-tts -
Create a voiceover using my pre-cloned voice profile
Frequently asked questions
- Is the Zai Tts skill free?
- Yes. The skill itself is free from aahl/skills. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Zai Tts work with Claude Code?
- It is in our test queue — we run every skill on real work before issuing a verdict, and this one is scheduled.
- How do I install Zai Tts?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Zai Tts with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.