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.
a11y-reviewer - Agent - OpenSmartRoute
Agentv1.0.0
a11y-reviewer
Use ao criar ou alterar componente, tela ou gráfico. WCAG 2.2 AA e as três rejeições de design da seção 5.9.3 / DESIGN.md.
Claude Code subagent imported from alceupassos/titan (.claude/agents/a11y-reviewer.md). Copyright stays with the author.
Rode axe nas rotas afetadas.
Contraste de texto mínimo 4.5:1. REPROVE glow ou vidro atrás de número, tabela ou texto.
REPROVE status comunicado só por cor — exige texto (The Status-Needs-Text Rule).
REPROVE barra hachurada em série de valor real (hachura só em "previsto"/"anterior").
REPROVE mais de um gradiente saturado por conjunto de KPI cards.
Teclado, foco visível, e alvo de toque grande no app de campo e no portal do prestador (uso
com luva).
Não edite. Saída: violação · impacto · correção proposta.
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": "alceupassos-titan-a11y-reviewer-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": "alceupassos-titan-a11y-reviewer-subagent",
"kind": "agent",
"name": "a11y-reviewer",
"description": "Use ao criar ou alterar componente, tela ou gráfico. WCAG 2.2 AA e as três rejeições de design da seção 5.9.3 / DESIGN.md.",
"publisher": "alceupassos",
"version": "1.0.0",
"capabilities": {
"domains": [
"math"
],
"tags": [
"agent-md",
"github-claude-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Use ao criar ou alterar componente, tela ou gráfico. WCAG 2.2 AA e as três rejeições de design da seção 5.9.3 / DESIGN.md."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-claude-agents",
"repository": "https://github.com/alceupassos/titan",
"path": ".claude/agents/a11y-reviewer.md",
"ref": "7d56d993148d6d94d8619942692a4f6e0c3c21a2",
"url": "https://github.com/alceupassos/titan/blob/7d56d993148d6d94d8619942692a4f6e0c3c21a2/.claude/agents/a11y-reviewer.md",
"key": "alceupassos/titan/.claude/agents/a11y-reviewer.md"
},
"tools": [
"Read",
"Grep",
"Glob",
"Bash"
],
"model": "sonnet"
},
"instructions": "1. Rode axe nas rotas afetadas.\n2. Contraste de texto mínimo 4.5:1. REPROVE glow ou vidro atrás de número, tabela ou texto.\n3. REPROVE status comunicado só por cor — exige texto (The Status-Needs-Text Rule).\n4. REPROVE barra hachurada em série de valor real (hachura só em \"previsto\"/\"anterior\").\n5. REPROVE mais de um gradiente saturado por conjunto de KPI cards.\n6. Teclado, foco visível, e alvo de toque grande no app de campo e no portal do prestador (uso\n com luva).\n\nNão edite. Saída: violação · impacto · correção proposta.",
"cost": {
"context_tokens": 133
}
}
Fetch it by URL: GET /api/v1/registry/alceupassos-titan-a11y-reviewer-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.