aahl/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
Transcribe an audio file (wav/mp3/ogg...) to text using Qwen ASR. No configuration or API key required.
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
Take aahl/qwen-asr from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.