accessibility-audit

仓库创建 2025年12月19日最近提交 21 天前SkillHot 收录 21 天前
▸ 精选理由

自动化发现常见可访问性问题,适合前端与 QA 流程。

▸ 风险提示

运行 Python 代码并启动守护进程,可能拉取外部依赖或需要执行权限。

这个 Skill 做什么

按照 WCAG 检查网页的无障碍问题、ARIA 与键盘导航兼容性并给出报告。

按 WCAG 检查网页的无障碍问题,覆盖 ARIA 属性、标题层级、表单标签、图片 alt、键盘导航和屏幕阅读器兼容性。适合在上线评审、合规检测或想提升可访问性时使用。会给出问题清单、严重度判断和具体修复建议,必要时还能用自动化手段复现检测结果。

▸ 展开 SKILL.md 英文原文

Audit web pages for accessibility issues, WCAG compliance, and screen reader compatibility. Trigger when the user asks to: check accessibility, run an a11y audit, test WCAG compliance, check screen reader support, audit ARIA attributes, verify keyboard navigation, find accessibility issues, or check for missing alt text or labels.

开发编程无障碍审计WCAGARIA通用
236
Stars
20
Forks
7
仓库内 Skill
+1
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/billy-enrizky/openbrowser-ai/main/plugin/skills/accessibility-audit/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/billy-enrizky/openbrowser-ai/main/plugin/skills/accessibility-audit/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Accessibility Audit

Audit web pages for accessibility issues following WCAG 2.1 guidelines using Python code execution. Checks heading structure, form labels, image alt text, ARIA attributes, landmark regions, and keyboard navigation.

All code runs via `openbrowser-ai -c`. The daemon starts automatically and persists variables across calls. All browser functions are async -- use `await`.

The CLI daemon also persists cookies and login state in `~/.config/openbrowser/profiles/daemon/storage_state.json`, so authenticated sessions can be reused across later runs.

## Setup

Before running, verify openbrowser-ai is installed:

```bash
openbrowser-ai --help
```

If not found, install:

```bas
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有