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.
playver - Skill - OpenSmartRoute
Skillv1.0.0
playver
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 Playver/playver (AGENTS.md). Install upstream with npx skills add Playver/playver. 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.
Playver-specific context
For the app's tech stack, architecture, directory layout, and conventions (auth, permissions, database, i18n, money flow), read ARCHITECTURE.md first.
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.
playver-playver-playver.ocm.jsonjson
{
"ocm": "1",
"id": "playver-playver-playver",
"kind": "skill",
"name": "playver",
"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": "Playver",
"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/Playver/playver",
"path": "AGENTS.md",
"ref": "49cfecfbbf9f17a3d11d0bb64144ac6fa8e50888",
"url": "https://github.com/Playver/playver/blob/49cfecfbbf9f17a3d11d0bb64144ac6fa8e50888/AGENTS.md",
"key": "Playver/playver/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 -->\n\n# Playver-specific context\n\nFor the app's tech stack, architecture, directory layout, and conventions (auth, permissions, database, i18n, money flow), read [`ARCHITECTURE.md`](./ARCHITECTURE.md) first.",
"cost": {
"context_tokens": 131
}
}
Fetch it by URL: GET /api/v1/registry/playver-playver-playver/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.