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.
accessibility - Skill - OpenSmartRoute
Skillv1.0.0
accessibility
Use when building or changing UI: forms, navigation, interactive components.
Imported from Jairogelpi/demo_stemdo (.agent/skills/accessibility/SKILL.md). Install upstream with npx skills add Jairogelpi/demo_stemdo --skill accessibility. Copyright stays with the author.
Accessibility Skill
Purpose
Use when building or changing UI: forms, navigation, interactive components.
Rules
Every input has an associated label. Every image has meaningful alt text, or empty alt if decorative.
Everything clickable is reachable and operable by keyboard, with a visible focus state.
Use semantic HTML before ARIA. ARIA is a patch, not a default.
Text contrast at least 4.5:1, or 3:1 for large text.
Never convey information by color alone.
Done when
Keyboard-only pass completes the flow, labels present, contrast checked.
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 - a plan picks it for its slot
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}'
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
jairogelpi-demo-stemdo-accessibility.ocm.jsonjson
{
"ocm": "1",
"id": "jairogelpi-demo-stemdo-accessibility",
"kind": "skill",
"name": "accessibility",
"description": "Use when building or changing UI: forms, navigation, interactive components.",
"publisher": "Jairogelpi",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Use when building or changing UI: forms, navigation, interactive components."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/Jairogelpi/demo_stemdo",
"path": ".agent/skills/accessibility/SKILL.md",
"ref": "6d02d0ecc1a1c1781b547c99069c97cc38ddb2ac",
"url": "https://github.com/Jairogelpi/demo_stemdo/blob/6d02d0ecc1a1c1781b547c99069c97cc38ddb2ac/.agent/skills/accessibility/SKILL.md",
"key": "Jairogelpi/demo_stemdo/.agent/skills/accessibility/SKILL.md"
}
},
"instructions": "# Accessibility Skill\n\n## Purpose\n\nUse when building or changing UI: forms, navigation, interactive components.\n\n## Rules\n\nEvery input has an associated label. Every image has meaningful alt text, or empty alt if decorative.\n\nEverything clickable is reachable and operable by keyboard, with a visible focus state.\n\nUse semantic HTML before ARIA. ARIA is a patch, not a default.\n\nText contrast at least 4.5:1, or 3:1 for large text.\n\nNever convey information by color alone.\n\n## Done when\n\nKeyboard-only pass completes the flow, labels present, contrast checked.",
"cost": {
"context_tokens": 140
}
}
Fetch it by URL: GET /api/v1/registry/jairogelpi-demo-stemdo-accessibility/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.