with one click
a11y-axe
Accessibility audit with axe-core via browser injection
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Accessibility audit with axe-core via browser injection
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Google Calendar — list, create, and manage events via gcal CLI
Manage HubSpot CRM — contacts, companies, deals, tickets
Manage Shopify store — products, orders, customers, inventory
Configure audio transcription and image/video understanding for channels
AWS CLI for S3, EC2, Lambda, CloudWatch, RDS, and ECS
Google Calendar — list, create, and manage events via gcal CLI
| name | a11y-axe |
| description | Accessibility audit with axe-core via browser injection |
Use the bash tool with npx to run accessibility audits.
Node.js (required for npx):
brew install nodesudo apt install nodejs npmUse npx @axe-core/cli (no global install needed), or npm install -g @axe-core/cli for global install.
npx @axe-core/cli <URL> --stdout 2>/dev/null | head -100
npx @axe-core/cli <URL> --tags wcag2a,wcag2aa --stdout 2>/dev/null
npx @axe-core/cli <URL> --include "#main-content" --stdout 2>/dev/null
| Tag | Standard |
|---|---|
| wcag2a | WCAG 2.0 Level A |
| wcag2aa | WCAG 2.0 Level AA |
| wcag21a | WCAG 2.1 Level A |
| wcag21aa | WCAG 2.1 Level AA |
| best-practice | Best practices |