← 返回 Skills 市场
hupmann86-cell

Accessibility Checker

作者 hupmann86-cell · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
95
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install accessibility-checker
功能描述
Prüft UI-Komponenten auf WCAG-Verstöße, identifiziert Accessibility-Probleme und implementiert Verbesserungen wie ARIA-Labels und Farbkontrast.
使用说明 (SKILL.md)

Skill: accessibility-checker\r

Description: Prüft und verbessert Zugänglichkeit (WCAG-Konformität, Screenreader-Unterstützung).\r

\r

Workflow\r

  1. AUDIT: Scanne UI-Komponenten auf Accessibility-Probleme.\r
  2. IDENTIFY: Finde Verstöße gegen WCAG-Richtlinien (z.B. fehlende Alt-Texte, Keyboard-Navigation).\r
  3. FIX: Implementiere Verbesserungen (ARIA-Labels, Farbkontraste, etc.).\r
  4. TEST: Validiere mit Tools wie Lighthouse oder Screenreadern.\r \r

Nutzen\r

Verwende diesen Skill für barrierefreie Anwendungen.

安全使用建议
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).
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install accessibility-checker
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /accessibility-checker 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug accessibility-checker
版本 1.0.0
许可证 MIT-0
累计安装 2
当前安装数 1
历史版本数 1
常见问题

Accessibility Checker 是什么?

Prüft UI-Komponenten auf WCAG-Verstöße, identifiziert Accessibility-Probleme und implementiert Verbesserungen wie ARIA-Labels und Farbkontrast. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 95 次。

如何安装 Accessibility Checker?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install accessibility-checker」即可一键安装,无需额外配置。

Accessibility Checker 是免费的吗?

是的,Accessibility Checker 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Accessibility Checker 支持哪些平台?

Accessibility Checker 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Accessibility Checker?

由 hupmann86-cell(@hupmann86-cell)开发并维护,当前版本 v1.0.0。

💬 留言讨论