Skills qwen-asr

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

install
source · Clone the upstream repo
git clone https://github.com/aahl/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/aahl/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/qwen-asr" ~/.claude/skills/aahl-skills-qwen-asr && rm -rf "$T"
manifest: skills/qwen-asr/SKILL.md
source content

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