Transcribe audio files using Qwen ASR (千问STT). Use when the user sends voice messages and wants them converted to text.
Scanned 9/5/2026
Install to Claude Code
npx -y skills add dvcrn/openclaw-skills-marketplace --skill qwen-asr --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Qwen Asr?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/dvcrn-qwen-asr)More formats (shields.io, HTML) on the badges page.
---
name: qwen-asr
description: "Transcribe audio files using Qwen ASR (千问STT). Use when the user sends voice messages and wants them converted to text."
homepage: https://github.com/aahl/qwen-asr2api
---
# Qwen ASR
Transcribe an audio file (wav/mp3/ogg...) to text using Qwen ASR. No configuration or API key required.
## Usage
```shell
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).
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!