Qwen asr
AAHL's Agent Skills. 汇集了多种实用的智能体技能,涵盖Home Assistant智能家居控制、微软Edge TTS和智谱GLM-TTS文本转语音、DuckDuckGo搜索、DeepWiki文档检索、加密货币行情、天气预报、Lark/飞书、影视搜索、商品比价等功能
npx -y skills add aahl/skills --skill qwen-asrAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
What its author says it does
Copied from the file, not written here
Transcribe audio files using Qwen ASR. Use when the user sends voice messages and wants them converted to text.
SKILL.md
0.4 KB, as published. Nobody here has run it
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