← 返回 Skills 市场
A11y
作者
codenova58
· GitHub ↗
· v1.0.0
· MIT-0
191
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install a11y
功能描述
Inclusive UI for real users—keyboard and focus, semantics for AT, contrast and motion, forms and errors. Use when fixing WCAG issues, auditing screens, or de...
使用说明 (SKILL.md)
A11y
Help ship interfaces that work for keyboard, screen readers, voice control, and low vision—without treating accessibility as a bolt-on checkbox.
What this skill is for
- Concrete fixes: focus traps, missing names/roles, heading order, label–control wiring, live regions, skip links.
- Design trade-offs: custom components vs native elements, motion reduction, contrast vs brand color.
- Verification: what to test in browser + AT, and what still needs human QA.
What to skip or defer
- Legal compliance certification (VPAT, formal audits)—suggest specialists when the user needs signed-off conformance.
- Visual design taste without an accessibility angle—unless it affects contrast, touch targets, or readability.
Workflow (adapt freely)
- Context — Who uses what (keyboard-only, VoiceOver, NVDA, zoom)? Which WCAG level (A/AA) is the target?
- Surface problems — Route critical paths; list failures (not vague “be more accessible”).
- Fix in order — Blockers first (can’t complete task), then serious (wrong info), then polish.
- Prove it — Tab order, focus visible, screen reader labels, automated checks where useful, manual pass on real flows.
Anti-patterns to call out
divbuttons without keyboard support; only running Lighthouse and declaring done.- Hiding focus rings “for aesthetics”; icon-only controls with no accessible name.
- Over-using
aria-*instead of using the right semantic element first.
Done when
- Critical paths are keyboard-operable and named for assistive tech; known gaps are documented with owners.
安全使用建议
This skill is a lightweight, text-only accessibility advisor — low risk. It cannot execute code or access credentials because it has no install or required env vars. Before you rely on its output: (1) treat its recommendations as guidance, not formal compliance certification (the SKILL.md explicitly defers VPAT/formal audits); (2) have a human reviewer or accessibility specialist validate and test any code or UI changes in real browsers and assistive technologies; and (3) be mindful of what you paste into prompts (don’t share secrets or full production configs). If you need automated scans or integrations with your repo/CI, look for a skill that explicitly declares those capabilities and required credentials.
功能分析
Type: OpenClaw Skill
Name: a11y
Version: 1.0.0
The skill bundle contains only metadata and documentation (SKILL.md) focused on web accessibility (a11y) best practices. There is no executable code, no network activity, and no evidence of prompt injection or malicious intent; the instructions are entirely aligned with the stated purpose of assisting with WCAG compliance and UI audits.
能力评估
Purpose & Capability
Name, description, and runtime instructions all describe accessibility guidance and remediation; there are no extra env vars, binaries, or unrelated requirements.
Instruction Scope
SKILL.md contains high-level workflows, checks, and anti-patterns for accessibility audits and fixes. It does not instruct the agent to read files, access credentials, or send data to external endpoints. The guidance is deliberately general and advisory.
Install Mechanism
No install specification or code files are present (instruction-only), so nothing is written to disk or downloaded during install.
Credentials
The skill requests no environment variables, credentials, or config paths — proportional for a guidance-only accessibility skill.
Persistence & Privilege
always is false and the skill does not request elevated persistence or modify other skills/configs. It can be invoked autonomously by the agent (platform default), which is expected for a helper skill.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install a11y - 安装完成后,直接呼叫该 Skill 的名称或使用
/a11y触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the a11y skill:
- Provides guidance for building inclusive UIs — including keyboard navigation, focus management, semantic markup, color contrast, and motion considerations.
- Covers typical accessibility tasks: fixing WCAG issues, auditing interfaces, and designing flows with accessibility in mind.
- Outlines a practical workflow for identifying, prioritizing, and verifying accessibility barriers.
- Clarifies the scope: not a replacement for formal audits or compliance certification.
- Lists key anti-patterns and clear indicators for “done.”
元数据
常见问题
A11y 是什么?
Inclusive UI for real users—keyboard and focus, semantics for AT, contrast and motion, forms and errors. Use when fixing WCAG issues, auditing screens, or de... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 191 次。
如何安装 A11y?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install a11y」即可一键安装,无需额外配置。
A11y 是免费的吗?
是的,A11y 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
A11y 支持哪些平台?
A11y 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 A11y?
由 codenova58(@codenova58)开发并维护,当前版本 v1.0.0。
推荐 Skills