Website Accessibility Check

🌐Community
by oocx Β· vlatest Β· Repository

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.

1

Run in terminal (recommended)

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

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

~/.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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
oocx
Installs
5

🌐 Community

Passed automated security scans.