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.
spopy - Skill - OpenSmartRoute
Skillv1.0.0
spopy
Control Spotify from the terminal via spopy — playback, search, queue, playlists, devices, and library.
Imported from amitkot/spopy (skills/spopy/SKILL.md). Install upstream with npx skills add amitkot/spopy --skill spopy. Copyright stays with the author.
Use spopy directly.
Common commands:
spopy play "song name"
spopy pause
spopy resume
spopy next
spopy previous
spopy status
spopy search "query"
spopy queue add "song"
Accepts Spotify URI, URL, ID, or search query.
Auto-selects a device when only one is available.
Run spopy --help for everything else.
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.
amitkot-spopy-spopy.ocm.jsonjson
{
"ocm": "1",
"id": "amitkot-spopy-spopy",
"kind": "skill",
"name": "spopy",
"description": "Control Spotify from the terminal via spopy — playback, search, queue, playlists, devices, and library.",
"publisher": "amitkot",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Control Spotify from the terminal via spopy — playback, search, queue, playlists, devices, and library."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/amitkot/spopy",
"path": "skills/spopy/SKILL.md",
"ref": "c28b10db970e9ca52db4b219434e7ce1f0dcacfa",
"url": "https://github.com/amitkot/spopy/blob/c28b10db970e9ca52db4b219434e7ce1f0dcacfa/skills/spopy/SKILL.md",
"key": "amitkot/spopy/skills/spopy/SKILL.md"
}
},
"instructions": "Use `spopy` directly.\n\nCommon commands:\n- `spopy play \"song name\"`\n- `spopy pause`\n- `spopy resume`\n- `spopy next`\n- `spopy previous`\n- `spopy status`\n- `spopy search \"query\"`\n- `spopy queue add \"song\"`\n\nAccepts Spotify URI, URL, ID, or search query.\nAuto-selects a device when only one is available.\nRun `spopy --help` for everything else.",
"cost": {
"context_tokens": 85
}
}
Fetch it by URL: GET /api/v1/registry/amitkot-spopy-spopy/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.