Skip to main content
Generaldvcrn

qwen-asr

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

Stars
15
Source
dvcrn/openclaw-skills-marketplace
Updated
2026-05-29
Slug
dvcrn--openclaw-skills-marketplace--qwen-asr
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/dvcrn/openclaw-skills-marketplace/HEAD/plugins/al-one--qwen-asr/skills/qwen-asr/SKILL.md -o .claude/skills/qwen-asr.md

Drops the SKILL.md into .claude/skills/qwen-asr.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

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