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.
src - Skill - OpenSmartRoute
Skillv1.0.0
src
Only change qqmusic. Keep runtime files in package and development material in src. Credentials belong only in /sd/data/qqmusic; never log/return cookies, QR signatures, authorization codes, or signed
Imported from clocteck/holocubic-apps (qqmusic/src/AGENTS.md). Install upstream with npx skills add clocteck/holocubic-apps --skill src. Copyright stays with the author.
QQ Music for Cubic
Only change qqmusic. Keep runtime files in package and development material in src.
Credentials belong only in /sd/data/qqmusic; never log/return cookies, QR signatures,
authorization codes, or signed playback URLs. No third-party API proxy or rights bypass.
Retain MP3 standard quality, PSRAM bulk buffers, 96 KiB thumbnails, 10 MiB FIFO SD cache.
Run src/build.ps1 and python src/tests/test_app.py before deployment.
50 KiB is a rough memory reference only, never a stop threshold. Keep measured heap
statistics and real allocation/decoder error handling; do not reintroduce a 50 KiB cutoff.
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.
clocteck-holocubic-apps-src.ocm.jsonjson
{
"ocm": "1",
"id": "clocteck-holocubic-apps-src",
"kind": "skill",
"name": "src",
"description": "Only change qqmusic. Keep runtime files in package and development material in src. Credentials belong only in /sd/data/qqmusic; never log/return cookies, QR signatures, authorization codes, or signed playback URLs. No third-party API proxy or rights bypass. Retain MP3 standard quality, PSRAM bulk buffers, 96 KiB thumbnails, 10 MiB FIFO SD cache. Run src/build.ps1 and python src/tests/test_app.py before deployment. 50 KiB is a rough memory reference only, never a stop threshold. Keep measured heap statistics and real allocation/decoder error handling; do not reintroduce a 50 KiB cutoff.",
"publisher": "clocteck",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding",
"math"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Only change qqmusic. Keep runtime files in package and development material in src. Credentials belong only in /sd/data/qqmusic; never log/return cookies, QR signatures, authorization codes, or signed playback URLs. No third-party API proxy or rights bypass. Retain MP3 standard quality, PSRAM bulk buffers, 96 KiB thumbnails, 10 MiB FIFO SD cache. Run src/build.ps1 and python src/tests/test_app.py before deployment. 50 KiB is a rough memory reference only, never a stop threshold. Keep measured heap statistics and real allocation/decoder error handling; do not reintroduce a 50 KiB cutoff."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/clocteck/holocubic-apps",
"path": "qqmusic/src/AGENTS.md",
"ref": "5e6cb40300fa2c34be5ce82d65b860492abf3c1d",
"url": "https://github.com/clocteck/holocubic-apps/blob/5e6cb40300fa2c34be5ce82d65b860492abf3c1d/qqmusic/src/AGENTS.md",
"key": "clocteck/holocubic-apps/qqmusic/src/AGENTS.md"
}
},
"instructions": "# QQ Music for Cubic\n\nOnly change qqmusic. Keep runtime files in package and development material in src.\nCredentials belong only in /sd/data/qqmusic; never log/return cookies, QR signatures,\nauthorization codes, or signed playback URLs. No third-party API proxy or rights bypass.\nRetain MP3 standard quality, PSRAM bulk buffers, 96 KiB thumbnails, 10 MiB FIFO SD cache.\nRun src/build.ps1 and python src/tests/test_app.py before deployment.\n50 KiB is a rough memory reference only, never a stop threshold. Keep measured heap\nstatistics and real allocation/decoder error handling; do not reintroduce a",
"cost": {
"context_tokens": 153
}
}
Fetch it by URL: GET /api/v1/registry/clocteck-holocubic-apps-src/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.