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/reset/SKILL.md). Install upstream with npx skills add kennethleungty/claude-music --skill reset. Copyright stays with the author.
This skill is part of the claude-music plugin. Only invoke when the user explicitly uses the slash command.
Reset Preferences
Clear all saved music preferences (genre, volume, favorites) back to defaults.
Run "${CLAUDE_PLUGIN_ROOT}/scripts/music-controller.sh" reset-prefs.
If "status": "reset": ♪ Preferences cleared! Default genre is now ambient. ♪
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-reset.ocm.jsonjson
{
"ocm": "1",
"id": "kennethleungty-claude-music-reset",
"kind": "skill",
"name": "reset",
"description": "Reset all music preferences back to defaults",
"publisher": "kennethleungty",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Reset all music preferences back to defaults"
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/kennethleungty/claude-music",
"path": "skills/reset/SKILL.md",
"ref": "321ac937de83df0435816a57da146964ab149c73",
"url": "https://github.com/kennethleungty/claude-music/blob/321ac937de83df0435816a57da146964ab149c73/skills/reset/SKILL.md",
"key": "kennethleungty/claude-music/skills/reset/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# Reset Preferences\n\nClear all saved music preferences (genre, volume, favorites) back to defaults.\n\nRun `\"${CLAUDE_PLUGIN_ROOT}/scripts/music-controller.sh\" reset-prefs`.\n\n- If `\"status\": \"reset\"`: **♪ Preferences cleared! Default genre is now ambient. ♪**",
"cost": {
"context_tokens": 91
}
}
Fetch it by URL: GET /api/v1/registry/kennethleungty-claude-music-reset/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.