accessibility-audit
v1.8.4Evidence-backed accessibility pre-audit for WCAG 2.2 A/AA with browser, keyboard, reflow, interaction, and review-ready report evidence.
By CarlasHubLicense: MIT0 GitHub starsUpdated 5 days ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 18, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install accessibility-audit for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install accessibility-audit-2@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/CarlasHub/accessibility-audit-pluginClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is marketplace/carlashub-plugin-marketplace/accessibility-audit/claude/.
Plugin files
├── .claude-plugin/plugin.json├── skills/run-accessibility-audit/SKILL.md└── .mcp.json
Included Skills1
Run a site-independent evidence-backed accessibility pre-audit for explicit WCAG 2.2 A/AA page scope, preserve complete or partial evidence, and export review-ready HTML, Excel, JSON, screenshots, and a portable archive.
MCP servers1
- command
- node
- args
- -e const e=process.env,r=e.CLAUDE_PLUGIN_ROOT||e.COPILOT_PLUGIN_ROOT||e.PLUGIN_ROOT||process.cwd();const n=process.platform==='win32'&&r[0]==='/'&&r[2]==='/'?r[1].toUpperCase()+':'+r.slice(2):r;e.PLUGIN_ROOT=n;import('node:url').then(u=>import(u.pathToFileURL(n+'/_runtime/bin/launch-mcp.mjs').href))
Plugin manifests1
{
"name": "accessibility-audit",
"version": "1.8.4",
"description": "Evidence-backed accessibility pre-audit for WCAG 2.2 A/AA with browser, keyboard, reflow, interaction, and review-ready report evidence.",
"author": {
"name": "CarlasHub"
},
"homepage": "https://github.com/CarlasHub/accessibility-audit-plugin",
"repository": "https://github.com/CarlasHub/accessibility-audit-plugin",
"license": "MIT",
"keywords": [
"accessibility",
"wcag",
"axe",
"playwright",
"testing"
],
"category": "development",
"skills": "./skills/",
"mcpServers": "./.mcp.json",
"commands": "./commands/",
"hooks": "./hooks/hooks.json"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[accessibility-audit on Agent Plugins Marketplace](https://pluginsmp.com/plugins/accessibility-audit-2)