Wcag Audit Operable Motion

🌐Community
by jkense · vlatest · Repository

Analyzes web content for WCAG compliance regarding operable motion, identifying potential seizure triggers and accessibility 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 wcag-audit-operable-motion npx -- -y @trustedskills/wcag-audit-operable-motion
2

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

~/.claude/settings.json
{
  "mcpServers": {
    "wcag-audit-operable-motion": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/wcag-audit-operable-motion"
      ]
    }
  }
}

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

About This Skill

What it does

This skill performs an accessibility audit specifically focused on the WCAG (Web Content Accessibility Guidelines) success criterion 2.2.2, "Pause, Stop, Hide". It assesses web pages for instances of automatically playing or moving content and determines if users can easily pause, stop, or hide these elements. The tool helps ensure compliance with guidelines designed to address photosensitive epilepsy and other motion sensitivities.

When to use it

  • Website Audits: Evaluate a website's adherence to WCAG 2.2.2 for accessibility.
  • Content Creation Review: Check newly created web content (videos, animations, carousels) before publishing.
  • Accessibility Remediation: Identify areas on an existing site that need adjustments to address motion-related accessibility concerns.
  • Pre-Release Testing: Integrate into a development workflow to proactively identify and fix issues.

Key capabilities

  • Automated WCAG 2.2.2 compliance assessment
  • Identification of automatically playing/moving content
  • Evaluation of pause, stop, or hide mechanisms

Example prompts

  • "Audit this webpage for WCAG 2.2.2 compliance: [URL]"
  • "Check if the video on this page allows users to easily pause it."
  • "Does this website adhere to the guidelines for automatically playing content?"

Tips & gotchas

The accuracy of the audit depends on the complexity and implementation of motion elements on the target webpage. Complex interactions or custom-built animations may require manual review alongside the 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
jkense
Installs
6

🌐 Community

Passed automated security scans.