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 modbender/skill-library-mcp (data/catalog/SKILL.md). Install upstream with npx skills add modbender/skill-library-mcp --skill catalog. Copyright stays with the author.
Quando o usuário perguntar por serviços/preços, execute um comando local que retorna JSON e então responda de forma curta e clara.
Use a ferramenta de execução de comandos (Exec Tool) para rodar:
node {baseDir}/catalog.js
O comando retorna uma lista JSON de serviços com name, price, duration.
Não invente valores: use apenas o JSON retornado.
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.
modbender-skill-library-mcp-catalog.ocm.jsonjson
{
"ocm": "1",
"id": "modbender-skill-library-mcp-catalog",
"kind": "skill",
"name": "catalog",
"description": "Catálogo simples do estúdio (hello world)",
"publisher": "modbender",
"version": "1.0.0",
"capabilities": {
"domains": [
"general_chat"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Catálogo simples do estúdio (hello world)"
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/modbender/skill-library-mcp",
"path": "data/catalog/SKILL.md",
"ref": "5934c483768f9f8c792b8b7c0bb6f45a77df3edf",
"url": "https://github.com/modbender/skill-library-mcp/blob/5934c483768f9f8c792b8b7c0bb6f45a77df3edf/data/catalog/SKILL.md",
"key": "modbender/skill-library-mcp/data/catalog/SKILL.md"
}
},
"instructions": "Quando o usuário perguntar por serviços/preços, execute um comando local que retorna JSON e então responda de forma curta e clara.\r\n\r\nUse a ferramenta de execução de comandos (Exec Tool) para rodar:\r\n\r\nnode {baseDir}/catalog.js\r\n\r\nO comando retorna uma lista JSON de serviços com `name`, `price`, `duration`.\r\nNão invente valores: use apenas o JSON retornado.",
"cost": {
"context_tokens": 89
}
}
Fetch it by URL: GET /api/v1/registry/modbender-skill-library-mcp-catalog/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.