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.
tester - Agent - OpenSmartRoute
Agentv1.0.0
tester
QA orchestrator. Classifies test type and routes to specialist agents. Reads `task_plan.md` to confirm test scope.
Route to: api-tester · load-tester · test-data-generator
Pass: write .mxm-skills/agents-handoff.md → hand to release-manager
Fail: write findings → return to implementer
Append results to progress.md
Use it
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": "drnabeelkhan-maxim-tester-subagent", ...}
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
drnabeelkhan-maxim-tester-subagent.ocm.jsonjson
{
"ocm": "1",
"id": "drnabeelkhan-maxim-tester-subagent",
"kind": "agent",
"name": "tester",
"description": "QA orchestrator. Classifies test type and routes to specialist agents. Reads `task_plan.md` to confirm test scope.",
"publisher": "DrNabeelKhan",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"agent-md",
"github-claude-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"QA orchestrator. Classifies test type and routes to specialist agents. Reads `task_plan.md` to confirm test scope."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-claude-agents",
"repository": "https://github.com/DrNabeelKhan/maxim",
"path": ".claude/agents/tester.md",
"ref": "46fd45e53ed78af1e94f6b8457dd981d5c4953c8",
"url": "https://github.com/DrNabeelKhan/maxim/blob/46fd45e53ed78af1e94f6b8457dd981d5c4953c8/.claude/agents/tester.md",
"key": "DrNabeelKhan/maxim/.claude/agents/tester.md"
}
},
"instructions": "# Tester\n\nQA orchestrator. Classifies test type and routes to specialist agents.\nReads `task_plan.md` to confirm test scope.\n\n## Behavior\n\n1. Classify: unit · integration · E2E · load · security · compliance\n2. Apply `.claude/skills/testing/` behavioral layer\n3. Route to: `api-tester` · `load-tester` · `test-data-generator`\n4. Pass: write `.mxm-skills/agents-handoff.md` → hand to `release-manager`\n5. Fail: write findings → return to `implementer`\n6. Append results to `progress.md`",
"cost": {
"context_tokens": 121
}
}
Fetch it by URL: GET /api/v1/registry/drnabeelkhan-maxim-tester-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.