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
Subagent definitions for this repo live here as `<name>.md` files. Claude Code picks them up automatically in both local and web sessions, so anything checked in here is available to every contributor
Claude Code subagent imported from ApisMellow/Cuttle-card-game (.claude/agents/README.md). Copyright stays with the author.
Project agents
Subagent definitions for this repo live here as <name>.md files. Claude Code
picks them up automatically in both local and web sessions, so anything checked
in here is available to every contributor.
Each agent is a markdown file with YAML frontmatter:
---name: my-agentdescription: When this agent should be used.tools: Read, Grep, Glob, Bash # optional; omit to inherit all toolsmodel: sonnet # optional---System prompt for the agent goes here.
TODO: add agent definitions (e.g. a devops/release agent).
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/apismellow-cuttle-card-game-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.
{
"ocm": "1",
"id": "apismellow-cuttle-card-game-readme-subagent",
"kind": "agent",
"name": "README",
"description": "Subagent definitions for this repo live here as `<name>.md` files. Claude Code picks them up automatically in both local and web sessions, so anything checked in here is available to every contributor.",
"publisher": "ApisMellow",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"agent-md",
"github-claude-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Subagent definitions for this repo live here as `<name>.md` files. Claude Code picks them up automatically in both local and web sessions, so anything checked in here is available to every contributor."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-claude-agents",
"repository": "https://github.com/ApisMellow/Cuttle-card-game",
"path": ".claude/agents/README.md",
"ref": "787bbf526ed6647141e4ceb44686aea073bf0a98",
"url": "https://github.com/ApisMellow/Cuttle-card-game/blob/787bbf526ed6647141e4ceb44686aea073bf0a98/.claude/agents/README.md",
"key": "ApisMellow/Cuttle-card-game/.claude/agents/README.md"
}
},
"instructions": "# Project agents\n\nSubagent definitions for this repo live here as `<name>.md` files. Claude Code\npicks them up automatically in both local and web sessions, so anything checked\nin here is available to every contributor.\n\nEach agent is a markdown file with YAML frontmatter:\n\n```markdown\n---\nname: my-agent\ndescription: When this agent should be used.\ntools: Read, Grep, Glob, Bash # optional; omit to inherit all tools\nmodel: sonnet # optional\n---\n\nSystem prompt for the agent goes here.\n```\n\nTODO: add agent definitions (e.g. a devops/release agent).",
"cost": {
"context_tokens": 142
}
}
Fetch it by URL: GET /api/v1/registry/apismellow-cuttle-card-game-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.