🎤 Transcribe audio files using Qwen ASR. 千问STT

v1.0.0

Transcribe audio files using Qwen ASR (千问STT). Use when the user sends voice messages and wants them converted to text.

2· 1.1k· 1 versions· 5 current· 5 all-time· Updated 8h ago· MIT-0
byAlone@al-one

Install

openclaw skills install qwen-asr

Qwen ASR

Transcribe an audio file (wav/mp3/ogg...) to text using Qwen ASR. No configuration or API key required.

Usage

uv run scripts/main.py -f audio.wav
cat audio.wav | uv run scripts/main.py > transcript.txt

About

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).

Version tags

latestvk97f9gspe5arvfxe0trhb95w5s82jt7v

Runtime requirements

🎤 Clawdis
Binsuv

Install

Install uv (brew)
Bins: uv
brew install uv