Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Alibaba Cloud Text-to-Speech synthesis service.
Alibaba Cloud Text-to-Speech synthesis service.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
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. Summarize what changed and any follow-up checks I should run.
Alibaba Cloud Text-to-Speech synthesis service.
Set the following environment variables: ALIYUN_APP_KEY - Application Key ALIYUN_ACCESS_KEY_ID - Access Key ID ALIYUN_ACCESS_KEY_SECRET - Access Key Secret (sensitive)
# Configure App Key clawdbot skills config aliyun-tts ALIYUN_APP_KEY "your-app-key" # Configure Access Key ID clawdbot skills config aliyun-tts ALIYUN_ACCESS_KEY_ID "your-access-key-id" # Configure Access Key Secret (sensitive) clawdbot skills config aliyun-tts ALIYUN_ACCESS_KEY_SECRET "your-access-key-secret"
Edit ~/.clawdbot/clawdbot.json: { skills: { entries: { "aliyun-tts": { env: { ALIYUN_APP_KEY: "your-app-key", ALIYUN_ACCESS_KEY_ID: "your-access-key-id", ALIYUN_ACCESS_KEY_SECRET: "your-access-key-secret" } } } } }
# Basic usage {baseDir}/bin/aliyun-tts "Hello, this is Aliyun TTS" # Specify output file {baseDir}/bin/aliyun-tts -o /tmp/voice.mp3 "Hello" # Specify voice {baseDir}/bin/aliyun-tts -v siyue "Use siyue voice" # Specify format and sample rate {baseDir}/bin/aliyun-tts -f mp3 -r 16000 "Audio parameters"
FlagDescriptionDefault-o, --outputOutput file pathtts.mp3-v, --voiceVoice namesiyue-f, --formatAudio formatmp3-r, --sample-rateSample rate16000
Common voices: siyue, xiaoxuan, xiaoyun, etc. See Alibaba Cloud documentation for the full list.
When a user requests a voice reply: # Generate audio {baseDir}/bin/aliyun-tts -o /tmp/voice-reply.mp3 "Your reply content" # Include in your response: # MEDIA:/tmp/voice-reply.mp3
Agent frameworks, memory systems, reasoning layers, and model-native orchestration.
Largest current source with strong distribution and engagement signals.