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.
ec312-capstone - Skill - OpenSmartRoute
Skillv1.0.0
ec312-capstone
License-key storefront (Go web) backed by Odoo as the ERP / source of truth.
Imported from namhpn/ec312-capstone (AGENTS.md). Install upstream with npx skills add namhpn/ec312-capstone. Copyright stays with the author.
ban-key-odoo
License-key storefront (Go web) backed by Odoo as the ERP / source of truth.
Agent skills
Issue tracker
Local markdown under .scratch/<feature>/ — GitHub migration later. No external PR surface. See docs/agents/issue-tracker.md.
Triage labels
Default five-role vocabulary (needs-triage, needs-info, ready-for-agent, ready-for-human, wontfix). See docs/agents/triage-labels.md.
Domain docs
Single-context: CONTEXT.md + docs/adr/ at repo root. See docs/agents/domain.md.
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.
namhpn-ec312-capstone-ec312-capstone.ocm.jsonjson
{
"ocm": "1",
"id": "namhpn-ec312-capstone-ec312-capstone",
"kind": "skill",
"name": "ec312-capstone",
"description": "License-key storefront (Go web) backed by Odoo as the ERP / source of truth.",
"publisher": "namhpn",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"License-key storefront (Go web) backed by Odoo as the ERP / source of truth."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/namhpn/ec312-capstone",
"path": "AGENTS.md",
"ref": "79f999404efbdb15f431cd3e0ada67cbe47cf6b1",
"url": "https://github.com/namhpn/ec312-capstone/blob/79f999404efbdb15f431cd3e0ada67cbe47cf6b1/AGENTS.md",
"key": "namhpn/ec312-capstone/AGENTS.md"
}
},
"instructions": "# ban-key-odoo\n\nLicense-key storefront (Go web) backed by Odoo as the ERP / source of truth.\n\n## Agent skills\n\n### Issue tracker\n\nLocal markdown under `.scratch/<feature>/` — GitHub migration later. No external PR surface. See `docs/agents/issue-tracker.md`.\n\n### Triage labels\n\nDefault five-role vocabulary (`needs-triage`, `needs-info`, `ready-for-agent`, `ready-for-human`, `wontfix`). See `docs/agents/triage-labels.md`.\n\n### Domain docs\n\nSingle-context: `CONTEXT.md` + `docs/adr/` at repo root. See `docs/agents/domain.md`.",
"cost": {
"context_tokens": 132
}
}
Fetch it by URL: GET /api/v1/registry/namhpn-ec312-capstone-ec312-capstone/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.