# Send Zhipu AI TTS to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "zhipu-tts",
    "name": "Zhipu AI TTS",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/franklu0819-lang/zhipu-tts",
    "canonicalUrl": "https://clawhub.ai/franklu0819-lang/zhipu-tts",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/zhipu-tts",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=zhipu-tts",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "package.json",
      "scripts/text_to_speech.sh"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/zhipu-tts"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/zhipu-tts",
    "downloadUrl": "https://openagent3.xyz/downloads/zhipu-tts",
    "agentUrl": "https://openagent3.xyz/skills/zhipu-tts/agent",
    "manifestUrl": "https://openagent3.xyz/skills/zhipu-tts/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/zhipu-tts/agent.md"
  }
}
```
## Documentation

### Zhipu AI Text-to-Speech

Convert Chinese text to natural-sounding speech using Zhipu AI's GLM-TTS model.

### Setup

1. Get your API Key:
Get a key from Zhipu AI Console

2. Set it in your environment:

export ZHIPU_API_KEY="your-key-here"

### System Voices (Pre-built)

tongtong (彤彤) - Default voice, balanced tone
chuichui (锤锤) - Male voice, deeper tone
xiaochen (小陈) - Young professional voice
jam - 动动动物圈 Jam voice
kazi - 动动动物圈 Kazi voice
douji - 动动动物圈 Douji voice
luodo - 动动动物圈 Luodo voice

### Basic Text-to-Speech

Convert text to speech with default settings (tongtong voice, normal speed, WAV format):

bash scripts/text_to_speech.sh "你好，今天天气怎么样"

### Advanced Options

Specify voice, speed, format, and output filename:

bash scripts/text_to_speech.sh "欢迎使用智能语音服务" xiaochen 1.2 wav greeting.wav

Parameters:

text (required): Chinese text to convert (max 1024 characters)
voice (optional): tongtong (default), chuichui, xiaochen, jam, kazi, douji, luodo
speed (optional): Speech speed from 0.5 to 2.0 (default: 1.0)
output_format (optional): wav (default), pcm
output_file (optional): Output filename (default: output.{format})

### Voice Selection Guide

Choose tongtong (default) for:

General purpose narration
Professional presentations
Balanced tone requirements

Choose chuichui for:

Male voice needed
Deeper, authoritative tone
Documentary or formal content

Choose xiaochen for:

Young, energetic tone
Modern, casual content
Friendly assistant vibe

Choose jam/kazi/douji/luodo for:

Entertainment content
Character voices
Creative projects

### Speed Control

Recommended speeds:

0.8-1.0: Clear, professional narration
1.0-1.2: Natural conversational pace (default: 1.0)
1.2-1.5: Energetic, upbeat delivery
1.5-2.0: Fast-paced summaries (may reduce clarity)

### Output Formats

WAV (recommended):

Standard audio format
Widely compatible
Better quality preservation

PCM:

Raw audio format
Smaller file size
Requires additional processing for playback

### Examples

Create a professional greeting:

bash scripts/text_to_speech.sh "您好，感谢致电智能客服，请按1选择中文服务" tongtong 1.0 wav greeting.wav

Generate an energetic announcement:

bash scripts/text_to_speech.sh "热烈欢迎各位嘉宾参加今天的活动！" xiaochen 1.3 wav announcement.wav

Create a calm narration:

bash scripts/text_to_speech.sh "在这个宁静的夜晚，让我们一起欣赏美丽的星空" chuichui 0.9 wav narration.wav

### Character Limits

Maximum input: 1024 characters per request
For longer texts, split into multiple segments
Combine audio files post-generation

### Audio Quality Tips

Best practices:

Use punctuation for natural pauses (commas, periods)
Break long sentences into shorter segments
Use appropriate line breaks for paragraph pauses
Test speed settings for your specific content

Sample rate: Generated audio uses 24000 Hz sampling rate for optimal quality.

### Troubleshooting

Text Length Issues:

Split texts longer than 1024 characters
Process segments separately
Combine using audio editing tools

Audio Quality Issues:

Check text encoding (use UTF-8)
Verify punctuation placement
Adjust speed settings
Try different voices

File Playback Issues:

Ensure format compatibility with your player
WAV format works on most systems
PCM may require conversion

### API Notes

Responses are returned as audio files
Watermarking enabled by default (can be disabled in account settings)
No strict rate limiting documented
Audio generation typically completes in 1-3 seconds
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: franklu0819-lang
- Version: 1.0.0
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-30T16:55:25.780Z
- Expires at: 2026-05-07T16:55:25.780Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/zhipu-tts)
- [Send to Agent page](https://openagent3.xyz/skills/zhipu-tts/agent)
- [JSON manifest](https://openagent3.xyz/skills/zhipu-tts/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/zhipu-tts/agent.md)
- [Download page](https://openagent3.xyz/downloads/zhipu-tts)