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.
mini_mall - Skill - OpenSmartRoute
Skillv1.0.0
mini_mall
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 1214877189/my-vitepress-site (docs/vibe_coding/代码/AICoding/mini_mall/AGENTS.md). Install upstream with npx skills add 1214877189/my-vitepress-site --skill mini_mall. 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.
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": "1214877189-my-vitepress-site-mini-mall",
"kind": "skill",
"name": "mini_mall",
"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": "1214877189",
"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/1214877189/my-vitepress-site",
"path": "docs/vibe_coding/代码/AICoding/mini_mall/AGENTS.md",
"ref": "89ca59c22202744e4e70dc64933e2e1860722153",
"url": "https://github.com/1214877189/my-vitepress-site/blob/89ca59c22202744e4e70dc64933e2e1860722153/docs/vibe_coding/代码/AICoding/mini_mall/AGENTS.md",
"key": "1214877189/my-vitepress-site/docs/vibe_coding/代码/AICoding/mini_mall/AGENTS.md"
}
},
"instructions": "<!-- BEGIN:nextjs-agent-rules -->\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 -->",
"cost": {
"context_tokens": 81
}
}
Fetch it by URL: GET /api/v1/registry/1214877189-my-vitepress-site-mini-mall/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.