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 almazom/suno_flow_v3_vps (TASTES/schema/AGENTS.md). Install upstream with npx skills add almazom/suno_flow_v3_vps --skill schema. Copyright stays with the author.
TASTES Schema Guide
What This Folder Contains
JSON Schemas that validate the TASTES knowledge base structure.
How To Use It
Use these files only for validation, maintenance, and structural edits.
When adding or changing YAML knowledge files, make sure the data still conforms to the relevant schema.
Run npm run -s test:station:tastes after changes.
Not For Prompt Building
Do not use schema files as musical input.
They define structure, not taste content.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/almazom-suno-flow-v3-vps-schema/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
almazom-suno-flow-v3-vps-schema.ocm.jsonjson
{
"ocm": "1",
"id": "almazom-suno-flow-v3-vps-schema",
"kind": "skill",
"name": "schema",
"description": "TASTES Schema Guide",
"publisher": "almazom",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"TASTES Schema Guide"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/almazom/suno_flow_v3_vps",
"path": "TASTES/schema/AGENTS.md",
"ref": "dcdf22760d0ec0d5cfe715bf85d84069b2c8a507",
"url": "https://github.com/almazom/suno_flow_v3_vps/blob/dcdf22760d0ec0d5cfe715bf85d84069b2c8a507/TASTES/schema/AGENTS.md",
"key": "almazom/suno_flow_v3_vps/TASTES/schema/AGENTS.md"
}
},
"instructions": "# TASTES Schema Guide\n\n## What This Folder Contains\n\n- JSON Schemas that validate the TASTES knowledge base structure.\n\n## How To Use It\n\n- Use these files only for validation, maintenance, and structural edits.\n- When adding or changing YAML knowledge files, make sure the data still conforms to the relevant schema.\n- Run `npm run -s test:station:tastes` after changes.\n\n## Not For Prompt Building\n\n- Do not use schema files as musical input.\n- They define structure, not taste content.",
"cost": {
"context_tokens": 122
}
}
Fetch it by URL: GET /api/v1/registry/almazom-suno-flow-v3-vps-schema/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.