Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
qwen-asr - Skill - OpenSmartRoute
Skillv1.0.0
qwen-asr
Transcribe audio files using Qwen ASR. Use when the user sends voice messages and wants them converted to text.
Imported from om-scogo/skillsh-scraper (data/skills/aahl-skills/qwen-asr/skills/qwen-asr/SKILL.md). Install upstream with npx skills add om-scogo/skillsh-scraper --skill qwen-asr. Copyright stays with the author.
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.wavcat audio.mp3 | uv run scripts/main.py > transcript.txtcurl https://example.com/audio.ogg | uv run scripts/main.py
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
# after Install: the listing is in your workspace's routing pool - a plan picks it for its slot
curl -s -X POST https://api.opensmartroute.ai/api/v1/route -H 'Authorization: Bearer $OSR_API_KEY' -H 'Content-Type: application/json' -d '{"text": "...", "plan": true}'
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
om-scogo-skillsh-scraper-qwen-asr.ocm.jsonjson
{
"ocm": "1",
"id": "om-scogo-skillsh-scraper-qwen-asr",
"kind": "skill",
"name": "qwen-asr",
"description": "Transcribe audio files using Qwen ASR. Use when the user sends voice messages and wants them converted to text.",
"publisher": "om-scogo",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Transcribe audio files using Qwen ASR. Use when the user sends voice messages and wants them converted to text."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/om-scogo/skillsh-scraper",
"path": "data/skills/aahl-skills/qwen-asr/skills/qwen-asr/SKILL.md",
"ref": "8859218955d9504cd18b59e7892100718039d3b4",
"url": "https://github.com/om-scogo/skillsh-scraper/blob/8859218955d9504cd18b59e7892100718039d3b4/data/skills/aahl-skills/qwen-asr/skills/qwen-asr/SKILL.md",
"key": "om-scogo/skillsh-scraper/data/skills/aahl-skills/qwen-asr/skills/qwen-asr/SKILL.md"
}
},
"instructions": "# Qwen ASR\nTranscribe an audio file (wav/mp3/ogg...) to text using Qwen ASR. No configuration or API key required.\n\n## Usage\n```shell\nuv run scripts/main.py -f audio.wav\n\ncat audio.mp3 | uv run scripts/main.py > transcript.txt\n\ncurl https://example.com/audio.ogg | uv run scripts/main.py\n```",
"cost": {
"context_tokens": 72
}
}
Fetch it by URL: GET /api/v1/registry/om-scogo-skillsh-scraper-qwen-asr/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.