A11y
/install a11y
A11y
Help ship interfaces that work for keyboard, screen readers, voice control, and low vision—without treating accessibility as a bolt-on checkbox.
What this skill is for
- Concrete fixes: focus traps, missing names/roles, heading order, label–control wiring, live regions, skip links.
- Design trade-offs: custom components vs native elements, motion reduction, contrast vs brand color.
- Verification: what to test in browser + AT, and what still needs human QA.
What to skip or defer
- Legal compliance certification (VPAT, formal audits)—suggest specialists when the user needs signed-off conformance.
- Visual design taste without an accessibility angle—unless it affects contrast, touch targets, or readability.
Workflow (adapt freely)
- Context — Who uses what (keyboard-only, VoiceOver, NVDA, zoom)? Which WCAG level (A/AA) is the target?
- Surface problems — Route critical paths; list failures (not vague “be more accessible”).
- Fix in order — Blockers first (can’t complete task), then serious (wrong info), then polish.
- Prove it — Tab order, focus visible, screen reader labels, automated checks where useful, manual pass on real flows.
Anti-patterns to call out
divbuttons without keyboard support; only running Lighthouse and declaring done.- Hiding focus rings “for aesthetics”; icon-only controls with no accessible name.
- Over-using
aria-*instead of using the right semantic element first.
Done when
- Critical paths are keyboard-operable and named for assistive tech; known gaps are documented with owners.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install a11y - After installation, invoke the skill by name or use
/a11y - Provide required inputs per the skill's parameter spec and get structured output
What is A11y?
Inclusive UI for real users—keyboard and focus, semantics for AT, contrast and motion, forms and errors. Use when fixing WCAG issues, auditing screens, or de... It is an AI Agent Skill for Claude Code / OpenClaw, with 191 downloads so far.
How do I install A11y?
Run "/install a11y" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is A11y free?
Yes, A11y is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does A11y support?
A11y is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created A11y?
It is built and maintained by codenova58 (@codenova58); the current version is v1.0.0.