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 kennethleungty/claude-music (skills/list/SKILL.md). Install upstream with npx skills add kennethleungty/claude-music --skill list. Copyright stays with the author.
This skill is part of the claude-music plugin. Only invoke when the user explicitly uses the slash command.
List Genres
Show available genres and their stations.
Read "${CLAUDE_PLUGIN_ROOT}/config/sources.yml" and display as:
♪ Available genres ♪
{genre} ({count} stations) — {station names}
Show all stations per genre. End with: Play any genre with /play <genre>.
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-list.ocm.jsonjson
{
"ocm": "1",
"id": "kennethleungty-claude-music-list",
"kind": "skill",
"name": "list",
"description": "List all available genres and their stations",
"publisher": "kennethleungty",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"List all available genres and their stations"
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/kennethleungty/claude-music",
"path": "skills/list/SKILL.md",
"ref": "321ac937de83df0435816a57da146964ab149c73",
"url": "https://github.com/kennethleungty/claude-music/blob/321ac937de83df0435816a57da146964ab149c73/skills/list/SKILL.md",
"key": "kennethleungty/claude-music/skills/list/SKILL.md"
},
"allowed_tools": [
"Bash,",
"Read"
]
},
"instructions": "This skill is part of the claude-music plugin. Only invoke when the user explicitly uses the slash command.\n\n# List Genres\n\nShow available genres and their stations.\n\nRead `\"${CLAUDE_PLUGIN_ROOT}/config/sources.yml\"` and display as:\n\n**♪ Available genres ♪**\n- **{genre}** ({count} stations) — {station names}\n\nShow all stations per genre. End with: Play any genre with `/play <genre>`.",
"cost": {
"context_tokens": 96
}
}
Fetch it by URL: GET /api/v1/registry/kennethleungty-claude-music-list/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.