Accessibility Tester

🌐Community
by 404kidwiz · vlatest · Repository

This Accessibility Tester identifies potential website issues for users with disabilities, ensuring inclusivity and broader reach.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add accessibility-tester npx -- -y @trustedskills/accessibility-tester
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "accessibility-tester": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/accessibility-tester"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill enables AI agents to systematically evaluate web interfaces for compliance with accessibility standards, identifying barriers that prevent users with disabilities from interacting effectively. It scans digital content to detect missing alt text, poor color contrast, and other common issues hindering inclusive access.

When to use it

  • Before launching a new website or updating existing pages to ensure WCAG compliance.
  • During QA testing cycles to catch accessibility bugs early in the development workflow.
  • When auditing third-party components or integrations for potential usability barriers.
  • To generate actionable reports for stakeholders regarding digital inclusion efforts.

Key capabilities

  • Detects missing or inadequate alternative text for images and media elements.
  • Identifies insufficient color contrast ratios between text and background colors.
  • Flags structural HTML issues that interfere with screen reader navigation.
  • Provides specific recommendations to resolve identified accessibility violations.

Example prompts

  • "Run an accessibility audit on our homepage and list all WCAG 2.1 Level A failures."
  • "Check the checkout flow for any barriers users with motor impairments might encounter."
  • "Generate a report highlighting missing alt text across all product images in the catalog."

Tips & gotchas

Ensure the AI agent has access to the live URL or HTML source code of the site being tested. While this skill identifies common technical issues, it cannot fully simulate complex cognitive disabilities or provide subjective feedback on user experience nuances.

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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
404kidwiz
Installs
80

🌐 Community

Passed automated security scans.