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.
puko - Skill - OpenSmartRoute
Skillv1.0.0
puko
This version has breaking changes — APIs, conventions, and file structure may all differ from your training data. Read the relevant guide in `https://raw.githubusercontent.com/pukoframework/pukoframew
Imported from Velliz/puko (AGENTS.md). Install upstream with npx skills add Velliz/puko. Copyright stays with the author.
This is NOT the PHP Framework you know
This version has breaking changes — APIs, conventions, and file structure may all differ from your training data. Read the relevant guide in https://raw.githubusercontent.com/pukoframework/pukoframework.github.io/refs/heads/gh-pages/AGENTS.md before writing any code.
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.
velliz-puko-puko.ocm.jsonjson
{
"ocm": "1",
"id": "velliz-puko-puko",
"kind": "skill",
"name": "puko",
"description": "This version has breaking changes — APIs, conventions, and file structure may all differ from your training data. Read the relevant guide in `https://raw.githubusercontent.com/pukoframework/pukoframework.github.io/refs/heads/gh-pages/AGENTS.md` before writing any code. <!-- END:puko-agent-rules -->",
"publisher": "Velliz",
"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 `https://raw.githubusercontent.com/pukoframework/pukoframework.github.io/refs/heads/gh-pages/AGENTS.md` before writing any code. <!-- END:puko-agent-rules -->"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/Velliz/puko",
"path": "AGENTS.md",
"ref": "3e8ed4fd3be4da55bf158de8597b1813b9ae6955",
"url": "https://github.com/Velliz/puko/blob/3e8ed4fd3be4da55bf158de8597b1813b9ae6955/AGENTS.md",
"key": "Velliz/puko/AGENTS.md"
}
},
"instructions": "<!-- BEGIN:puko-agent-rules -->\n# This is NOT the PHP Framework 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 `https://raw.githubusercontent.com/pukoframework/pukoframework.github.io/refs/heads/gh-pages/AGENTS.md` before writing any code.\n<!-- END:puko-agent-rules -->",
"cost": {
"context_tokens": 93
}
}
Fetch it by URL: GET /api/v1/registry/velliz-puko-puko/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.