← 返回 Skills 市场
franklu0819-lang

Zhipu AI TTS

作者 xiaofei · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
867
总下载
1
收藏
6
当前安装
1
版本数
在 OpenClaw 中安装
/install zhipu-tts
功能描述
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...
安全使用建议
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.
功能分析
Type: OpenClaw Skill Name: zhipu-tts Version: 1.0.0 The OpenClaw skill bundle for Zhipu AI Text-to-Speech is classified as benign. The `scripts/text_to_speech.sh` script correctly handles user-provided input by using `jq --arg` for JSON payload construction, which safely escapes text, and consistently quotes all variables (`"$VAR"`) when passed to shell commands like `curl`, `file`, and `ls`. This prevents shell injection vulnerabilities. The `ZHIPU_API_KEY` is securely read from environment variables and sent only to the legitimate Zhipu AI API endpoint, with no evidence of data exfiltration or other malicious activities. The `SKILL.md` and `README.md` files contain only descriptive instructions without any prompt injection attempts.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install zhipu-tts
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /zhipu-tts 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Text-to-speech conversion using Zhipu AI GLM-TTS model with 7 voice personas, speed control, and multiple output formats
元数据
Slug zhipu-tts
版本 1.0.0
许可证
累计安装 6
当前安装数 6
历史版本数 1
常见问题

Zhipu AI TTS 是什么?

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 867 次。

如何安装 Zhipu AI TTS?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install zhipu-tts」即可一键安装,无需额外配置。

Zhipu AI TTS 是免费的吗?

是的,Zhipu AI TTS 完全免费(开源免费),可自由下载、安装和使用。

Zhipu AI TTS 支持哪些平台?

Zhipu AI TTS 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Zhipu AI TTS?

由 xiaofei(@franklu0819-lang)开发并维护,当前版本 v1.0.0。

💬 留言讨论