accessibility-audit
v1.8.4Run an evidence-backed accessibility pre-audit for WCAG 2.2 A/AA with browser, keyboard, reflow, and interaction evidence.
By CarlasHubLicense: MIT0 GitHub starsUpdated 5 days ago
Directory evidence
- Runtimes
- Codex, Claude Code, and Agent Plugins
- 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 Codex and Claude Code
codex plugin marketplace add CarlasHub/accessibility-audit-plugin
codex plugin marketplace upgrade carlashub-plugins
codex plugin add accessibility-audit@carlashub-pluginsPaste and run these commands in a terminal with Codex. They add and refresh the carlashub-plugins catalog, then install this plugin.
Compatibility: the page URL and API slug “accessibility-audit” remain stable.
- Codex:
accessibility-audit@agent-plugin-marketplace→accessibility-audit@carlashub-plugins
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 repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── 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
- dist/mcp.js
Plugin manifests3
{
"name": "accessibility-audit",
"version": "1.8.4",
"description": "Run an evidence-backed accessibility pre-audit for WCAG 2.2 A/AA with browser, keyboard, reflow, and interaction evidence.",
"author": {
"name": "CarlasHub"
},
"skills": "./skills/",
"interface": {
"displayName": "CarlasHub Accessibility Audit",
"shortDescription": "Evidence-backed accessibility pre-audit with review-ready reports.",
"longDescription": "Runs a site-independent evidence-backed accessibility pre-audit for WCAG 2.2 A/AA. It combines axe-core with Playwright checks for desktop, mobile, 320px reflow, links, keyboard paths, and configured journeys; separates confirmed failures, review candidates, coverage blockers, and manual checks; and exports accessible HTML, validated Excel, structured JSON, screenshots, and a portable ZIP. It never claims automated conformance.",
"developerName": "CarlasHub",
"category": "Developer Tools",
"capabilities": [
"Browser and axe-core checks",
"Keyboard, reflow, and journey evidence",
"HTML, Excel, JSON, and screenshots",
"55-criterion human-review ledger"
],
"defaultPrompt": [
"Audit a URL and generate review-ready reports and evidence.",
"Audit every page in a supplied page-list workbook.",
"Validate an existing accessibility audit workbook."
]
},
"mcpServers": "./.mcp.json"
}{
"name": "accessibility-audit",
"version": "1.8.4",
"description": "Run an evidence-backed accessibility pre-audit for WCAG 2.2 A/AA with browser, keyboard, reflow, and interaction evidence.",
"author": {
"name": "CarlasHub",
"url": "https://github.com/CarlasHub"
},
"homepage": "https://carlashub.github.io/accessibility-audit-plugin/",
"repository": "https://github.com/CarlasHub/accessibility-audit-plugin",
"license": "MIT",
"skills": "./skills/",
"mcpServers": "./.claude-mcp.json"
}{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "accessibility-audit",
"version": "1.8.4",
"description": "Run an evidence-backed accessibility pre-audit for WCAG 2.2 A/AA with browser, keyboard, reflow, and interaction evidence.",
"author": {
"name": "CarlasHub",
"url": "https://github.com/CarlasHub"
},
"homepage": "https://carlashub.github.io/accessibility-audit-plugin/",
"repository": "https://github.com/CarlasHub/accessibility-audit-plugin",
"license": "MIT",
"keywords": [
"accessibility-audit",
"accessibility-testing",
"a11y",
"wcag-22",
"web-accessibility",
"axe-core",
"playwright",
"testing"
]
}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)