From sundial-org-awesome-openclaw-skills-4
Scans HTML and JSX files for WCAG accessibility issues (missing alt text, color contrast, focus management) and generates AI-powered code fixes. Use on single files or entire directories before launch or in CI/CD.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sundial-org-awesome-openclaw-skills-4:a11y-checkerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Scan your HTML and JSX files for WCAG accessibility issues. Get actual code fixes, not just warnings.
Scan your HTML and JSX files for WCAG accessibility issues. Get actual code fixes, not just warnings.
One command. Real fixes. Not just complaints.
npx ai-a11y ./src/components/Header.tsx
# Scan a single component
npx ai-a11y ./src/components/Button.tsx
# Scan all components
npx ai-a11y ./src/components/
# Scan with verbose output
npx ai-a11y ./src --verbose
This is one of 110+ free developer tools built by LXGIC Studios. No paywalls, no sign-ups.
Find more: https://github.com/LXGIC-Studios
Node.js 18+. Needs OPENAI_API_KEY environment variable.
MIT. Free forever.
Built by LXGIC Studios
npx claudepluginhub sundial-org/awesome-openclaw-skillsAudits accessibility compliance by scanning frontend code (JSX, TSX, HTML, Vue) for WCAG violations. Detects framework, runs static analysis, optionally uses axe-core CLI, and reports issues grouped by severity with file:line references and fixes.
Audits and fixes WCAG 2.2 accessibility issues with report (sweep and prioritize, no edits) and fix (audit-edit-verify loop) modes. Prefers live CDP, falls back to browser MCP or HTML string audit.