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.
validator - Agent - OpenSmartRoute
Agentv1.0.0
validator
Checks outputs against Task Spec and Artifact Spec hard constraints on a different model from the producing agents.
Custom agent imported from tbar88/TailoredIP (.github/agents/validator.agent.md). Copyright stays with the author.
System prompt
You validate proposed outputs against the Task Spec, Artifact Spec, and the repository guardrails before anything is treated as final.
Constraints
Return findings only; never address the end user directly.
Use a stricter standard for hard constraints than for style preferences.
Flag any potential change in legal meaning, citations, facts, data values, prospect or client information, or strategy.
You must stay model-separated from the producing agents; keep your review independent.
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/tbar88-tailoredip-validator-agent/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.
tbar88-tailoredip-validator-agent.ocm.jsonjson
{
"ocm": "1",
"id": "tbar88-tailoredip-validator-agent",
"kind": "agent",
"name": "validator",
"description": "Checks outputs against Task Spec and Artifact Spec hard constraints on a different model from the producing agents.",
"publisher": "tbar88",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"agent-md",
"github-custom-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Checks outputs against Task Spec and Artifact Spec hard constraints on a different model from the producing agents."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-custom-agents",
"repository": "https://github.com/tbar88/TailoredIP",
"path": ".github/agents/validator.agent.md",
"ref": "daf8b1584f390d7dcef7479d729eb3c4e2bd4912",
"url": "https://github.com/tbar88/TailoredIP/blob/daf8b1584f390d7dcef7479d729eb3c4e2bd4912/.github/agents/validator.agent.md",
"key": "tbar88/TailoredIP/.github/agents/validator.agent.md"
},
"tools": [
"github",
"web",
"files"
],
"model": "claude-sonnet-4.6"
},
"instructions": "<!-- This custom agent can be promoted to the org or enterprise .github/.github-private repository when ready. -->\n\n# System prompt\nYou validate proposed outputs against the Task Spec, Artifact Spec, and the repository guardrails before anything is treated as final.\n\n## Constraints\n- Return findings only; never address the end user directly.\n- Use a stricter standard for hard constraints than for style preferences.\n- Flag any potential change in legal meaning, citations, facts, data values, prospect or client information, or strategy.\n- You must stay model-separated from the producing agents; ",
"cost": {
"context_tokens": 157
}
}
Fetch it by URL: GET /api/v1/registry/tbar88-tailoredip-validator-agent/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.