Install
openclaw skills install aliyun-qwen-asr-realtimeUse when low-latency realtime speech recognition is needed with Alibaba Cloud Model Studio Qwen ASR Realtime models, including streaming microphone input, live captions, or duplex voice agents.
openclaw skills install aliyun-qwen-asr-realtimeCategory: provider
mkdir -p output/aliyun-qwen-asr-realtime
python -m py_compile skills/ai/audio/aliyun-qwen-asr-realtime/scripts/prepare_realtime_asr_request.py && echo "py_compile_ok" > output/aliyun-qwen-asr-realtime/validate.txt
Pass criteria: command exits 0 and output/aliyun-qwen-asr-realtime/validate.txt is generated.
output/aliyun-qwen-asr-realtime/.Use one of these exact model strings:
qwen3-asr-flash-realtimeqwen3-asr-flash-realtime-2026-02-10DASHSCOPE_API_KEY in your environment, or add dashscope_api_key to ~/.alibabacloud/credentials.model (string, optional): default qwen3-asr-flash-realtimelanguage_hints (array<string>, optional)format (string, optional): e.g. pcm, wavsample_rate (int, optional): e.g. 16000chunk_ms (int, optional): frame size in millisecondstext (string): recognized transcript fragmentis_final (bool): finalization markerusage (object, optional)Generate a request template:
python skills/ai/audio/aliyun-qwen-asr-realtime/scripts/prepare_realtime_asr_request.py \
--output output/aliyun-qwen-asr-realtime/request.json
skills/ai/audio/aliyun-qwen-asr/ instead.references/sources.md