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.
backend - Skill - OpenSmartRoute
Skillv1.0.0
backend
Read `../docs/genie_context.md`, `../docs/integration_contract.md`, `../docs/backend.md`, and `../docs/backend_setup.md` before changes.
Imported from williamchiii/genie (backend/AGENTS.md). Install upstream with npx skills add williamchiii/genie --skill backend. Copyright stays with the author.
Component ownership
Read ../docs/genie_context.md, ../docs/integration_contract.md, ../docs/backend.md, and ../docs/backend_setup.md before changes.
Work within backend/ and its owned setup document. Keep dependency and lockfile changes inside this component. Coordinate API changes with the other owner. Never commit secrets. The backend uses Python and FastAPI, with main.py as its entry point and requirements.txt for dependencies. Verify imports and relevant behavior before handoff. Do not add Node tooling to this folder.
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.
williamchiii-genie-backend.ocm.jsonjson
{
"ocm": "1",
"id": "williamchiii-genie-backend",
"kind": "skill",
"name": "backend",
"description": "Read `../docs/genie_context.md`, `../docs/integration_contract.md`, `../docs/backend.md`, and `../docs/backend_setup.md` before changes.",
"publisher": "williamchiii",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Read `../docs/genie_context.md`, `../docs/integration_contract.md`, `../docs/backend.md`, and `../docs/backend_setup.md` before changes."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/williamchiii/genie",
"path": "backend/AGENTS.md",
"ref": "1ae34f8fe28e51c67b7d017cb4f6b7878ef99488",
"url": "https://github.com/williamchiii/genie/blob/1ae34f8fe28e51c67b7d017cb4f6b7878ef99488/backend/AGENTS.md",
"key": "williamchiii/genie/backend/AGENTS.md"
}
},
"instructions": "# Component ownership\n\nRead `../docs/genie_context.md`, `../docs/integration_contract.md`, `../docs/backend.md`, and `../docs/backend_setup.md` before changes.\n\nWork within `backend/` and its owned setup document. Keep dependency and lockfile changes inside this component. Coordinate API changes with the other owner. Never commit secrets. The backend uses Python and FastAPI, with `main.py` as its entry point and `requirements.txt` for dependencies. Verify imports and relevant behavior before handoff. Do not add Node tooling to this folder.",
"cost": {
"context_tokens": 136
}
}
Fetch it by URL: GET /api/v1/registry/williamchiii-genie-backend/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.