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
Optional **subagent role definitions** (same format as `.claw/agents/`). Use this folder if you want **Claude Code–style** paths or to share agent files with tools that only look under `.claude/`.
Claude Code subagent imported from deepelementlab/clawcode (.claude/agents/README.md). Copyright stays with the author.
.claude/agents/
Optional subagent role definitions (same format as .claw/agents/). Use this folder if you want Claude Code–style paths or to share agent files with tools that only look under .claude/.
Precedence
For the same name, project order is .claw/agents/ → .clawcode/agents/ → .claude/agents/ (last wins). User definitions in ~/.claude/agents/ participate in the merge as documented in agents/loader.py.
This directory may be empty in a repository until you add custom *.md files.
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/deepelementlab-clawcode-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": "deepelementlab-clawcode-readme-subagent",
"kind": "agent",
"name": "README",
"description": "Optional **subagent role definitions** (same format as `.claw/agents/`). Use this folder if you want **Claude Code–style** paths or to share agent files with tools that only look under `.claude/`.",
"publisher": "deepelementlab",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"agent-md",
"github-claude-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Optional **subagent role definitions** (same format as `.claw/agents/`). Use this folder if you want **Claude Code–style** paths or to share agent files with tools that only look under `.claude/`."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-claude-agents",
"repository": "https://github.com/deepelementlab/clawcode",
"path": ".claude/agents/README.md",
"ref": "e07ea426064331e3d6d9fc4f97e431299e7dd9f7",
"url": "https://github.com/deepelementlab/clawcode/blob/e07ea426064331e3d6d9fc4f97e431299e7dd9f7/.claude/agents/README.md",
"key": "deepelementlab/clawcode/.claude/agents/README.md"
}
},
"instructions": "# `.claude/agents/`\n\nOptional **subagent role definitions** (same format as `.claw/agents/`). Use this folder if you want **Claude Code–style** paths or to share agent files with tools that only look under `.claude/`.\n\n## Precedence\n\nFor the same `name`, project order is **`.claw/agents/`** → **`.clawcode/agents/`** → **`.claude/agents/`** (last wins). User definitions in **`~/.claude/agents/`** participate in the merge as documented in `agents/loader.py`.\n\nThis directory may be **empty** in a repository until you add custom `*.md` files.",
"cost": {
"context_tokens": 136
}
}
Fetch it by URL: GET /api/v1/registry/deepelementlab-clawcode-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.