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-skillsScans a codebase for architectural friction, presents candidates as a visual HTML report with before/after diagrams, and guides you through deepening refactors.