← Back to Skills Marketplace
Accessibility Checker
by
hupmann86-cell
· GitHub ↗
· v1.0.0
· MIT-0
95
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install accessibility-checker
Description
Prüft UI-Komponenten auf WCAG-Verstöße, identifiziert Accessibility-Probleme und implementiert Verbesserungen wie ARIA-Labels und Farbkontrast.
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 reads like a high-level checklist rather than an executable tool. Before installing or using it, ask the author (or the agent) to clarify: 1) How will it access your codebase? (read-only suggestions vs. direct file edits) 2) Which tools will it run (Lighthouse, axe, screenreader automation) and do those require binaries or CI access? 3) Will it open network connections or require credentials? 4) Require explicit prompts/consent before any file-modifying actions and prefer running it in a disposable/test repository or branch. If you need automatic fixes, prefer a skill that declares the exact tools, file access methods, and safety controls (e.g., create a PR rather than editing files directly).
Capability Analysis
Type: OpenClaw Skill
Name: accessibility-checker
Version: 1.0.0
The skill bundle contains standard metadata and high-level markdown instructions for accessibility auditing and WCAG compliance. No executable code, suspicious network activity, or prompt injection attempts were found in SKILL.md or _meta.json.
Capability Assessment
Purpose & Capability
Name/description claim auditing and implementing accessibility fixes. The SKILL.md lists audit/identify/fix/test steps, which aligns at a high level, but the skill provides no mechanism (no binaries, no install, no declared editor or repo access) for actually making code changes. Implementing fixes typically requires file read/write or CI integration, which this skill does not document or request.
Instruction Scope
The runtime instructions are very short and open-ended: 'scan UI components' and 'implement improvements' without specifying where components live, what files to read, or what tooling to run. That vagueness grants the agent broad discretion (e.g., to read arbitrary project files or ask for external data) and includes language like 'validate with tools like Lighthouse or screenreaders' without declaring those tools as required, which can lead to unexpected actions.
Install Mechanism
No install spec and no code files — lowest-risk from an install perspective. Nothing will be automatically written to disk by the skill itself.
Credentials
The skill requests no environment variables, credentials, or config paths. That is proportionate to an instruction-only skill, but it increases ambiguity about how the agent is expected to access project files or run testing tools.
Persistence & Privilege
always is false and the skill does not request persistent privileges or configuration changes to the agent. It does permit autonomous invocation by default (platform normal), but there are no added persistent privileges declared.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install accessibility-checker - After installation, invoke the skill by name or use
/accessibility-checker - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Erstveröffentlichung des accessibility-checker Skills.
- Automatischer Scan von UI-Komponenten auf Accessibility-Probleme.
- Identifizierung von WCAG-Verstößen (wie fehlende Alt-Texte, mangelhafte Keyboard-Navigation).
- Vorschlag und Umsetzung von Verbesserungen (z. B. ARIA-Labels, Farbkontraste).
- Validierung der Barrierefreiheit mit Tools wie Lighthouse oder Screenreadern.
Metadata
Frequently Asked Questions
What is Accessibility Checker?
Prüft UI-Komponenten auf WCAG-Verstöße, identifiziert Accessibility-Probleme und implementiert Verbesserungen wie ARIA-Labels und Farbkontrast. It is an AI Agent Skill for Claude Code / OpenClaw, with 95 downloads so far.
How do I install Accessibility Checker?
Run "/install accessibility-checker" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Accessibility Checker free?
Yes, Accessibility Checker is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Accessibility Checker support?
Accessibility Checker is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Accessibility Checker?
It is built and maintained by hupmann86-cell (@hupmann86-cell); the current version is v1.0.0.
More Skills