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.
bespoke-bar - Skill - OpenSmartRoute
Skillv1.0.0
bespoke-bar
`apps/bar` and `apps/lounge` run a Next.js version with breaking changes — APIs, conventions, and file structure may all differ from your training data. Read the relevant guide in `node_modules/next/d
Imported from nilskaspersson/bespoke-bar (AGENTS.md). Install upstream with npx skills add nilskaspersson/bespoke-bar. Copyright stays with the author.
This is NOT the Next.js you know
apps/bar and apps/lounge run a Next.js version with breaking changes — APIs, conventions, and file structure may all differ from your training data. Read the relevant guide in node_modules/next/dist/docs/ (01-app = App Router, which we use) before writing any Next.js code. Heed deprecation notices.
The per-error pages under https://nextjs.org/docs/messages/* are not bundled; append .md to fetch them as Markdown.
Per-app generation of this file is turned off (agentRules: false in packages/config/next.mjs) so this root copy is the single source.
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": "nilskaspersson-bespoke-bar-bespoke-bar",
"kind": "skill",
"name": "bespoke-bar",
"description": "`apps/bar` and `apps/lounge` run a Next.js version with breaking changes — APIs, conventions, and file structure may all differ from your training data. Read the relevant guide in `node_modules/next/dist/docs/` (`01-app` = App Router, which we use) before writing any Next.js code. Heed deprecation notices.",
"publisher": "nilskaspersson",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"`apps/bar` and `apps/lounge` run a Next.js version with breaking changes — APIs, conventions, and file structure may all differ from your training data. Read the relevant guide in `node_modules/next/dist/docs/` (`01-app` = App Router, which we use) before writing any Next.js code. Heed deprecation notices."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/nilskaspersson/bespoke-bar",
"path": "AGENTS.md",
"ref": "c936c16acd6143336cd8d5148c994fcf42aa9e87",
"url": "https://github.com/nilskaspersson/bespoke-bar/blob/c936c16acd6143336cd8d5148c994fcf42aa9e87/AGENTS.md",
"key": "nilskaspersson/bespoke-bar/AGENTS.md"
}
},
"instructions": "# This is NOT the Next.js you know\n\n`apps/bar` and `apps/lounge` run a Next.js version with breaking changes — APIs, conventions, and file structure may all differ from your training data. Read the relevant guide in `node_modules/next/dist/docs/` (`01-app` = App Router, which we use) before writing any Next.js code. Heed deprecation notices.\n\nThe per-error pages under `https://nextjs.org/docs/messages/*` are not bundled; append `.md` to fetch them as Markdown.\n\nPer-app generation of this file is turned off (`agentRules: false` in `packages/config/next.mjs`) so this root copy is the single sour",
"cost": {
"context_tokens": 150
}
}
Fetch it by URL: GET /api/v1/registry/nilskaspersson-bespoke-bar-bespoke-bar/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.