web-accessibility-audit

web-accessibility-audit is a skill for Claude Code, Codex from warpdotdev/oz-skills. It costs 32 tokens per session (3,371 once invoked), scanned A, original, MIT.

A checklist and review method for testing websites against WCAG, the international guidelines for making web content accessible to people with disabilities. It covers whether content can be perceived, operated, understood, and used with assistive technology.

In plain words
What is it for?
Use it to audit web pages for accessibility issues involving sight, hearing, movement, or understanding. It helps check WCAG 2.0, 2.1, and 2.2 requirements and plan remediation.
Why use it?
It helps identify barriers such as poor colour contrast, missing keyboard support, or content that screen readers cannot interpret. It connects common problems to practical fixes and WCAG conformance levels.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/warpdotdev/oz-skills/web-accessibility-audit
Any agent
npx skills add warpdotdev/oz-skills --skill web-accessibility-audit
Clone the repo
git clone --depth 1 https://github.com/warpdotdev/oz-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for web-accessibility-audit

README.md
[![agentmods](https://agentmods.dev/badge/skills/warpdotdev/oz-skills/web-accessibility-audit.svg)](https://agentmods.dev/skills/warpdotdev/oz-skills/web-accessibility-audit)
Your own site
<a href="https://agentmods.dev/skills/warpdotdev/oz-skills/web-accessibility-audit"><img src="https://agentmods.dev/badge/skills/warpdotdev/oz-skills/web-accessibility-audit.svg" alt="Measured on agentmods" height="20"></a>
Per session 32 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,371 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00032 $0.03371
Opus 5 $0.00016 $0.01685
Sonnet 5 $0.00006 $0.00674
Haiku 4.5 $0.00003 $0.00337

Measured 5d ago against content hash 9a95e62e3ac3, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

web-accessibility-audit scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/run-eslint.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.agents/skills/web-accessibility-audit/SKILL.md · 496 lines

How it starts

The opening of the file, as written. The whole thing — 496 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Accessibility Auditor

Audit web applications for WCAG 2.0/2.1/2.2 compliance by identifying common violations and providing actionable remediation steps.

When to Use

  • User requests accessibility audit, a11y check, or WCAG compliance review
  • User mentions accessibility issues, screen readers, or keyboard navigation problems
  • User asks to check or improve accessibility for people with disabilities

WCAG Principles: POUR

Principle Description
Perceivable Content can be perceived through different senses
Operable Interface can be operated by all users
Understandable Content and interface are understandable
Robust Content works with assistive technologies

Conformance Levels

Level Requirement Target
A Minimum accessibility Must pass
AA Standard compliance Should pass (legal requirement in many jurisdictions)
AAA Enhanced accessibility Nice to have

12 Most Common WCAG Violations

Based on WebAIM Million (2021) research analyzing top 1M websites:

  1. Low Color Contrast (WCAG 1.4.3) - 86.4% of sites

    • Text < 4.5:1 contrast ratio
    • Large text < 3:1 contrast ratio
    • UI components < 3:1
  2. Missing/Inadequate Alt Text (WCAG 1.1.1) - 60.6% of sites

    • Images without alt attribute
    • Alt text with "image", "picture", "photo"
    • Empty alt on meaningful images
  3. Missing Name, Role, or Value (WCAG 4.1.2)

    • Interactive elements without accessible names
    • Custom components without proper ARIA
    • Buttons, form fields, custom widgets
  4. Keyboard Navigation Failures (WCAG 2.1.1)

    • Elements with onClick but not keyboard accessible
    • Missing focus indicators
    • Trapped keyboard focus
  5. Unlabeled Form Controls (WCAG 1.3.1, 3.3.2) - 39.6% of sites

    • Inputs without <label> or aria-label
    • Labels not programmatically associated
  6. Missing Language Attributes (WCAG 3.1.1) - 28.9% of sites

    • No lang attribute on <html>
    • Missing lang for foreign language passages

Read the full file on GitHub · 496 lines

Files

What ships with it

5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 496 lines · 32 tokens per session scan A 9a95e62e3ac3

Subscribe to this mod's changes

web-accessibility-audit is a skill published in the GitHub repository warpdotdev/oz-skills (823 stars, last pushed 20d ago), licensed MIT. It adds 32 tokens to every session and 3,371 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

Accessibility Auditor

Comprehensive WCAG 2.1 AA compliance testing combining automated axe-core scans with manual keyboard navigation, screen reader compatibility, and focus management verification.

PramodDutta/qaskills · 32 tokens

accessibility

Accessibility patterns for WCAG 2.2 compliance, keyboard focus management, React Aria component patterns, cognitive inclusion, native HTML-first philosophy, and user preference honoring. Use when implementing screen reader support, keyboard navigation, ARIA patterns, focus traps, accessible component libraries…

yonatangross/orchestkit · 65 tokens

Accessibility A11y Enhanced

Comprehensive WCAG compliance and accessibility testing covering ARIA, keyboard navigation, screen readers, color contrast, and automated a11y validation.

PramodDutta/qaskills · 34 tokens

Axe-core Accessibility Testing

Accessibility testing skill using axe-core and Playwright for automated WCAG 2.1 compliance auditing, custom rules, and accessibility reporting.

PramodDutta/qaskills · 33 tokens

accessibility

Use when making a web UI conform to WCAG 2.2 Level AA — axe-core or Lighthouse a11y violations, keyboard operability, focus management, ARIA roles/names/live regions, contrast, tap-target size. NOT palette or visual intent (that is design), NOT test-runner setup (that is testing-web), NOT LCP/page-speed (that is…

ericrisco/rsc-harness · 86 tokens

accessibility-expert

Build interfaces usable by everyone: WCAG 2.2 conformance, semantic HTML, ARIA, keyboard navigation, screen readers and accessible forms. Use when the user mentions accessibility, a11y, WCAG, ARIA, screen readers, keyboard navigation, colour contrast, focus management, the European Accessibility Act or Section 508, or…

personamanagmentlayer/pcl · 98 tokens