axe-devtoolsAccessibility testing and remediation using the axe MCP Server. Use when creating or modifying UI code (HTML, JSX, TSX, Vue, Svelte, CSS) to ensure accessibility compliance. Triggers on tasks involving web pages, components, forms, navigation, modals, tables, images, or any user-facing markup. Also use when explicitly asked to check accessibility or run an axe scan.
Install via ClawdBot CLI:
clawdbot install dylanb/axe-devtoolsGrade Good — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://support.deque.comAudited Apr 18, 2026 · audit v1.0
Generated Aug 11, 2026
An e-commerce company integrates the Axe DevTools skill into their CI/CD pipeline to automatically scan product pages, checkout flows, and user dashboards for accessibility violations. The skill identifies issues like missing alt text and poor color contrast, and provides remediation guidance, ensuring WCAG 2.1 AA compliance without manual audits.
A SaaS provider uses the skill during front-end development to test new features in real-time against accessibility standards. Developers can quickly analyze localhost instances, receive instant violation reports, and apply suggested code fixes, reducing accessibility debt and enhancing user experience for disabled users.
Government agencies use the skill to meet legal accessibility requirements (e.g., Section 508, ADA) by scanning public-facing web applications. The skill's analyze tool provides detailed violation reports, and the remediation tool offers step-by-step fixes, enabling agencies to maintain compliance and avoid legal penalties.
An edtech company embeds the skill into their design and development workflow to ensure learning management systems, quizzes, and video players are accessible to students with disabilities. By catching issues early, they improve educational outcomes and expand their user base to include all learners.
Offer accessibility testing as a cloud service where users pay a monthly subscription fee based on the number of scans or AI remediation calls. This model provides recurring revenue and scales with customer usage, making it attractive for large enterprises and startups alike.
Provide expert accessibility consulting services, using the skill to perform audits and remediate issues for clients. This model generates revenue through project-based fees or hourly consulting rates, often leading to long-term partnerships for ongoing compliance.
Offer a limited free version of the skill (e.g., basic scans) to attract users, then upsell premium features such as unlimited scans, AI-powered remediation, and advanced reporting. This model builds a user base and converts them to paying customers for enhanced capabilities.
💬 Integration Tip
Integrate the axe MCP server into your development environment by running it as a Docker container, and use the provided Node.js wrapper script for easy command-line access.
Scored Aug 11, 2026
Use when building UI with shadcn/ui components, Tailwind CSS layouts, form patterns with react-hook-form and zod, theming, dark mode, sidebar layouts, mobile navigation, or any shadcn component question.
Tailwind reference tool. Use when working with tailwind in frontend contexts.
A product creation skill based on the "Bee Website Builder" Open API. It is used to create a new product under a specified site language and product group, w...
A product update skill based on the "Bee Website Builder" Open API. It is used to update an existing product under a specified site language and supports upd...
Build WCAG 2.1 AA compliant websites with semantic HTML, proper ARIA, focus management, and screen reader support. Includes color contrast (4.5:1 text), keyboard navigation, form labels, and live regions. Use when implementing accessible interfaces, fixing screen reader issues, keyboard navigation, or troubleshooting "focus outline missing", "aria-label required", "insufficient contrast".
Use when building Vue 3 applications with Composition API, Nuxt 3, or Quasar. Invoke for Pinia, TypeScript, PWA, Capacitor mobile apps, Vite configuration.