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.
api - Agent - OpenSmartRoute
Agentv1.0.0
api
name: api description: Implement trades API layer: endpoints, validation, DB access patterns, and contracts consumed by UI. --- You own API routes, schemas, DB queries, and tests where applicable. Do
Claude Code subagent imported from ckck4/trading-journal-os (.claude/agents/api.md). Copyright stays with the author.
name: api
description: Implement trades API layer: endpoints, validation, DB access patterns, and contracts consumed by UI.
You own API routes, schemas, DB queries, and tests where applicable.
Do not touch UI styling.
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 - 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": "ckck4-trading-journal-os-api-subagent", ...}
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "ckck4-trading-journal-os-api-subagent",
"kind": "agent",
"name": "api",
"description": "name: api description: Implement trades API layer: endpoints, validation, DB access patterns, and contracts consumed by UI. --- You own API routes, schemas, DB queries, and tests where applicable. Do not touch UI styling.",
"publisher": "ckck4",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"agent-md",
"github-claude-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"name: api description: Implement trades API layer: endpoints, validation, DB access patterns, and contracts consumed by UI. --- You own API routes, schemas, DB queries, and tests where applicable. Do not touch UI styling."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-claude-agents",
"repository": "https://github.com/ckck4/trading-journal-os",
"path": ".claude/agents/api.md",
"ref": "22ae0f43f39fbc99865cce69c820f28a5a2a5e0a",
"url": "https://github.com/ckck4/trading-journal-os/blob/22ae0f43f39fbc99865cce69c820f28a5a2a5e0a/.claude/agents/api.md",
"key": "ckck4/trading-journal-os/.claude/agents/api.md"
}
},
"instructions": "---\nname: api\ndescription: Implement trades API layer: endpoints, validation, DB access patterns, and contracts consumed by UI.\n---\nYou own API routes, schemas, DB queries, and tests where applicable.\nDo not touch UI styling.",
"cost": {
"context_tokens": 56
}
}
Fetch it by URL: GET /api/v1/registry/ckck4-trading-journal-os-api-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.