Web Accessibility Audit
Helps with web development, auditing as part of building frontend UIs and user experiences workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add web-accessibility-audit npx -- -y @trustedskills/web-accessibility-audit
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"web-accessibility-audit": {
"command": "npx",
"args": [
"-y",
"@trustedskills/web-accessibility-audit"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill performs automated accessibility audits on webpages. It identifies potential issues based on WCAG (Web Content Accessibility Guidelines) and provides a report detailing these findings. The audit includes checks for common problems like missing alternative text, insufficient color contrast, and improper heading structure.
When to use it
- Evaluating new website designs: Quickly assess the accessibility of mockups or prototypes before development begins.
- Checking existing web pages: Identify and prioritize accessibility fixes on live websites.
- Ensuring compliance with accessibility standards: Verify adherence to WCAG guidelines for legal or regulatory requirements.
- Improving user experience for all visitors: Enhance website usability for users with disabilities.
Key capabilities
- WCAG compliance checks
- Automated issue identification
- Report generation detailing accessibility issues
Example prompts
- "Audit the accessibility of this webpage: [URL]"
- "Check this site for WCAG violations: [URL]"
- "Generate an accessibility report for [URL] and highlight areas needing improvement."
Tips & gotchas
While this skill provides automated checks, manual review by a human accessibility expert is still recommended for comprehensive evaluation. The results should be considered as indicators requiring further investigation, not definitive proof of accessibility.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.