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.
Contracts - Skill - OpenSmartRoute
Skillv1.0.0
Contracts
Own DashboardStatisticsBucketReadModel, the public snapshot/result graph and GetDietologistClientDashboardQuery. Keep folder-aligned namespaces and preserve optional fields, dates and cancellation. Co
Imported from alexindima/food-diary (Modules/Dashboard/Contracts/AGENTS.md). Install upstream with npx skills add alexindima/food-diary --skill Contracts. Copyright stays with the author.
Dashboard cross-module contracts
Own DashboardStatisticsBucketReadModel, the public snapshot/result graph and
GetDietologistClientDashboardQuery. Keep folder-aligned namespaces and preserve
optional fields, dates and cancellation. Consume contributors through narrow owner
contracts; no whole Application, Domain, Infrastructure or Presentation references.
DashboardUserContextModel remains an internal Application implementation type.
General nutrition reads belong to Meals.Contracts.ReadMealNutritionStatisticsQuery.
The dashboard bucket is its snapshot shape, not an intermediate Statistics or
WeeklyCheckIn contract. Internal adapter ports stay in Application.Abstractions.
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.
alexindima-food-diary-contracts.ocm.jsonjson
{
"ocm": "1",
"id": "alexindima-food-diary-contracts",
"kind": "skill",
"name": "Contracts",
"description": "Own DashboardStatisticsBucketReadModel, the public snapshot/result graph and GetDietologistClientDashboardQuery. Keep folder-aligned namespaces and preserve optional fields, dates and cancellation. Consume contributors through narrow owner contracts; no whole Application, Domain, Infrastructure or Presentation references. DashboardUserContextModel remains an internal Application implementation type.",
"publisher": "alexindima",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Own DashboardStatisticsBucketReadModel, the public snapshot/result graph and GetDietologistClientDashboardQuery. Keep folder-aligned namespaces and preserve optional fields, dates and cancellation. Consume contributors through narrow owner contracts; no whole Application, Domain, Infrastructure or Presentation references. DashboardUserContextModel remains an internal Application implementation type."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/alexindima/food-diary",
"path": "Modules/Dashboard/Contracts/AGENTS.md",
"ref": "c6e446ca94f60ba593bd6877499173e88b15d11c",
"url": "https://github.com/alexindima/food-diary/blob/c6e446ca94f60ba593bd6877499173e88b15d11c/Modules/Dashboard/Contracts/AGENTS.md",
"key": "alexindima/food-diary/Modules/Dashboard/Contracts/AGENTS.md"
}
},
"instructions": "# Dashboard cross-module contracts\n\nOwn DashboardStatisticsBucketReadModel, the public snapshot/result graph and\nGetDietologistClientDashboardQuery. Keep folder-aligned namespaces and preserve\noptional fields, dates and cancellation. Consume contributors through narrow owner\ncontracts; no whole Application, Domain, Infrastructure or Presentation references.\nDashboardUserContextModel remains an internal Application implementation type.\n\nGeneral nutrition reads belong to Meals.Contracts.ReadMealNutritionStatisticsQuery.\nThe dashboard bucket is its snapshot shape, not an intermediate Statistics o",
"cost": {
"context_tokens": 170
}
}
Fetch it by URL: GET /api/v1/registry/alexindima-food-diary-contracts/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.