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.
mute - Skill - OpenSmartRoute
Skillv1.0.0
mute
Mute — silence the music without stopping the stream
Imported from kennethleungty/claude-music (skills/mute/SKILL.md). Install upstream with npx skills add kennethleungty/claude-music --skill mute. Copyright stays with the author.
This skill is part of the claude-music plugin. Only invoke when the user explicitly uses the slash command.
Mute
Set volume to 0 — the stream keeps playing silently. Use /volume up or /volume <number> to unmute.
Run "${CLAUDE_PLUGIN_ROOT}/scripts/music-controller.sh" volume-adjust 0.
Use the message field from the JSON output: ♪ {message} ♪
Add: Use /volume up or /volume <number> to unmute.
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-mute.ocm.jsonjson
{
"ocm": "1",
"id": "kennethleungty-claude-music-mute",
"kind": "skill",
"name": "mute",
"description": "Mute — silence the music without stopping the stream",
"publisher": "kennethleungty",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Mute — silence the music without stopping the stream"
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/kennethleungty/claude-music",
"path": "skills/mute/SKILL.md",
"ref": "321ac937de83df0435816a57da146964ab149c73",
"url": "https://github.com/kennethleungty/claude-music/blob/321ac937de83df0435816a57da146964ab149c73/skills/mute/SKILL.md",
"key": "kennethleungty/claude-music/skills/mute/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# Mute\n\nSet volume to 0 — the stream keeps playing silently. Use `/volume up` or `/volume <number>` to unmute.\n\nRun `\"${CLAUDE_PLUGIN_ROOT}/scripts/music-controller.sh\" volume-adjust 0`.\n\nUse the `message` field from the JSON output: **♪ {message} ♪**\n\nAdd: *Use `/volume up` or `/volume <number>` to unmute.*",
"cost": {
"context_tokens": 104
}
}
Fetch it by URL: GET /api/v1/registry/kennethleungty-claude-music-mute/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.