ibm-a11y-automation

Installation
SKILL.md

Langflow Accessibility Scanner

Use this skill when asked to scan Langflow frontend pages for accessibility issues.

Scanner

Use the Python script:

uv run python scripts/a11y/a11y_scan.py \
  --url http://localhost:3000 \
  --routes-file scripts/a11y/a11y_routes.json \
  --route-group static \
  --out /tmp/langflow-a11y-report.json \
  --markdown /tmp/langflow-a11y-report.md \
  --html /tmp/langflow-a11y-report.html \
  --timeout-ms 45000
Installs
1
GitHub Stars
154.9K
First Seen
Jul 30, 2026
ibm-a11y-automation — langflow-ai/langflow