Transcribe audio files using Qwen ASR. Use when the user sends voice messages and wants them converted to text.
Scanned 9/2/2026
Install to Claude Code
npx -y skills add majiayu000/claude-skill-registry --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/majiayu000-qwen-asr)More formats (shields.io, HTML) on the badges page.
---
name: qwen-asr
description: Transcribe audio files using Qwen ASR. Use when the user sends voice messages and wants them converted to text.
---
# 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.mp3 | uv run scripts/main.py > transcript.txt
curl https://example.com/audio.ogg | uv run scripts/main.py
```
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!