web accessibility website audit
by Rian O'Leary
Full WCAG 2.1 AA accessibility audits with JS rendering, professional client reports, and remediation roadmaps.
- Audit modern JS-heavy sites using Playwright for accurate DOM analysis.
- Generate white-label accessibility reports for agency clients.
- Identify legal liability risks under ADA Title III and the EAA.
$5
One-time purchase
Included in download
- Audit modern JS-heavy sites using Playwright for accurate DOM analysis.
- Generate white-label accessibility reports for agency clients.
- terminal, browser, network automation included
- Includes example output and usage patterns
See it in action
See screenshots below for best visual representation ⬇️⬇️
web accessibility website audit
by Rian O'Leary
Full WCAG 2.1 AA accessibility audits with JS rendering, professional client reports, and remediation roadmaps.
$5
One-time purchase
⚡ Also available via Agensi MCP — your AI agent can load this skill on demand via MCP. Learn more →
Included in download
- Audit modern JS-heavy sites using Playwright for accurate DOM analysis.
- Generate white-label accessibility reports for agency clients.
- terminal, browser, network automation included
- Includes example output and usage patterns
- Instant install
See it in action
See screenshots below for best visual representation ⬇️⬇️
Screenshots
About This Skill
Professional Accessibility Auditing for Consultants
Transform raw accessibility data into client-ready compliance reports. This skill automates the labor-intensive process of crawling websites and evaluating them against WCAG 2.1 AA standards. It solves the problem of inaccurate, "flat" audits by employing a specialized Python engine that supports full JavaScript rendering, ensuring modern SPAs and interactive elements are correctly captured.
What it does
- Intelligent Crawling: Samples site-wide pages (Home, Product, Category, Content) to identify systemic accessibility patterns.
- Deep Analysis: Checks 20+ specific WCAG criteria including ARIA roles, color contrast via computed styles, heading hierarchy, and form label associations.
- Dual-Output Reporting: Generates a polished, white-label PDF/Markdown report for stakeholders and a technical "Freelancer Notes" document for remediation.
- Legal Context: Automatically incorporates current ADA Title III and European Accessibility Act (EAA) litigation statistics to highlight business risk.
Why use this skill?
-
Standard LLM prompts often hallucinate accessibility issues because they can't effectively process rendered DOM trees or compute contrast ratios. This skill uses a Python-based audit engine as the "ground truth," while the AI provides the expert interpretation, severity categorization, and remediation code snippets that feel hand-coded by a senior accessibility engineer.
-
The skill cuts out the tedious manual site audit for consultants and produces a ready to go client report, helping accessibility consultants do a 2-3 day job in 5 minutes.
📖 Learn more: Best Frontend & Design Skills for Claude Code →
Use Cases
- Audit modern JS-heavy sites using Playwright for accurate DOM analysis.
- Generate white-label accessibility reports for agency clients.
- Identify legal liability risks under ADA Title III and the EAA.
- Provide developers with specific 'Before/After' fix snippets for WCAG violations.
- Prioritize remediation tasks based on severity and estimated effort.
Known Limitations
The skill uses playwright to render JS websites - can be slow. Large sites may take 5+ minutes from start to finished report. The skill checks and reports on roughly 50-60% of the WCAG 2.1 AA standards. The rest must be checked manually (i.e video captions, keyboard navigation etc) by the consultant.
How to Install
mkdir -p ~/.claude/skills && curl -sL https://www.agensi.io/api/install/web-accessibility-website-audit | tar xz -C ~/.claude/skills/Free skills install directly. Paid skills require purchase - use the download button above after buying.
Reviews
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
Early access skill
Be the first to review this skill.
Only users who have downloaded or purchased this skill can leave a review.
Security Scanned
Passed automated security review
Permissions
Allowed Hosts
File Scopes
Frequently Asked Questions
Learn More About AI Agent Skills
Similar Skills
code-reviewer
Reviews your code for bugs, security vulnerabilities, logic errors, performance issues, and style violations. Organizes findings by severity and suggests fixes with code examples.
git-commit-writer
Writes conventional commit messages by analyzing your staged git changes. Detects commit type, scope, and breaking changes automatically.
readme-generator
Generates a complete, polished README.md by scanning your actual project structure, dependencies, and code.
env-doctor
Diagnoses why your project will not start. Checks runtime versions, dependencies, environment variables, databases, ports, and build artifacts systematically.