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.
toolpa - Skill - OpenSmartRoute
Skillv1.0.0
toolpa
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 saarimz/toolpa (AGENTS.md). Install upstream with npx skills add saarimz/toolpa. 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.
Run alternate dev-server ports as pnpm dev --port 3010; pnpm dev -- --port 3010 is parsed as a project directory.
If a same-directory Next dev server is already running, Next may refuse a second server even on another port; reuse the logged URL/PID or stop that server first.
Builder Generation
Never interpolate model/user text into generated TS/TSX as raw quoted text; escape string literals and keep instantiate-time syntax audits enabled.
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.
saarimz-toolpa-toolpa.ocm.jsonjson
{
"ocm": "1",
"id": "saarimz-toolpa-toolpa",
"kind": "skill",
"name": "toolpa",
"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.",
"publisher": "saarimz",
"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."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/saarimz/toolpa",
"path": "AGENTS.md",
"ref": "80660567e9716833f2c266b249eb707983aaf0a4",
"url": "https://github.com/saarimz/toolpa/blob/80660567e9716833f2c266b249eb707983aaf0a4/AGENTS.md",
"key": "saarimz/toolpa/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\n- Run alternate dev-server ports as `pnpm dev --port 3010`; `pnpm dev -- --port 3010` is parsed as a project directory.\n- If a same-directory Next dev server is already running, Next may refuse a second server even on another port; reuse the logged URL/PID or stop that server first.\n<!-- END:nextjs-agent-",
"cost": {
"context_tokens": 195
}
}
Fetch it by URL: GET /api/v1/registry/saarimz-toolpa-toolpa/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.