OpenClaw Skill
qwen-asr
Transcribe audio files using Qwen ASR (千问STT). Use when the user sends voice messages and wants them converted to text.
Install
$npx clawhub@latest install qwen-asr
View on GitHubv1.0.0
All-time installs5
Active installs5
Stars1
Qwen ASR
Transcribe an audio file (wav/mp3/ogg...) to text using Qwen ASR. No configuration or API key required.
Usage
bash
uv run scripts/main.py -f audio.wav
cat audio.wav | uv run scripts/main.py > transcript.txtAbout
Qwen ASR is a free and open-source speech-to-text model. It is trained on a large dataset of audio files from the web. It is available in multiple languages. This skill bases on the Qwen ASR Demo service (qwen-qwen3-asr-demo.ms.show).
Created by
@al-onePersistent memory
Give your OpenClaw agent a memory layer
Mem0 remembers users and context across sessions so you send fewer tokens and get better answers.
Try Mem0Mem0 + OpenClaw guide