en un clic
a11y-axe
Accessibility audit with axe-core via browser injection
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Accessibility audit with axe-core via browser injection
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
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 |