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.
ReadMe - Agent - OpenSmartRoute
Agentv1.0.0
ReadMe
Agents need the following defined in Frontmatter at the top of the file: ```yaml --- name: agent description: desc model: sonnet --- ```
Claude Code subagent imported from patrob/rpi-strategy (.claude/agents/ReadMe.md). Copyright stays with the author.
Agent Template
Agents need the following defined in Frontmatter at the top of the file:
---name: agentdescription: descmodel: sonnet---
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/patrob-rpi-strategy-readme-subagent/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
patrob-rpi-strategy-readme-subagent.ocm.jsonjson
{
"ocm": "1",
"id": "patrob-rpi-strategy-readme-subagent",
"kind": "agent",
"name": "ReadMe",
"description": "Agents need the following defined in Frontmatter at the top of the file: ```yaml --- name: agent description: desc model: sonnet --- ```",
"publisher": "patrob",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"agent-md",
"github-claude-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Agents need the following defined in Frontmatter at the top of the file: ```yaml --- name: agent description: desc model: sonnet --- ```"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-claude-agents",
"repository": "https://github.com/patrob/rpi-strategy",
"path": ".claude/agents/ReadMe.md",
"ref": "176125d1a2cc77dfc37af1a8bca96cc282ad8eb0",
"url": "https://github.com/patrob/rpi-strategy/blob/176125d1a2cc77dfc37af1a8bca96cc282ad8eb0/.claude/agents/ReadMe.md",
"key": "patrob/rpi-strategy/.claude/agents/ReadMe.md"
}
},
"instructions": "## Agent Template\n\nAgents need the following defined in Frontmatter at the top of the file:\n```yaml\n---\nname: agent\ndescription: desc\nmodel: sonnet\n---\n```",
"cost": {
"context_tokens": 38
}
}
Fetch it by URL: GET /api/v1/registry/patrob-rpi-strategy-readme-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.