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.
frontend - Skill - OpenSmartRoute
Skillv1.0.0
frontend
This version has breaking changes — APIs, conventions, and file structure may all differ from your training data. Read the relevant guide in `node_modules/next/dist/docs/` before writing any code. Hee
Imported from bharath1997-crypto/group-travel-os (frontend/AGENTS.md). Install upstream with npx skills add bharath1997-crypto/group-travel-os --skill frontend. Copyright stays with the author.
Scram Book documentation protocol
Before frontend work, inspect the relevant record under D:\group travel os\Scram Book; Travel/Flights UI work uses Scram Book\Travel Tab.
After verified UI work, update the relevant artifact with date, context, goals addressed, result, responsive/accessibility verification, risks, and next action.
Do not create competing UI roadmaps outside the Scram Book or mark visual work complete without verification.
This is NOT the Next.js you know
This version has breaking changes — APIs, conventions, and file structure may all differ from your training data. Read the relevant guide in node_modules/next/dist/docs/ before writing any code. Heed deprecation notices.
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.
{
"ocm": "1",
"id": "bharath1997-crypto-group-travel-os-frontend",
"kind": "skill",
"name": "frontend",
"description": "This version has breaking changes — APIs, conventions, and file structure may all differ from your training data. Read the relevant guide in `node_modules/next/dist/docs/` before writing any code. Heed deprecation notices. <!-- END:nextjs-agent-rules -->",
"publisher": "bharath1997-crypto",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"This version has breaking changes — APIs, conventions, and file structure may all differ from your training data. Read the relevant guide in `node_modules/next/dist/docs/` before writing any code. Heed deprecation notices. <!-- END:nextjs-agent-rules -->"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/bharath1997-crypto/group-travel-os",
"path": "frontend/AGENTS.md",
"ref": "465809808c9e1e78553de1b69cecce8efc2d0167",
"url": "https://github.com/bharath1997-crypto/group-travel-os/blob/465809808c9e1e78553de1b69cecce8efc2d0167/frontend/AGENTS.md",
"key": "bharath1997-crypto/group-travel-os/frontend/AGENTS.md"
}
},
"instructions": "<!-- BEGIN:nextjs-agent-rules -->\n\n## Scram Book documentation protocol\n\n- Before frontend work, inspect the relevant record under `D:\\group travel os\\Scram Book`; Travel/Flights UI work uses `Scram Book\\Travel Tab`.\n- After verified UI work, update the relevant artifact with date, context, goals addressed, result, responsive/accessibility verification, risks, and next action.\n- Do not create competing UI roadmaps outside the Scram Book or mark visual work complete without verification.\n\n# This is NOT the Next.js you know\n\nThis version has breaking changes — APIs, conventions, and file structu",
"cost": {
"context_tokens": 195
}
}
Fetch it by URL: GET /api/v1/registry/bharath1997-crypto-group-travel-os-frontend/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.