Home / billy-enrizky / openbrowser-ai · plugin/skills/accessibility-audit/SKILL.md · GitHub

accessibility-audit skillB

accessibility-audit is agent-read markdown (skill) from billy-enrizky/openbrowser-ai: 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..

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# 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:

```bash
# macOS/Linux
curl -fsSL https://raw.githubusercontent.com/billy-enrizky/openbrowser-ai/main/install.sh | sh

# Windows (PowerShell)
irm https://raw.githubusercontent.com/billy-enrizky/openbrowser-ai/main/install.ps1 | iex
```

## Workflow

### Step 1 -- Navigate and initialize audit

```bash
openbrowser-ai -c - <<'EOF'
await navigate("https://example.com")
state = await browser.get_browser_state_summary()
print(f"Auditing: {state.title} ({state.url})")

# Store all findings
audit = {
…

Read the whole file at its exact version.

How to install

Latest version
mdr add billy-enrizky/openbrowser-ai/accessibility-audit@git:20260521.0c71c6f
Exact content
mdr add billy-enrizky/openbrowser-ai/accessibility-audit@sha256:e6bed378299b68d6

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_sczmy7irmetq4lbr.svg)](https://markdownregistry.com/a/art_sczmy7irmetq4lbr)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260521.0c71c6f latest2026-05-21 0c71c6f 14,347 BB view · diff
git:20260506.8ed3a322026-05-06 8ed3a32 13,190 BB view · diff
git:20260317.4749a902026-03-17 4749a90 13,014 BB view · diff
git:20260316.285dea52026-03-16 285dea5 12,810 BB view · diff
git:20260315.bf990c22026-03-15 bf990c2 12,799 BB view

Audit of the latest version

B  16 of 17 checks passed. Deterministic, no model, same answer every run.
  • fail: No curl or wget piped into a shell (matched: curl -fsSL https://raw.githubusercontent.com/billy-enrizky/openbrowser-ai/main/install.sh | sh)
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (14347 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

billy-enrizky/openbrowser-ai · 260 stars · license MIT · pushed 2026-09-22 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_sczmy7irmetq4lbr
GET https://markdownregistry.com/api/v1/resolve?ref=billy-enrizky/openbrowser-ai/accessibility-audit
GET https://markdownregistry.com/api/v1/blob/e6bed378299b68d68efd80ecb9331fc2a7fbd42a1b3ba818136a9dae66a26074

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from billy-enrizky/openbrowser-ai

deep-research skill
billy-enrizky/openbrowser-ai · plugin/skills/deep-research/SKILL.md · Conduct deep web research using the openbrowser-ai agent: decompose a query, investigate sub-questions across multiple…
git:20260920.eb6953e · audit B · 260 stars
e2e-testing skill
billy-enrizky/openbrowser-ai · plugin/skills/e2e-testing/SKILL.md · Test web applications end-to-end by simulating user interactions and verifying expected outcomes. Trigger when the user…
git:20260521.0c71c6f · audit B · 260 stars
file-download skill
billy-enrizky/openbrowser-ai · plugin/skills/file-download/SKILL.md · Download files from websites, save PDFs, and read downloaded content. Trigger when the user asks to: download a file…
git:20260521.0c71c6f · audit B · 260 stars
form-filling skill
billy-enrizky/openbrowser-ai · plugin/skills/form-filling/SKILL.md · Fill out web forms, submit data, and handle login or registration flows. Trigger when the user asks to: fill a form…
git:20260521.0c71c6f · audit B · 260 stars
page-analysis skill
billy-enrizky/openbrowser-ai · plugin/skills/page-analysis/SKILL.md · Analyze web page content, structure, and layout to understand what a page contains and how it is organized. Trigger…
git:20260521.0c71c6f · audit B · 260 stars
web-scraping skill
billy-enrizky/openbrowser-ai · plugin/skills/web-scraping/SKILL.md · Extract structured data from websites, scrape page content, and collect information across multiple pages. Trigger when…
git:20260521.0c71c6f · audit B · 260 stars
llms-full.txt@stress-tests llmstxt
billy-enrizky/openbrowser-ai · stress-tests/llms-full.txt
git:20260218.510531e · audit A · 260 stars

Every file in billy-enrizky/openbrowser-ai

Other files named accessibility-audit

accessibility-audit skill
mohitagw15856/pm-claude-skills · exports/openclaw/accessibility-audit/SKILL.md · Generate a WCAG 2.2 accessibility audit checklist and remediation suggestions for any UI or design. Use when asked to…
git:20260816.8acf2fd · audit A · 1,392 stars
accessibility-audit skill
rampstackco/claude-skills · skills/accessibility-audit/SKILL.md · Run a comprehensive WCAG accessibility audit covering perceivable, operable, understandable, and robust principles. Use…
git:20260810.e5bc675 · audit A · 898 stars
accessibility-audit skill
khaledsaeed18/dotclaude · skills/testing/accessibility-audit/SKILL.md · Audit UI code or a running page against WCAG 2.2 AA, covering semantics, keyboard access, focus management, labels…
git:20260704.3370b83 · audit A · 5 stars
accessibility-audit skill
khaledsaeed18/dotclaude · .claude-plugin/plugins/testing/skills/accessibility-audit/SKILL.md · Audit UI code or a running page against WCAG 2.2 AA, covering semantics, keyboard access, focus, labels, contrast, ARIA…
git:20260921.4ccfb75 · audit A · 5 stars

Browse by kind, by grade B, or by owner.