Accessibility Auditor
This Accessibility Auditor analyzes web content to identify potential barriers for users with disabilities, ensuring inclusive design and compliance.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add monkey1sai-accessibility-auditor npx -- -y @trustedskills/monkey1sai-accessibility-auditor
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"monkey1sai-accessibility-auditor": {
"command": "npx",
"args": [
"-y",
"@trustedskills/monkey1sai-accessibility-auditor"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The monkey1sai-accessibility-auditor skill analyzes web pages and identifies potential accessibility issues. It helps ensure that websites are usable by people with disabilities, adhering to WCAG guidelines. The tool provides a report detailing detected problems, enabling developers to improve the user experience for everyone.
When to use it
- Website Launch: Before releasing a new website or feature, audit its accessibility.
- Content Updates: After making significant changes to existing web content.
- Accessibility Remediation: To verify fixes after addressing previously identified issues.
- Compliance Checks: As part of an ongoing effort to maintain WCAG compliance.
Key capabilities
- Web page analysis
- Identification of accessibility issues
- WCAG guideline adherence checking
- Report generation
Example prompts
- "Audit the accessibility of
https://www.example.comand provide a report." - "Check this HTML snippet for accessibility errors:
<button>Click Me</button>" - “Analyze this webpage for missing alt text on images.”
Tips & gotchas
The skill's accuracy depends on the completeness of the provided web page content or HTML. For best results, provide full URLs or comprehensive code snippets.
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.