بنقرة واحدة
a11y-axe
Accessibility audit with axe-core via browser injection
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Accessibility audit with axe-core via browser injection
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف 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 |