Accessibility Auditor

🌐Community
by srstomp · vlatest · Repository

The Accessibility Auditor analyzes web content for WCAG compliance, ensuring websites are usable by everyone and reducing potential legal issues.

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 srstomp-accessibility-auditor npx -- -y @trustedskills/srstomp-accessibility-auditor
2

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

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

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

About This Skill

What it does

The srstomp-accessibility-auditor skill analyzes web pages to identify potential accessibility issues. It helps ensure that websites are usable by people with disabilities, adhering to WCAG guidelines. This includes identifying missing alternative text for images and insufficient color contrast.

When to use it

  • Website Development: Integrate into a development workflow to proactively catch accessibility errors before launch.
  • Content Creation: Audit content pages as they are created or updated to ensure compliance.
  • Accessibility Remediation: Identify specific areas of an existing website that need improvement for accessibility.
  • Compliance Checks: Verify adherence to accessibility standards like WCAG for legal or brand reputation purposes.

Key capabilities

  • Analyzes web page content
  • Identifies missing alternative text (alt text)
  • Evaluates color contrast ratios
  • Adheres to WCAG guidelines

Example prompts

  • "Audit the accessibility of this webpage: [URL]"
  • "Check for missing alt text on [URL]."
  • "What are the color contrast issues on [URL]?"

Tips & gotchas

The skill's effectiveness depends on providing a valid URL to analyze. It is not a replacement for comprehensive accessibility testing by human experts, but provides an initial automated assessment.

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
srstomp
Installs
5

🌐 Community

Passed automated security scans.