aliyun-tts
SKILL.md
aliyun-tts
Alibaba Cloud Text-to-Speech synthesis service.
Configuration
Set the following environment variables:
ALIYUN_APP_KEY- Application KeyALIYUN_ACCESS_KEY_ID- Access Key IDALIYUN_ACCESS_KEY_SECRET- Access Key Secret (sensitive)
Option 1: CLI configuration (recommended)
# 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"