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.
mqc_marks - Skill - OpenSmartRoute
Skillv1.0.0
mqc_marks
HITL katalog znacznika MQC vs actual per tenant. mark_code + mqc_kind mqc|actual|gap|other + source_ref. Nie MQC SQL. Nie qty float.
Imported from Spawn2018/OmniRoute (backend/app/services/mqc_marks/AGENTS.md). Install upstream with npx skills add Spawn2018/OmniRoute --skill mqc_marks. Copyright stays with the author.
BC mqc_mark (EXP3.5)
HITL katalog znacznika MQC vs actual per tenant. mark_code + mqc_kind
mqc|actual|gap|other + source_ref. Nie MQC SQL. Nie qty float.
Dozwolone zaleznosci
app.models.mqc_mark
app.repositories.mqc_marks
app.domain
Zakaz
import innych BC services (charges, purchase_orders, extraction)
zapis charge / po_line
MQC SQL · qty float · druga marza
kwota / marza / float
HTTP
UPDATE / DELETE wiersza
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.
spawn2018-omniroute-mqc-marks.ocm.jsonjson
{
"ocm": "1",
"id": "spawn2018-omniroute-mqc-marks",
"kind": "skill",
"name": "mqc_marks",
"description": "HITL katalog znacznika MQC vs actual per tenant. mark_code + mqc_kind mqc|actual|gap|other + source_ref. Nie MQC SQL. Nie qty float.",
"publisher": "Spawn2018",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding",
"data_analysis"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"HITL katalog znacznika MQC vs actual per tenant. mark_code + mqc_kind mqc|actual|gap|other + source_ref. Nie MQC SQL. Nie qty float."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/Spawn2018/OmniRoute",
"path": "backend/app/services/mqc_marks/AGENTS.md",
"ref": "5867d93dd70e4e5ac11ac73e708a1a421db12590",
"url": "https://github.com/Spawn2018/OmniRoute/blob/5867d93dd70e4e5ac11ac73e708a1a421db12590/backend/app/services/mqc_marks/AGENTS.md",
"key": "Spawn2018/OmniRoute/backend/app/services/mqc_marks/AGENTS.md"
}
},
"instructions": "# BC mqc_mark (EXP3.5)\n\nHITL katalog znacznika MQC vs actual per tenant. mark_code + mqc_kind\nmqc|actual|gap|other + source_ref. Nie MQC SQL. Nie qty float.\n\n## Dozwolone zaleznosci\n- `app.models.mqc_mark`\n- `app.repositories.mqc_marks`\n- `app.domain`\n\n## Zakaz\n- import innych BC services (charges, purchase_orders, extraction)\n- zapis `charge` / `po_line`\n- MQC SQL · qty float · druga marza\n- kwota / marza / float\n- HTTP\n- UPDATE / DELETE wiersza",
"cost": {
"context_tokens": 112
}
}
Fetch it by URL: GET /api/v1/registry/spawn2018-omniroute-mqc-marks/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.