CLAUDE CODE MARKETPLACES

qwen-asr

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

npx skills add https://github.com/aahl/skills --skill qwen-asr
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
Installs550
GitHub Stars126
LanguagePython
AddedFeb 9, 2026
View on GitHub