{
    "app": {
        "name": "qwen-asr",
        "description": "Transcribe audio files using Qwen ASR. Use when the user sends voice messages and wants them converted to text.",
        "mode": "advanced-chat",
        "model_config": {
            "provider": "deepseek",
            "model": "deepseek-chat",
            "parameters": {
                "temperature": 0.7,
                "max_tokens": 4096
            }
        }
    },
    "instructions": "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 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",
    "variables": [],
    "opening_statement": "你好，我是 qwen-asr，Transcribe audio files using Qwen ASR. Use when th...",
    "suggested_questions": [],
    "source": "DeepseekModel",
    "source_url": "https://deepseekmodel.com/skill?id=aahl-skills-skills-qwen-asr-skill-md"
}