qwen-asr
Transcribe audio files using Qwen ASR. Use when the user sends voice messages and wants them converted to text.
Works with
--- name: qwen-asr description: Transcribe audio files using Qwen ASR. Use when the user sends voice messages and wants them converted to text. license: MIT --- # 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 ```
More General & Other skills
find-skills
vercel-labs/skills
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
grill-me
mattpocock/skills
A relentless interview to sharpen a plan or design.
grill-with-docs
mattpocock/skills
A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.

