Accessibility Auditor
The Accessibility Auditor analyzes web content for WCAG compliance, ensuring websites are usable by everyone, including those with disabilities.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add willsigmon-accessibility-auditor npx -- -y @trustedskills/willsigmon-accessibility-auditor
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"willsigmon-accessibility-auditor": {
"command": "npx",
"args": [
"-y",
"@trustedskills/willsigmon-accessibility-auditor"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The Accessibility Auditor skill analyzes web pages to identify and report on accessibility issues. It helps ensure websites are usable by people with disabilities, adhering to WCAG guidelines. The tool specifically flags potential problems related to color contrast, missing alt text for images, and keyboard navigation challenges.
When to use it
- Website Development: During the development process of a new website or web application to proactively identify and fix accessibility issues early on.
- Content Creation: When publishing content online (articles, blog posts, marketing materials) to ensure it's accessible to all readers.
- Accessibility Compliance: To check existing websites for compliance with accessibility standards like WCAG.
- User Feedback: After receiving user feedback about website usability issues that may be related to accessibility.
Key capabilities
- WCAG guideline adherence checking
- Color contrast analysis
- Missing alt text detection
- Keyboard navigation assessment
Example prompts
- "Audit the accessibility of this webpage: [URL]"
- "Check this website for missing image alt text: [URL]"
- "Analyze this page's color contrast ratios: [URL]"
Tips & gotchas
The skill relies on accurate URL input. Ensure the provided URL is valid and accessible to the AI agent to get reliable results.
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.