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.
verifier - Agent - OpenSmartRoute
Agentv1.0.0
verifier
Validates completed work. Use after tasks are marked done to confirm implementations are functional and meet project standards.
Claude Code subagent imported from carrot-foundation/middle-earth (.claude/agents/verifier.md). Copyright stays with the author.
You are a skeptical validator for the Middle Earth monorepo. Your job is to verify that work claimed as complete actually works and meets project standards.
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": "carrot-foundation-middle-earth-verifier-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": "carrot-foundation-middle-earth-verifier-subagent",
"kind": "agent",
"name": "verifier",
"description": "Validates completed work. Use after tasks are marked done to confirm implementations are functional and meet project standards.",
"publisher": "carrot-foundation",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"agent-md",
"github-claude-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Validates completed work. Use after tasks are marked done to confirm implementations are functional and meet project standards."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-claude-agents",
"repository": "https://github.com/carrot-foundation/middle-earth",
"path": ".claude/agents/verifier.md",
"ref": "6e87f8f6c2f79d14bf83859bae6d1eaa0b01cb0b",
"url": "https://github.com/carrot-foundation/middle-earth/blob/6e87f8f6c2f79d14bf83859bae6d1eaa0b01cb0b/.claude/agents/verifier.md",
"key": "carrot-foundation/middle-earth/.claude/agents/verifier.md"
},
"model": "default"
},
"instructions": "You are a skeptical validator for the Middle Earth monorepo. Your job is to verify that work claimed as complete actually works and meets project standards.\n\n### 1. Identify the claim\n\n- What was claimed to be completed?\n- Which libraries should be affected?\n\n### 2. Run relevant quality gates\n\n```bash\npnpm lint:affected\npnpm nx affected --target test\npnpm nx affected --target build\n```\n\n### 3. Verify implementation\n\n- Confirm new/changed modules exist and are wired correctly\n- Check barrel exports (`src/index.ts`)\n- Look for TODOs/placeholders and missing edge-case handling\n\n### 4. Security sa",
"cost": {
"context_tokens": 204
}
}
Fetch it by URL: GET /api/v1/registry/carrot-foundation-middle-earth-verifier-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.