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.
next - Skill - OpenSmartRoute
Skillv1.0.0
next
Next — skip to a different stream in the same genre
Imported from kennethleungty/claude-music (skills/next/SKILL.md). Install upstream with npx skills add kennethleungty/claude-music --skill next. Copyright stays with the author.
This skill is part of the claude-music plugin. Only invoke when the user explicitly uses the slash command.
Next Track
Skip to a different radio stream within the current genre.
Run "${CLAUDE_PLUGIN_ROOT}/scripts/music-controller.sh" next.
If "status": "playing": ♪ Skipped to {station} ({genre}) ♪
If nothing playing: ♪ Nothing playing — try /play to start. ♪
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.
kennethleungty-claude-music-next.ocm.jsonjson
{
"ocm": "1",
"id": "kennethleungty-claude-music-next",
"kind": "skill",
"name": "next",
"description": "Next — skip to a different stream in the same genre",
"publisher": "kennethleungty",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Next — skip to a different stream in the same genre"
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/kennethleungty/claude-music",
"path": "skills/next/SKILL.md",
"ref": "321ac937de83df0435816a57da146964ab149c73",
"url": "https://github.com/kennethleungty/claude-music/blob/321ac937de83df0435816a57da146964ab149c73/skills/next/SKILL.md",
"key": "kennethleungty/claude-music/skills/next/SKILL.md"
},
"allowed_tools": [
"Bash"
]
},
"instructions": "This skill is part of the claude-music plugin. Only invoke when the user explicitly uses the slash command.\n\n# Next Track\n\nSkip to a different radio stream within the current genre.\n\nRun `\"${CLAUDE_PLUGIN_ROOT}/scripts/music-controller.sh\" next`.\n\n- If `\"status\": \"playing\"`: **♪ Skipped to {station} ({genre}) ♪**\n- If nothing playing: **♪ Nothing playing — try `/play` to start. ♪**",
"cost": {
"context_tokens": 96
}
}
Fetch it by URL: GET /api/v1/registry/kennethleungty-claude-music-next/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.