Zhipu AI TTS

v1.0.0

Text-to-speech conversion using Zhipu AI (BigModel) GLM-TTS model. Use when you need to convert text to audio files with various voice options. Supports Chin...

1· 781·6 current·6 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the actual behavior: script sends provided Chinese text to Zhipu's GLM-TTS endpoint and saves audio. Required env var (ZHIPU_API_KEY) and jq are appropriate for this purpose; nothing else requested that is unrelated.
Instruction Scope
SKILL.md and the shell script limit actions to building a JSON payload, POSTing it to the documented API, and saving the resulting audio file. The script reads only the provided text and ZHIPU_API_KEY; it does not attempt to read unrelated files or other environment variables. Note: the script prints the input text to stderr (may appear in logs).
Install Mechanism
No install spec (instruction-only plus a helper script) — lowest risk. The script uses curl and common utilities (file, ls) but only jq is declared as required; make sure curl is available in your environment.
Credentials
Only a single service-specific secret (ZHIPU_API_KEY) is required, which is proportionate for a remote TTS API. The skill does not request unrelated credentials or config paths.
Persistence & Privilege
Skill does not request permanent/always presence and does not modify system or other skills' configuration. Autonomous invocation is allowed by platform default, but the skill itself is not highly privileged.
Assessment
This skill is coherent and appears to do what it says: convert supplied Chinese text to audio via Zhipu AI. Before installing, confirm you trust the Zhipu/bigmodel service (text you send will be transmitted to that third-party). Protect your ZHIPU_API_KEY (don't embed it in shared scripts). Ensure jq and curl are available. Be aware the script prints the input text to stderr (could appear in logs); avoid sending sensitive secrets or PII to the TTS API. If you need higher assurance, inspect the script locally and test with non-sensitive text first.

Like a lobster shell, security has layers — review code before you run it.

latestvk97b6xr3rkchsns9pke2m5d6bs81j2qm

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

Binsjq
EnvZHIPU_API_KEY

Comments