安全扫描
OpenClaw
安全
high confidenceThe skill is internally coherent: it only prepares a Qwen LiveTranslate request payload and contains no unrelated credential requests, network calls, or install steps.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/4/1
Initial release of aliyun-qwen-livetranslate skill: - Provides live speech translation using Alibaba Cloud Model Studio Qwen LiveTranslate models. - Supports bilingual meetings, realtime interpretation, and speech-to-speech or speech-to-text translation. - Offers normalized API for translation flows with key model options (`qwen3-livetranslate-flash` and `qwen3-livetranslate-flash-realtime`). - Outputs translation session payloads and summaries for validation and evidence. - Includes a validation script and quick start usage example.
● 无害
安装命令
点击复制官方npx clawhub@latest install aliyun-qwen-livetranslate
🇨🇳 镜像加速npx clawhub@latest install aliyun-qwen-livetranslate --registry https://cn.longxiaskill.com
技能文档
Category: provider
# Model Studio Qwen LiveTranslate
Validation
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 And Evidence
- Save translation session payloads and response summaries under
output/aliyun-qwen-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/aliyun-qwen-livetranslate/scripts/prepare_livetranslate_request.py \
--source-language zh \
--target-language en \
--output output/aliyun-qwen-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
数据来源:ClawHub ↗ · 中文优化:龙虾技能库