Website Accessibility Check
This tool swiftly audits websites for accessibility issues, ensuring inclusivity and compliance with standards like WCAG β vital for wider user reach.
Install on your platform
We auto-selected Claude Code based on this skillβs supported platforms.
Run in terminal (recommended)
claude mcp add website-accessibility-check npx -- -y @trustedskills/website-accessibility-check
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"website-accessibility-check": {
"command": "npx",
"args": [
"-y",
"@trustedskills/website-accessibility-check"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill checks a given URL for accessibility issues. It identifies potential problems that could hinder users with disabilities, such as missing alt text on images or insufficient color contrast. The tool aims to provide a basic assessment of web page accessibility based on common WCAG guidelines.
When to use it
- Content Creators: Quickly assess new website pages before publishing to ensure they meet basic accessibility standards.
- Web Developers: Integrate into development workflows to proactively identify and fix accessibility issues during the coding process.
- Auditors: Perform initial checks on existing websites as part of a larger accessibility audit.
- Researchers: Evaluate the accessibility of competitor websites or specific online resources.
Key capabilities
- URL input for website assessment
- Accessibility issue detection
- Basic WCAG guideline adherence check
Example prompts
- "Check the accessibility of
https://www.example.com." - "Can you run an accessibility test on this page:
https://trustedskills.sh?" - βAssess the website at
https://www.w3.org/WAI/standards-guidelines/wcag/for accessibility problems.β
Tips & gotchas
This skill provides a basic assessment and may not catch all accessibility issues. For comprehensive accessibility audits, it's recommended to use dedicated accessibility testing tools and consult with accessibility experts.
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.