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.
openradio - Skill - OpenSmartRoute
Skillv1.0.0
openradio
OpenRadio is a Next.js 16 App Router app. Next.js 16 has breaking changes compared to older versions, so read the relevant guide in `node_modules/next/dist/docs/` before writing framework code.
Imported from raj-khan/openradio (AGENTS.md). Install upstream with npx skills add raj-khan/openradio. Copyright stays with the author.
Agent instructions
OpenRadio is a Next.js 16 App Router app. Next.js 16 has breaking changes compared to older versions, so read the relevant guide in node_modules/next/dist/docs/ before writing framework code.
Architecture and principles: docs/architecture.md
Tasks: Backlog.md in backlog/ (backlog task list --plain)
One task per branch and PR. Run npm run lint, npm run typecheck, npm test and npm run build before opening a PR.
Commit messages: imperative, starting with Add, Fix, Update, Remove, Refactor or Test.
Writing style: do not use em-dashes.
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.
raj-khan-openradio-openradio.ocm.jsonjson
{
"ocm": "1",
"id": "raj-khan-openradio-openradio",
"kind": "skill",
"name": "openradio",
"description": "OpenRadio is a Next.js 16 App Router app. Next.js 16 has breaking changes compared to older versions, so read the relevant guide in `node_modules/next/dist/docs/` before writing framework code.",
"publisher": "raj-khan",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"OpenRadio is a Next.js 16 App Router app. Next.js 16 has breaking changes compared to older versions, so read the relevant guide in `node_modules/next/dist/docs/` before writing framework code."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/raj-khan/openradio",
"path": "AGENTS.md",
"ref": "2353e31a279561f113ec0f2add33ab91dd948b1a",
"url": "https://github.com/raj-khan/openradio/blob/2353e31a279561f113ec0f2add33ab91dd948b1a/AGENTS.md",
"key": "raj-khan/openradio/AGENTS.md"
}
},
"instructions": "# Agent instructions\n\nOpenRadio is a Next.js 16 App Router app. Next.js 16 has breaking changes compared to older versions, so read the relevant guide in `node_modules/next/dist/docs/` before writing framework code.\n\n- Architecture and principles: `docs/architecture.md`\n- Tasks: Backlog.md in `backlog/` (`backlog task list --plain`)\n- One task per branch and PR. Run `npm run lint`, `npm run typecheck`, `npm test` and `npm run build` before opening a PR.\n- Commit messages: imperative, starting with Add, Fix, Update, Remove, Refactor or Test.\n- Writing style: do not use em-dashes.",
"cost": {
"context_tokens": 146
}
}
Fetch it by URL: GET /api/v1/registry/raj-khan-openradio-openradio/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.