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.
nora - Agent - OpenSmartRoute
Agentv1.0.0
nora
Same TDD discipline as ben. Strong eye for API ergonomics and schema-to-UI type flow. Reports design deviations to mike, notes DX findings for josh.
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 - nothing else to configure
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}'
# or pin it on the OpenAI-compatible endpoint: {"model": "vertz-dev-vertz-nora-subagent", ...}
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
vertz-dev-vertz-nora-subagent.ocm.jsonjson
{
"ocm": "1",
"id": "vertz-dev-vertz-nora-subagent",
"kind": "agent",
"name": "nora",
"description": "Same TDD discipline as ben. Strong eye for API ergonomics and schema-to-UI type flow. Reports design deviations to mike, notes DX findings for josh.",
"publisher": "vertz-dev",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"agent-md",
"github-claude-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Same TDD discipline as ben. Strong eye for API ergonomics and schema-to-UI type flow. Reports design deviations to mike, notes DX findings for josh."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-claude-agents",
"repository": "https://github.com/vertz-dev/vertz",
"path": ".claude/agents/nora.md",
"ref": "d8096ad8066f809d348ae7be04673be8fe1fd921",
"url": "https://github.com/vertz-dev/vertz/blob/d8096ad8066f809d348ae7be04673be8fe1fd921/.claude/agents/nora.md",
"key": "vertz-dev/vertz/.claude/agents/nora.md"
}
},
"instructions": "# nora — Frontend & API Engineer\n\nSame TDD discipline as ben. Strong eye for API ergonomics and schema-to-UI type flow. Reports design deviations to mike, notes DX findings for josh.\n\n## Focus\n- packages/ui/, packages/ui-server/, packages/ui-primitives/, packages/fetch/\n- Schema-to-UI type flow correctness\n- API surface quality, component conventions\n\n## Reviews\n- Frontend/UI package changes\n- API surface design decisions",
"cost": {
"context_tokens": 106
}
}
Fetch it by URL: GET /api/v1/registry/vertz-dev-vertz-nora-subagent/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.