From aahl-skills
Generates TTS audio from text or files using GLM-TTS via uvx zai-tts CLI with options for voice selection, speed, and volume. Use on 'tts' keyword, for accessibility, podcasts, or multitasking.
npx claudepluginhub joshuarweaver/cascade-code-languages-misc-2 --plugin aahl-skillsThis skill uses the workspace's default tool permissions.
Generate high-quality text-to-speech audio using GLM-TTS service via the `uvx zai-tts` command.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
Generate high-quality text-to-speech audio using GLM-TTS service via the uvx zai-tts command.
Before using this skill, you need to configure the environment variables ZAI_AUDIO_USERID and ZAI_AUDIO_TOKEN,
which can be obtained by login audio.z.ai and executing localStorage['auth-storage'] in the console via F12 Developer Tools.
uvx zai-tts -t "{msg}" -o {tempdir}/{filename}.wav
uvx zai-tts -f path/to/file.txt -o {tempdir}/{filename}.wav
uvx zai-tts -t "{msg}" -o {tempdir}/{filename}.wav --speed 1.5
uvx zai-tts -t "{msg}" -o {tempdir}/{filename}.wav --speed 1.5 --volume 2
uvx zai-tts -t "{msg}" -o {tempdir}/{filename}.wav --voice system_002
system_001: Lila. A cheerful, standard-pronunciation female voice
system_002: Chloe. A gentle, elegant, intelligent female voice
system_003: Ethan. A sunny, standard-pronunciation male voice
Retrieve all available voices using shell commands:
uvx zai-tts -l
If you want to use custom voices, please complete voice cloning on the website audio.z.ai first.