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.
music-app - Skill - OpenSmartRoute
Skillv1.0.0
music-app
This extension's MCP server implementation builds upon excellent open-source work:
Imported from ElsonM/sap-ui5-freestyle (music-app/AGENTS.md). Install upstream with npx skills add ElsonM/sap-ui5-freestyle --skill music-app. Copyright stays with the author.
Credits
This extension's MCP server implementation builds upon excellent open-source work:
mcp-abap-adt by Mario Andreschak - ABAP ADT MCP server
mcp-sap-docs by Marian Zeis - SAP documentation MCP server
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.
elsonm-sap-ui5-freestyle-music-app.ocm.jsonjson
{
"ocm": "1",
"id": "elsonm-sap-ui5-freestyle-music-app",
"kind": "skill",
"name": "music-app",
"description": "This extension's MCP server implementation builds upon excellent open-source work:",
"publisher": "ElsonM",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"This extension's MCP server implementation builds upon excellent open-source work:"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/ElsonM/sap-ui5-freestyle",
"path": "music-app/AGENTS.md",
"ref": "002971e2b4a4ce7eca7e41f5117b94adec451617",
"url": "https://github.com/ElsonM/sap-ui5-freestyle/blob/002971e2b4a4ce7eca7e41f5117b94adec451617/music-app/AGENTS.md",
"key": "ElsonM/sap-ui5-freestyle/music-app/AGENTS.md"
}
},
"instructions": "<agents>\nHere is a list of agents that can be used when running a subagent.\nEach agent has optionally a description with the agent's purpose and expertise. When asked to run a subagent, choose the most appropriate agent from this list.\nUse the 'runSubagent' tool with the agent name to run the subagent.\n\n<agent>\n<name>SAP-Research</name>\n<description>Expert SAP Clean Core and Cloud Readiness compliance advisor. Validates ABAP code against ATC rules, identifies non-released API usage, finds released alternatives using GetReleasedAPI, and provides cloud-ready modernization guidance. Uses SAP Help",
"cost": {
"context_tokens": 1056
}
}
Fetch it by URL: GET /api/v1/registry/elsonm-sap-ui5-freestyle-music-app/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.