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.
data_sources - Skill - OpenSmartRoute
Skillv1.0.0
data_sources
HITL katalog zrodla danych per tenant. source_code + license_label + rights_scope + source_ref. Nie live ingest. Nie CHECK listy.
Imported from Spawn2018/OmniRoute (backend/app/services/data_sources/AGENTS.md). Install upstream with npx skills add Spawn2018/OmniRoute --skill data_sources. Copyright stays with the author.
BC data_source (AI5.0)
HITL katalog zrodla danych per tenant. source_code + license_label +
rights_scope + source_ref. Nie live ingest. Nie CHECK listy.
Dozwolone zaleznosci
app.models.data_source
app.repositories.data_sources
app.domain
Zakaz
import innych BC services (charges, extraction, twin_kinds)
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.
spawn2018-omniroute-data-sources.ocm.jsonjson
{
"ocm": "1",
"id": "spawn2018-omniroute-data-sources",
"kind": "skill",
"name": "data_sources",
"description": "HITL katalog zrodla danych per tenant. source_code + license_label + rights_scope + source_ref. Nie live ingest. Nie CHECK listy.",
"publisher": "Spawn2018",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"HITL katalog zrodla danych per tenant. source_code + license_label + rights_scope + source_ref. Nie live ingest. Nie CHECK listy."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/Spawn2018/OmniRoute",
"path": "backend/app/services/data_sources/AGENTS.md",
"ref": "5867d93dd70e4e5ac11ac73e708a1a421db12590",
"url": "https://github.com/Spawn2018/OmniRoute/blob/5867d93dd70e4e5ac11ac73e708a1a421db12590/backend/app/services/data_sources/AGENTS.md",
"key": "Spawn2018/OmniRoute/backend/app/services/data_sources/AGENTS.md"
}
},
"instructions": "# BC data_source (AI5.0)\n\nHITL katalog zrodla danych per tenant. source_code + license_label +\nrights_scope + source_ref. Nie live ingest. Nie CHECK listy.\n\n## Dozwolone zaleznosci\n- `app.models.data_source`\n- `app.repositories.data_sources`\n- `app.domain`\n\n## Zakaz\n- import innych BC services (charges, extraction, twin_kinds)\n- zapis `charge` / `extraction_draft` / `twin_kind`\n- live ingest · HTTP zewnetrzny · sekrety · api_key · base_url\n- CHECK listy licencji · OMNI READINESS · pasek 72%\n- kwota / marza / float\n- HTTP\n- UPDATE / DELETE wiersza",
"cost": {
"context_tokens": 138
}
}
Fetch it by URL: GET /api/v1/registry/spawn2018-omniroute-data-sources/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.