/install aliyun-qwen-tts-voice-design
Category: provider
Model Studio Qwen TTS Voice Design
Use voice design models to create controllable synthetic voices from natural language descriptions.
Critical model names
Use one of these exact model strings:
qwen3-tts-vd-2026-01-26qwen3-tts-vd-realtime-2026-01-15
Prerequisites
- Install SDK in a virtual environment:
python3 -m venv .venv
. .venv/bin/activate
python -m pip install dashscope
- Set
DASHSCOPE_API_KEYin your environment, or adddashscope_api_keyto~/.alibabacloud/credentials.
Normalized interface (tts.voice_design)
Request
voice_prompt(string, required) target voice descriptiontext(string, required)stream(bool, optional)
Response
audio_url(string) or streaming PCM chunksvoice_id(string)request_id(string)
Operational guidance
- Write voice prompts with tone, pace, emotion, and timbre constraints.
- Build a reusable voice prompt library for product consistency.
- Validate generated voice in short utterances before long scripts.
Local helper script
Prepare a normalized request JSON and validate response schema:
.venv/bin/python skills/ai/audio/aliyun-qwen-tts-voice-design/scripts/prepare_voice_design_request.py \
--voice-prompt "A warm female host voice, clear articulation, medium pace" \
--text "This is a voice-design demo"
Output location
- Default output:
output/ai-audio-tts-voice-design/audio/ - Override base dir with
OUTPUT_DIR.
Validation
mkdir -p output/aliyun-qwen-tts-voice-design
for f in skills/ai/audio/aliyun-qwen-tts-voice-design/scripts/*.py; do
python3 -m py_compile "$f"
done
echo "py_compile_ok" > output/aliyun-qwen-tts-voice-design/validate.txt
Pass criteria: command exits 0 and output/aliyun-qwen-tts-voice-design/validate.txt is generated.
Output And Evidence
- Save artifacts, command outputs, and API response summaries under
output/aliyun-qwen-tts-voice-design/. - Include key parameters (region/resource id/time range) in evidence files for reproducibility.
Workflow
- Confirm user intent, region, identifiers, and whether the operation is read-only or mutating.
- Run one minimal read-only query first to verify connectivity and permissions.
- Execute the target operation with explicit parameters and bounded scope.
- Verify results and save output/evidence files.
References
references/sources.md
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install aliyun-qwen-tts-voice-design - 安装完成后,直接呼叫该 Skill 的名称或使用
/aliyun-qwen-tts-voice-design触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Aliyun Qwen Tts Voice Design 是什么?
Use when designing custom voices with Alibaba Cloud Model Studio Qwen TTS VD models. Use when creating custom synthetic voices from text descriptions and usi... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 92 次。
如何安装 Aliyun Qwen Tts Voice Design?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install aliyun-qwen-tts-voice-design」即可一键安装,无需额外配置。
Aliyun Qwen Tts Voice Design 是免费的吗?
是的,Aliyun Qwen Tts Voice Design 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Aliyun Qwen Tts Voice Design 支持哪些平台?
Aliyun Qwen Tts Voice Design 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Aliyun Qwen Tts Voice Design?
由 cinience(@cinience)开发并维护,当前版本 v1.0.0。