Wcag Audit Operable Keyboard
Evaluates webpage keyboard accessibility against WCAG success criteria, identifying operable elements and potential issues.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add wcag-audit-operable-keyboard npx -- -y @trustedskills/wcag-audit-operable-keyboard
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"wcag-audit-operable-keyboard": {
"command": "npx",
"args": [
"-y",
"@trustedskills/wcag-audit-operable-keyboard"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill performs a WCAG (Web Content Accessibility Guidelines) audit specifically focused on keyboard operability. It assesses whether all interactive elements of a webpage or application can be accessed and operated using only the keyboard, without requiring a mouse. The skill identifies potential accessibility issues for users who rely on keyboard navigation due to motor impairments or assistive technologies.
When to use it
- Website Accessibility Testing: Evaluate a website's compliance with WCAG guidelines regarding keyboard accessibility before launch.
- Application Usability Review: Ensure that web applications are usable by individuals who cannot use a mouse.
- Accessibility Remediation: Identify specific areas of a website or application needing improvement for keyboard navigation.
- Automated Accessibility Checks: Integrate into automated testing pipelines to continuously monitor keyboard accessibility.
Key capabilities
- Keyboard operability assessment
- WCAG compliance checking (specifically related to keyboard access)
- Identification of inaccessible interactive elements
- Reporting on potential accessibility issues
Example prompts
- "Audit the keyboard accessibility of [website URL]."
- "Check if all buttons and links on this page are operable by keyboard: [page content/HTML snippet]"
- "Perform a WCAG audit focusing solely on keyboard navigation for [application name]."
Tips & gotchas
This skill requires access to the webpage or application's HTML. The accuracy of the assessment depends on providing complete and accurate source code or URL.
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.