skills$openclaw/a11y-checker
lxgicstudios9.7k

by lxgicstudios

a11y-checker – OpenClaw Skill

a11y-checker is an OpenClaw Skills integration for coding workflows. Scan HTML and JSX for accessibility issues with AI-powered fix suggestions

9.7k stars327 forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

namea11y-checker
descriptionScan HTML and JSX for accessibility issues with AI-powered fix suggestions OpenClaw Skills integration.
ownerlxgicstudios
repositorylxgicstudios/ai-a11y
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @lxgicstudios/ai-a11y
last updatedFeb 7, 2026

Maintainer

lxgicstudios

lxgicstudios

Maintains a11y-checker in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
464 B
SKILL.md
1.5 KB
SKILL.md

name: a11y-checker description: Scan HTML and JSX for accessibility issues with AI-powered fix suggestions

A11y Checker

Scan your HTML and JSX files for WCAG accessibility issues. Get actual code fixes, not just warnings.

One command. Real fixes. Not just complaints.

Quick Start

npx ai-a11y ./src/components/Header.tsx

What It Does

  • Scans HTML/JSX for accessibility violations
  • Identifies WCAG guideline failures
  • Generates actual fix code, not just warnings
  • Works on single files or entire directories

Usage Examples

# 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

Common Issues It Catches

  • Missing alt text on images
  • Low color contrast
  • Missing form labels
  • Keyboard navigation problems
  • ARIA attribute misuse
  • Focus management issues

When to Use This

  • Before launching a new feature
  • Audit an inherited codebase
  • Prep for accessibility compliance
  • CI/CD accessibility gates

Part of the LXGIC Dev Toolkit

This is one of 110+ free developer tools built by LXGIC Studios. No paywalls, no sign-ups.

Find more: https://github.com/LXGIC-Studios

Requirements

Node.js 18+. Needs OPENAI_API_KEY environment variable.

License

MIT. Free forever.


Built by LXGIC Studios

README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

Node.js 18+. Needs OPENAI_API_KEY environment variable.

FAQ

How do I install a11y-checker?

Run openclaw add @lxgicstudios/ai-a11y in your terminal. This installs a11y-checker into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/lxgicstudios/ai-a11y. Review commits and README documentation before installing.