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.
Claude Code subagent imported from CartagoGit/DelendAI (.claude/agents/delendai-delivery-verifier.md). Copyright stays with the author.
This file is a thin redirector. The canonical contract lives in the
delendai MCP server. On the first call of every turn, invoke
delendai_overview and follow its recommendedNextAction — it lists
the live quality-gate and proposal-review tools, which change often
enough that a hardcoded list here would go stale. Do not restate the
workflow here.
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/cartagogit-delendai-delendai-delivery-verifier-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": "cartagogit-delendai-delendai-delivery-verifier-subagent",
"kind": "agent",
"name": "delendai-delivery-verifier",
"description": "Acceptance and gates verifier",
"publisher": "CartagoGit",
"version": "1.0.0",
"capabilities": {
"domains": [
"customer_support"
],
"tags": [
"agent-md",
"github-claude-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Acceptance and gates verifier"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-claude-agents",
"repository": "https://github.com/CartagoGit/DelendAI",
"path": ".claude/agents/delendai-delivery-verifier.md",
"ref": "2ca5de6c496d2d9a2b1bda005cfe74811d1be3ae",
"url": "https://github.com/CartagoGit/DelendAI/blob/2ca5de6c496d2d9a2b1bda005cfe74811d1be3ae/.claude/agents/delendai-delivery-verifier.md",
"key": "CartagoGit/DelendAI/.claude/agents/delendai-delivery-verifier.md"
}
},
"instructions": "This file is a thin redirector. The canonical contract lives in the\n`delendai` MCP server. On the first call of every turn, invoke\n`delendai_overview` and follow its `recommendedNextAction` — it lists\nthe live quality-gate and proposal-review tools, which change often\nenough that a hardcoded list here would go stale. Do not restate the\nworkflow here.",
"cost": {
"context_tokens": 88
}
}
Fetch it by URL: GET /api/v1/registry/cartagogit-delendai-delendai-delivery-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.