← Back to Skills Marketplace
Accessibility V2
by
hupmann86-cell
· GitHub ↗
· v1.0.0
· MIT-0
115
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install accessibility-v2
Description
Prüft UI-Komponenten auf WCAG-Verstöße und verbessert Zugänglichkeit durch ARIA-Labels, Farbkontraste und Screenreader-Support.
README (SKILL.md)
Skill: accessibility-checker\r
Description: Prüft und verbessert Zugänglichkeit (WCAG-Konformität, Screenreader-Unterstützung).\r
\r
Workflow\r
- AUDIT: Scanne UI-Komponenten auf Accessibility-Probleme.\r
- IDENTIFY: Finde Verstöße gegen WCAG-Richtlinien (z.B. fehlende Alt-Texte, Keyboard-Navigation).\r
- FIX: Implementiere Verbesserungen (ARIA-Labels, Farbkontraste, etc.).\r
- TEST: Validiere mit Tools wie Lighthouse oder Screenreadern.\r \r
Nutzen\r
Verwende diesen Skill für barrierefreie Anwendungen.
Usage Guidance
This skill appears coherent and minimal, but it is very high-level. Before enabling it: 1) Clarify whether the agent will only suggest fixes (diffs/PRs) or will modify files directly; prefer suggestions/PRs you can review. 2) Limit the agent's repository/file access to only the UI code it needs and avoid giving access to secrets or unrelated projects. 3) Specify which tools/versions (e.g., Lighthouse) you want used and run the checks in a sandbox or CI pipeline first. 4) Require human approval for any automated writes. If you need stronger guarantees, ask the author for a more detailed SKILL.md that lists exact commands, expected inputs/outputs, and the mechanism for applying fixes.
Capability Analysis
Type: OpenClaw Skill
Name: accessibility-v2
Version: 1.0.0
The skill bundle consists of metadata and a markdown file (SKILL.md) describing a standard workflow for accessibility auditing and WCAG compliance. There is no executable code provided, and the instructions are purely functional, focusing on UI improvements like ARIA labels and color contrast without any indicators of malicious intent or suspicious behavior.
Capability Assessment
Purpose & Capability
Name/description (WCAG checks and accessibility fixes) align with the SKILL.md workflow (AUDIT → IDENTIFY → FIX → TEST). The skill declares no binaries, env vars, or installs that would be unrelated to performing UI accessibility checks.
Instruction Scope
SKILL.md is high‑level and does not specify concrete commands, file paths, or how fixes are applied. That vagueness gives the agent broad discretion (e.g., reading project files or proposing/writing changes). The actions described (run Lighthouse, add ARIA labels, adjust contrast) are within the skill's scope, but you should expect to review any automated edits before they are applied.
Install Mechanism
No install spec and no code files are present (instruction-only). Nothing will be downloaded or written to disk by the skill itself based on the provided metadata.
Credentials
The skill requests no environment variables, credentials, or config paths — appropriate for an instruction-only accessibility checker.
Persistence & Privilege
always is false and model invocation is allowed (platform default). The skill does not request persistent system presence or modification of other skills/configs.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install accessibility-v2 - After installation, invoke the skill by name or use
/accessibility-v2 - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of accessibility-v2 skill.
- Audits UI components for accessibility issues.
- Identifies violations of WCAG guidelines, such as missing alt text and insufficient keyboard navigation.
- Suggests and implements improvements like ARIA labels and better color contrast.
- Supports validation using tools like Lighthouse and screen readers.
- Helps create accessible, barrier-free applications.
Metadata
Frequently Asked Questions
What is Accessibility V2?
Prüft UI-Komponenten auf WCAG-Verstöße und verbessert Zugänglichkeit durch ARIA-Labels, Farbkontraste und Screenreader-Support. It is an AI Agent Skill for Claude Code / OpenClaw, with 115 downloads so far.
How do I install Accessibility V2?
Run "/install accessibility-v2" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Accessibility V2 free?
Yes, Accessibility V2 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Accessibility V2 support?
Accessibility V2 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Accessibility V2?
It is built and maintained by hupmann86-cell (@hupmann86-cell); the current version is v1.0.0.
More Skills