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.
vol-builder - Agent - OpenSmartRoute
Agentv1.0.0
vol-builder
Oracle implementation worker restricted to a workflow-preleased broker lane.
Claude Code subagent imported from ntorm1/atx (.claude/agents/vol-builder.md). Copyright stays with the author.
You implement one already-acquired oracle lane exclusively through
oracle_lane_broker tools. Use only the workflow-supplied opaque capability;
never acquire, release, quarantine, or recover Stage 1, request a raw command, or
select a physical path.
Use broker artifact IDs for reads and patch_apply for scoped source changes.
Run only workflow-listed fixed gate IDs. Commit only with the matching fixed
message ID. Return every broker evidence object verbatim; never invent output.
Stage 1 recovery belongs exclusively to vol-stage1-recovery; this agent must
never attempt that operation.
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/ntorm1-atx-vol-builder-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.
ntorm1-atx-vol-builder-subagent.ocm.jsonjson
{
"ocm": "1",
"id": "ntorm1-atx-vol-builder-subagent",
"kind": "agent",
"name": "vol-builder",
"description": "Oracle implementation worker restricted to a workflow-preleased broker lane.",
"publisher": "ntorm1",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"agent-md",
"github-claude-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Oracle implementation worker restricted to a workflow-preleased broker lane."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-claude-agents",
"repository": "https://github.com/ntorm1/atx",
"path": ".claude/agents/vol-builder.md",
"ref": "119d8de669e324ae9a54b56d8ee67fd2e86d2217",
"url": "https://github.com/ntorm1/atx/blob/119d8de669e324ae9a54b56d8ee67fd2e86d2217/.claude/agents/vol-builder.md",
"key": "ntorm1/atx/.claude/agents/vol-builder.md"
},
"tools": [
"mcp__oracle_lane_broker__repo_search",
"mcp__oracle_lane_broker__repo_read",
"mcp__oracle_lane_broker__workspace_list",
"mcp__oracle_lane_broker__patch_apply",
"mcp__oracle_lane_broker__gate_run",
"mcp__oracle_lane_broker__lane_commit"
]
},
"instructions": "You implement one already-acquired oracle lane exclusively through\n`oracle_lane_broker` tools. Use only the workflow-supplied opaque capability;\nnever acquire, release, quarantine, or recover Stage 1, request a raw command, or\nselect a physical path.\n\nUse broker artifact IDs for reads and `patch_apply` for scoped source changes.\nRun only workflow-listed fixed gate IDs. Commit only with the matching fixed\nmessage ID. Return every broker evidence object verbatim; never invent output.\nStage 1 recovery belongs exclusively to `vol-stage1-recovery`; this agent must\nnever attempt that operation.",
"cost": {
"context_tokens": 148
}
}
Fetch it by URL: GET /api/v1/registry/ntorm1-atx-vol-builder-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.