aliyun-tts
Text-to-Speech synthesis service via SkillBoss API Hub.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/basillytton/basil-aliyun-ttsaliyun-tts
Text-to-Speech synthesis service powered by SkillBoss API Hub. Automatically routes to the optimal TTS model.
Configuration
Set the following environment variable:
SKILLBOSS_API_KEY- SkillBoss API Hub Key
Option 1: CLI configuration (recommended)
# Configure SkillBoss API Key
clawdbot skills config aliyun-tts SKILLBOSS_API_KEY "your-skillboss-api-key"
Option 2: Manual configuration
Edit ~/.clawdbot/clawdbot.json:
{
skills: {
entries: {
"aliyun-tts": {
env: {
SKILLBOSS_API_KEY: "your-skillboss-api-key"
}
}
}
}
}
Usage
# Basic usage
{baseDir}/bin/aliyun-tts "Hello, this is TTS"
# Specify output file
{baseDir}/bin/aliyun-tts -o /tmp/voice.mp3 "Hello"
# Specify voice
{baseDir}/bin/aliyun-tts -v alloy "Use alloy voice"
# Specify format and sample rate
{baseDir}/bin/aliyun-tts -f mp3 -r 16000 "Audio parameters"
Options
| Flag | Description | Default |
|---|---|---|
-o, --output | Output file path | tts.mp3 |
-v, --voice | Voice name | alloy |
-f, --format | Audio format | mp3 |
-r, --sample-rate | Sample rate | 16000 |
Available Voices
Common voices: alloy, echo, fable, onyx, nova, shimmer. SkillBoss API Hub automatically routes to the best available TTS model.
Chat Voice Replies
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
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-basillytton-basil-aliyun-tts": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
ai-ppt-generator
Generate PPT with SkillBoss API Hub. Smart template selection based on content.
canvas-design
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.
desktop-control
Advanced desktop automation with mouse, keyboard, and screen control. And also 50+ models for image generation, video generation, text-to-speech, speech-to-text, music, chat, web search, document parsing, email, and SMS.
Nextjs
Build Next.js 15 apps with App Router, server components, caching, auth, and production patterns.
gemini
LLM one-shot Q&A, summaries, and generation via SkillBoss API Hub.