Install
openclaw skills install aliyun-qwen-livetranslateUse when live speech translation is needed with Alibaba Cloud Model Studio Qwen LiveTranslate models, including bilingual meetings, realtime interpretation, and speech-to-speech or speech-to-text translation flows.
openclaw skills install aliyun-qwen-livetranslateCategory: provider
mkdir -p output/aliyun-qwen-livetranslate
python -m py_compile skills/ai/audio/aliyun-qwen-livetranslate/scripts/prepare_livetranslate_request.py && echo "py_compile_ok" > output/aliyun-qwen-livetranslate/validate.txt
Pass criteria: command exits 0 and output/aliyun-qwen-livetranslate/validate.txt is generated.
output/aliyun-qwen-livetranslate/.Use one of these exact model strings:
qwen3-livetranslate-flashqwen3-livetranslate-flash-realtimemodel (string, optional): default qwen3-livetranslate-flashsource_language (string, required)target_language (string, required)audio_format (string, optional): e.g. pcmsample_rate (int, optional): e.g. 16000translated_text (string)source_text (string, optional)audio_url or audio_chunk (optional, model dependent)python skills/ai/audio/aliyun-qwen-livetranslate/scripts/prepare_livetranslate_request.py \
--source-language zh \
--target-language en \
--output output/aliyun-qwen-livetranslate/request.json
references/sources.md