qwen-asr

Installation
SKILL.md

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.mp3 | uv run scripts/main.py > transcript.txt

curl https://example.com/audio.ogg | uv run scripts/main.py
Installs
1.2K
Repository
aahl/skills
GitHub Stars
136
First Seen
Mar 9, 2026
qwen-asr — aahl/skills