Accessibility Mobile

🌐Community
by ivantorresedge · vlatest · Repository

Ensures mobile web interfaces meet accessibility standards (WCAG) through automated checks and remediation suggestions.

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

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

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

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

About This Skill

What it does

This skill allows AI agents to assess and improve the accessibility of mobile web applications. It identifies common accessibility issues like insufficient color contrast, missing alternative text for images, and improper use of ARIA attributes. The agent can then suggest or automatically implement fixes based on WCAG guidelines.

When to use it

  • Auditing a new mobile app: Before launch, ensure the application is usable by people with disabilities.
  • Remediating existing mobile sites: Identify and fix accessibility issues in older applications that need updating.
  • Testing for compliance: Verify adherence to WCAG standards during development or quality assurance processes.
  • Improving user experience: Enhance usability for all users, not just those with disabilities.

Key capabilities

  • Color contrast analysis
  • Alternative text detection and suggestions
  • ARIA attribute validation
  • WCAG guideline compliance checks

Example prompts

  • "Analyze this mobile webpage [URL] for accessibility issues."
  • "Suggest improvements to the color contrast on this page: [HTML snippet]"
  • "Check if this image has appropriate alternative text: [Image URL/HTML]"

Tips & gotchas

The skill's effectiveness depends on accurate HTML and CSS provided as input. It may require manual review of suggested fixes, especially for complex layouts or custom components.

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
ivantorresedge
Installs
2

🌐 Community

Passed automated security scans.