Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器clawhub未标认证来源可访问clear审计通过

wcag-21-aa-web-ui-auditWCAG 21 AA WEB UI 审核

Agent Skill

用于辅助界面设计、视觉规范、排版、配色、布局和交互体验优化。它适合让 Agent 根据产品场景整理页面结构、生成 UI 方案、检查视觉一致性或改进组件层级。使用时需要结合现有品牌、设计系统和用户任务,不应只堆装饰元素;涉及真实页面改动时,应通过截图或浏览器预览检查文本溢出、对齐和响应式表现。

总安装

11,432

周安装

467

GitHub Stars

公开资料未说明

下载量

3,661
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:wcag-21-aa-web-ui-audit(WCAG 21 AA WEB UI 审核)
来源仓库:https://github.com/nicolas-m-design/wcag-21-aa-web-ui-audit
安装命令:
openclaw skills install wcag-21-aa-web-ui-audit
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install wcag-21-aa-web-ui-audit

简介

审核 Web UI 的 WCAG 2.1 AA 级并生成补救积压工作。当用户要求 WCAG 2.1 AA 审核、可访问性审查、一致性报告等时使用

SKILL.md

name
wcag-21-aa-web-ui-audit
description
Audit web UI for WCAG 2.1 Level AA and produce a remediation backlog. Use when users ask for WCAG 2.1 AA audits, accessibility reviews, conformance reports, remediation plans, keyboard/focus/contrast/reflow/forms/ARIA/status-message checks.

WCAG 2.1 AA Web UI Audit

Skill Version

  • 1.0.0

Trigger Phrases

Use this skill when the request includes any of the following:

  • WCAG 2.1 AA audit
  • Accessibility audit or UI accessibility review
  • A11y checklist or conformance report
  • Remediation plan for accessibility issues
  • Keyboard navigation or focus issues
  • Contrast issues
  • Zoom/reflow issues
  • ARIA or name/role/value issues
  • Status message or toast announcement issues
  • Forms and accessibility issues

Scope & Assumptions (Required First Output)

When invoked, first output a ## Scope & Assumptions section before any findings. Include:

  • Product type
  • Key flows and complete processes in scope
  • Platforms in scope
  • Components in scope
  • Access constraints (timebox, environments, auth constraints)
  • Evidence type boundaries:

- confirmed implementation issue: verified on running UI or artifact with reproducible behavior - design-time risk: predicted from design artifacts/spec without runtime confirmation

  • Conformance note: "This report provides accessibility conformance guidance against WCAG 2.1 Level A and AA."

Inputs and Best-Effort Defaults

Collect these inputs. If missing, proceed with defaults and state assumptions explicitly.

  • Product type

- Preferred input: SaaS, ecommerce, content - Default: SaaS (switch to ecommerce if cart/checkout is in scope)

  • Key flows to test

- Preferred input: explicit flows - Default: sign-in, onboarding, search/filter, forms, checkout (if applicable)

  • Target platforms

- Preferred input: desktop, mobile, or both - Default: desktop + mobile

  • Known UI components

- Preferred input: explicit component list - Default: navigation, modal, drawer, toast/status, carousel, date picker, table, forms

  • Access constraints

- Preferred input: timebox, environments, authentication access - Default: single-pass audit on available environment within stated timebox

  • Evidence artifacts

- Preferred input: URLs and/or design files/specs - Default behavior: if no URLs/artifacts are provided, run a clearly labeled Readiness Review only

Deterministic Workflow

Run these steps in order.

  1. Scope
  • Define flows, pages, components, and complete processes.
  • Identify highest-risk areas: forms, checkout, auth, navigation, modals, dynamic updates.
  1. Baseline automated checks (optional)
  • Run axe and lighthouse on key pages when runtime URLs are available.
  • Capture and deduplicate issues.
  • If automation dependencies are missing, continue with manual workflow and mark automation as skipped.
  1. Manual keyboard audit
  • Validate tab order, focus visibility, keyboard traps, skip links, modals, menus, and custom controls.
  1. Visual audit
  • Validate text contrast, non-text contrast, focus indicator visibility/contrast, non-color error cues, and hover/focus content behavior.
  1. Zoom and reflow audit
  • Validate at 200% zoom, 320 CSS px width, text-spacing overrides, and orientation behavior.
  1. Forms and errors audit
  • Validate labels, instructions, error identification, error suggestions, and error prevention for legal/financial/data commitments.
  1. Semantics and ARIA audit
  • Validate name/role/value, label-in-name, autocomplete/input purpose semantics, and parsing robustness.
  1. Status messages audit (AA)
  • Validate that toasts and inline status updates are announced without forced focus moves when appropriate.
  1. Synthesis
  • Map each finding to WCAG SC.
  • Assign severity.
  • Propose design and engineering fixes.
  • Add acceptance criteria and verification steps.

Output Contract (Always Deterministic)

Always render output with these sections in this exact order using templates:

  • A) Audit Summary (One Page)
  • B) Findings Table
  • C) Per-Flow Notes
  • D) Remediation Backlog
  • E) Definition of Done (Engineering + QA)

Use these files directly:

  • templates/audit-report-template.md
  • templates/finding-template.md
  • templates/remediation-backlog-template.md

Findings Quality Bar

Every finding must include:

  • WCAG SC ID, name, and level
  • Severity: Blocker, High, Medium, Low
  • Affected user groups
  • Repro steps
  • Expected vs actual behavior
  • Suggested fix split into design and engineering actions
  • Verification steps (manual and tool-based where relevant)
  • Evidence type: confirmed implementation issue or design-time risk

Severity Rubric

  • Blocker: Prevents task completion for one or more user groups.
  • High: Causes major friction or frequent failure.
  • Medium: Noticeable barrier with workaround.
  • Low: Minor barrier or polish issue.

Component Fix Recipes

Use docs/ui-component-checklists.md for fix-oriented component recipes covering:

  • Buttons/links
  • Inputs/selects/forms
  • Modal/dialog
  • Tooltip/popover
  • Carousel
  • Toast/status
  • Tabs
  • Accordion
  • Table
  • Date picker

Optional Automation Script

Use the optional script only when runtime URLs are provided:

node scripts/run_axe_playwright.js --url https://example.com
node scripts/run_axe_playwright.js --urls-file ./urls.txt

Behavior expectations:

  • Writes outputs/axe-results.json and outputs/axe-summary.md.
  • Deduplicates by (rule id + target selector + page).
  • Continues on per-URL failures.
  • If playwright or @axe-core/playwright is missing, prints install guidance and exits without failing.

"All Requirements" Requests

If the user asks for all WCAG requirements, point to and include or excerpt:

  • docs/wcag21-aa-success-criteria.md

Conformance Language Guardrail

Do not issue legal determinations or certification statements. Use conformance phrasing such as:

  • "accessibility conformance guidance"
  • "conformance risk"
  • "current conformance gaps"

Source Notes

Use WCAG terminology and SC names from:

  • WCAG 2.1 Recommendation
  • WAI How to Meet WCAG (Quick Reference) filtered to Level A and AA
  • Understanding WCAG, including 4.1.3 Status Messages

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

79.67%
按下载量换算2,917

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills