Real Skill packageSource verifiedClawHub registry

WCAG Accessibility — Testing, Fixing, and Building Accessible Pages

Build, audit, and repair web content against WCAG 2.2. Use when: (1) creating accessible HTML/CSS/JS, (2) remediating accessibility defects, (3) running reproducible automated audits, (4) preparing WCAG 2.2 AAA evidence and human-test records, or (5) running the optional AI-WCAG-Gauntlet benchmark.

Identity and source

Publisher attributionTurbolegoregistry owner unverified by skillvetai
Functional categorySoftware Developmentautomatically inferred · 61% rule confidence
Package forminstruction with code16 recorded files
Canonical sourceClawHub registryclawhub:turbolego:wcag-skill
Open canonical source ↗

Platform declarations

These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.

OpenClawnative officialProvenance: registry distribution

Independent structural checks

These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.

Claude Codepasses structure
Checker 0.1.0 · agent-skills-2026-08-13+claude-code-docs-2026-08-13 · 8/27/2026.claude/skills/wcag-skill

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenAI Codexpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+codex-docs-2026-08-13 · 8/27/2026.agents/skills/wcag-skill

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenClawpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+openclaw-docs-2026-08-13 · 8/27/2026skills/wcag-skill

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

Installation and inspection

This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.

clawhub install @turbolego/wcag-skill
clawhub inspect @turbolego/wcag-skill --version 2.0.3

Security evidence

SkillVetAI static result: no findings detected

This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.

Status
completed
Coverage
full text content
Files
15 / 16 inspected as text
Checked
8/27/2026, 10:18:59 PM
Scanner
0.1.3
Policy
1.0.3
3 inferred permission indicators
  • network access — automatically inferred
  • filesystem write — automatically inferred
  • browser control — automatically inferred
3 dependency and API indicators
  • api: clawhub.ai
  • api: github.com
  • api: www.w3.org
External clawhub result: clean

This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.

Evidence checked
8/27/2026, 2:53:26 PM
Release binding
Matches this record
  • vt: clean
  • skillspector: clean
  • llm: clean

Recorded files

The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.

Package content hashsha256:3e3167c9419999e16241bfc1ee96059c8e17b1542a89b7663eccc5bc528706b4
Show up to 16 recorded paths
  • .clawhubignore
  • benchmark/README.md
  • benchmark/references/ai-wcag-gauntlet-iteration-log.md
  • benchmark/resources/html_tags.json
  • benchmark/scripts/check-tag-coverage.py
  • benchmark/templates/dummy.js
  • benchmark/templates/index.html
  • benchmark/templates/style.css
  • LICENSE
  • references/aaa-evidence-matrix.md
  • references/manual-test-protocol.md
  • references/validator-workflow.md
  • scripts/a11y-audit.sh
  • scripts/run-w3c-validator.mjs
  • skill-card.md
  • SKILL.md

Source changelog

- Added support for optional environment variables AXE_CHROME_PATH and AXE_CHROMEDRIVER_PATH for custom Chrome/Chromedriver binaries. - Documented environment variable requirements in the skill metadata. - Added .clawhubignore and benchmark/README.md files. - Removed deprecated files: package.json, package-lock.json, scripts/publish-web.py, and skill-card.md.