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.
Imported from selmer512/mira_assistant (skills/music_audio_toolkit_skill/SKILL.md). Install upstream with npx skills add selmer512/mira_assistant --skill music_audio_toolkit_skill. Copyright stays with the author.
Guidance
Choose This Skill When
A workflow needs audio transcription, dubbing, or vocal and instrumental separation.
The owner explicitly requests one of those audio-processing operations.
Resolve With Context
Reuse audio paths and prior workflow artifacts from the current skill context when available.
For dubbing, require a target language that can be mapped to Leon canonical language list.
Avoid
Do not use this skill for general music discussion.
Do not silently continue when the file path or target language is missing.
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.
{
"ocm": "1",
"id": "selmer512-mira-assistant-music-audio-toolkit-skill",
"kind": "skill",
"name": "music_audio_toolkit_skill",
"description": "Guidance",
"publisher": "selmer512",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Guidance"
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/selmer512/mira_assistant",
"path": "skills/music_audio_toolkit_skill/SKILL.md",
"ref": "e553b89b2c48551b584a6efe92021cfe4762c553",
"url": "https://github.com/selmer512/mira_assistant/blob/e553b89b2c48551b584a6efe92021cfe4762c553/skills/music_audio_toolkit_skill/SKILL.md",
"key": "selmer512/mira_assistant/skills/music_audio_toolkit_skill/SKILL.md"
}
},
"instructions": "# Guidance\n\n## Choose This Skill When\n- A workflow needs audio transcription, dubbing, or vocal and instrumental separation.\n- The owner explicitly requests one of those audio-processing operations.\n\n## Resolve With Context\n- Reuse audio paths and prior workflow artifacts from the current skill context when available.\n- For dubbing, require a target language that can be mapped to Leon canonical language list.\n\n## Avoid\n- Do not use this skill for general music discussion.\n- Do not silently continue when the file path or target language is missing.",
"cost": {
"context_tokens": 138
}
}
Fetch it by URL: GET /api/v1/registry/selmer512-mira-assistant-music-audio-toolkit-skill/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.