/install alicloud-ai-audio-livetranslate
Category: provider
Model Studio Qwen LiveTranslate
Validation
mkdir -p output/alicloud-ai-audio-livetranslate
python -m py_compile skills/ai/audio/alicloud-ai-audio-livetranslate/scripts/prepare_livetranslate_request.py && echo "py_compile_ok" > output/alicloud-ai-audio-livetranslate/validate.txt
Pass criteria: command exits 0 and output/alicloud-ai-audio-livetranslate/validate.txt is generated.
Output And Evidence
- Save translation session payloads and response summaries under
output/alicloud-ai-audio-livetranslate/.
Critical model names
Use one of these exact model strings:
qwen3-livetranslate-flashqwen3-livetranslate-flash-realtime
Typical use
- Chinese/English meeting interpretation
- Live subtitles in another language
- Call-center agent assist with translated captions
Normalized interface (audio.livetranslate)
Request
model(string, optional): defaultqwen3-livetranslate-flashsource_language(string, required)target_language(string, required)audio_format(string, optional): e.g.pcmsample_rate(int, optional): e.g.16000
Response
translated_text(string)source_text(string, optional)audio_urloraudio_chunk(optional, model dependent)
Quick start
python skills/ai/audio/alicloud-ai-audio-livetranslate/scripts/prepare_livetranslate_request.py \
--source-language zh \
--target-language en \
--output output/alicloud-ai-audio-livetranslate/request.json
Notes
- Prefer the realtime model for continuous streaming sessions.
- Prefer the non-realtime flash model for simpler integration and lower client complexity.
References
references/sources.md
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install alicloud-ai-audio-livetranslate - After installation, invoke the skill by name or use
/alicloud-ai-audio-livetranslate - Provide required inputs per the skill's parameter spec and get structured output
What is Alicloud Ai Audio Livetranslate?
Use when live speech translation is needed with Alibaba Cloud Model Studio Qwen LiveTranslate models, including bilingual meetings, realtime interpretation,... It is an AI Agent Skill for Claude Code / OpenClaw, with 282 downloads so far.
How do I install Alicloud Ai Audio Livetranslate?
Run "/install alicloud-ai-audio-livetranslate" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Alicloud Ai Audio Livetranslate free?
Yes, Alicloud Ai Audio Livetranslate is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Alicloud Ai Audio Livetranslate support?
Alicloud Ai Audio Livetranslate is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Alicloud Ai Audio Livetranslate?
It is built and maintained by cinience (@cinience); the current version is v1.0.0.