Answers from the documentation - opens a ticket when you need a person
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.
Answers come from the docs; check anything important there.
demo - Skill - OpenSmartRoute
Skillv1.0.0
demo
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 elliot-chung/NNMCTS (demo/AGENTS.md). Install upstream with npx skills add elliot-chung/NNMCTS --skill demo. Copyright stays with the author.
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.
Shadcn Agent Rules
Use shadcn and the shadcn MCP server for UI components.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/elliot-chung-nnmcts-demo/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
elliot-chung-nnmcts-demo.ocm.jsonjson
{
"ocm": "1",
"id": "elliot-chung-nnmcts-demo",
"kind": "skill",
"name": "demo",
"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": "elliot-chung",
"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/elliot-chung/NNMCTS",
"path": "demo/AGENTS.md",
"ref": "4956d58e6d907c485bd9bfd5df572d22f9f574f0",
"url": "https://github.com/elliot-chung/NNMCTS/blob/4956d58e6d907c485bd9bfd5df572d22f9f574f0/demo/AGENTS.md",
"key": "elliot-chung/NNMCTS/demo/AGENTS.md"
}
},
"instructions": "<!-- BEGIN:nextjs-agent-rules -->\n\n# This is NOT the Next.js you know\n\nThis 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.\n<!-- END:nextjs-agent-rules -->\n\n<!-- BEGIN:shadcn-agent-rules -->\n\n# Shadcn Agent Rules\n\nUse shadcn and the shadcn MCP server for UI components.\n\n<!-- END:shadcn-agent-rules -->",
"cost": {
"context_tokens": 118
}
}
Fetch it by URL: GET /api/v1/registry/elliot-chung-nnmcts-demo/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.