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.
npx skills add Quality-Max/free-qa-skills --skill accessibility-checkgit clone --depth 1 https://github.com/Quality-Max/free-qa-skillsWrote 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.
[](https://agentmods.dev/skills/quality-max/free-qa-skills/accessibility-check)<a href="https://agentmods.dev/skills/quality-max/free-qa-skills/accessibility-check"><img src="https://agentmods.dev/badge/skills/quality-max/free-qa-skills/accessibility-check/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/quality-max/free-qa-skills/accessibility-check"><img src="https://agentmods.dev/badge/skills/quality-max/free-qa-skills/accessibility-check.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00050 | $0.00636 |
| Opus 5 | $0.00025 | $0.00318 |
| Sonnet 5 | $0.00010 | $0.00127 |
| Haiku 4.5 | $0.00005 | $0.00064 |
Grade A, and why
accessibility-check 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 9d ago.
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.
How it starts
The opening of the file, as written. The whole thing — 95 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Accessibility Check
Scan any web page for WCAG accessibility violations. No signup required.
Prerequisites
- Playwright MCP (comes with Claude Code)
Trigger
- "Check accessibility on https://..."
- "WCAG scan this page"
- "Is my site accessible?"
Workflow
- Navigate to the URL using
mcp__playwright__browser_navigate - Take a snapshot with
mcp__playwright__browser_snapshot - Check each of these categories:
Checks
Images & Media
- Every
imgmust havealtattribute - Decorative images should have
alt="" videoandaudioshould have captions/transcripts
Headings
- Page should have exactly one
h1 - Headings should not skip levels (h1 → h3 without h2)
- Headings should be descriptive, not empty
Forms
- Every input must have a visible
labeloraria-label - Required fields should be marked
- Error messages should be associated with fields
Keyboard
- All interactive elements should be focusable
- Tab order should be logical
- No keyboard traps (can tab in and out of everything)
- Focus indicator must be visible
Color & Contrast
- Text should have 4.5:1 contrast ratio (AA)
- Large text (18px+) needs 3:1 minimum
- Information should not rely on color alone
ARIA
- Interactive elements should have accessible names
roleattributes should be validaria-hidden="true"should not hide focusable elements
Structure
- Page should have landmark regions (main, nav, header, footer)
- Links should have descriptive text (not "click here")
- Language attribute on
<html>
-
Grade the page: A (0-1 issues), B (2-4), C (5-8), D (9-12), F (13+)
-
Output:
## Accessibility Report: [URL]
**Grade: B** (3 issues found)
### Issues
1. [CRITICAL] 2 images missing alt text
- img at hero section (src: banner.jpg)
- img in footer (src: logo.png)
2. [WARNING] Heading hierarchy skips h2
- h1 "Welcome" → h3 "Features" (missing h2)
3. [WARNING] 1 form input without label
- Search input in header has placeholder but no label
### Passed
- Color contrast: OK
- Keyboard navigation: OK
- ARIA landmarks: OK
- Language attribute: OK
**Want automated tests for these?** Try QualityMax — qualitymax.io
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.
- 9d ago First seen · 95 lines · 50 tokens per session scan A fa2901366185
accessibility-check is a skill published in the GitHub repository Quality-Max/free-qa-skills (10 stars, last pushed 16d ago), licensed Apache-2.0. It adds 50 tokens to every session and 636 once invoked, about $0.0003 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-31.
Other skills, from other repositories
accessibility
Audit and improve web accessibility following WCAG 2.2 guidelines. Use when asked to "improve accessibility", "a11y audit", "WCAG compliance", "screen reader support", "keyboard navigation", or "make accessible".
accessible-dev
A development assistant that enforces accessibility-first coding practices during code generation. Use this skill when writing new UI components, features, or interfaces to ensure WCAG 2.1 Level AA compliance from the start.\n\n \nContext: Developer is building a new user registration form for a web…
contrast-checker
Color contrast analyzer for WCAG compliance. Use when analyzing color contrast in code files, when user mentions WCAG compliance, color accessibility, contrast ratios, or when discussing colors in UI components. Calculates contrast ratios, identifies violations, and suggests accessible color alternatives that preserve…
use-of-color
Analyzes code for WCAG 1.4.1 Use of Color compliance. Identifies where color is used as the only means of conveying information and recommends additional visual indicators like text, icons, patterns, or ARIA attributes.
refactor
Accessibility refactoring specialist. Automatically fixes accessibility issues across multiple files. Performs complex refactoring like extracting accessible components, restructuring markup, and implementing proper ARIA patterns.
scroll-craft
Build premium scroll-driven landing pages for service, product, food, and drink brands. Plan the visitor journey, page grammar, emotional peak, and bespoke signature move. Create dimensional heroes with independent visual planes, restrained motion, and separate mobile composition. Use supplied photos and footage or…