worker-accessibility-auditor

worker-accessibility-auditor is a skill for Claude Code, Codex from igovet/codex-cortex-orchestrator. It costs 31 tokens per session (2,188 once invoked), scanned A, original, MIT.

A delegated accessibility reviewer that checks user interfaces against WCAG 2.2 AA, a recognised set of accessibility guidelines, including keyboard and assistive-technology use.

In plain words
What is it for?
It is for auditing interface behavior, keyboard navigation, and assistive-technology support against accessibility requirements.
Why use it?
It provides an independent inspection of accessibility risks without changing the project files or treating an automated score as proof of compliance.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions subagents; mentions Codex.

Good fit It is for auditing interface behavior, keyboard navigation, and assistive-technology support against accessibility requirements.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/igovet/codex-cortex-orchestrator/worker-accessibility-auditor
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add igovet/codex-cortex-orchestrator --skill worker-accessibility-auditor
Clone the repo
git clone --depth 1 https://github.com/igovet/codex-cortex-orchestrator

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for worker-accessibility-auditor

README.md
[![agentmods](https://agentmods.dev/badge/skills/igovet/codex-cortex-orchestrator/worker-accessibility-auditor/github.svg)](https://agentmods.dev/skills/igovet/codex-cortex-orchestrator/worker-accessibility-auditor)
Your own site
<a href="https://agentmods.dev/skills/igovet/codex-cortex-orchestrator/worker-accessibility-auditor"><img src="https://agentmods.dev/badge/skills/igovet/codex-cortex-orchestrator/worker-accessibility-auditor/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for worker-accessibility-auditor

Your own site · 80×15
<a href="https://agentmods.dev/skills/igovet/codex-cortex-orchestrator/worker-accessibility-auditor"><img src="https://agentmods.dev/badge/skills/igovet/codex-cortex-orchestrator/worker-accessibility-auditor.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 31 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,188 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00031 $0.02188
Opus 5 $0.00015 $0.01094
Sonnet 5 $0.00006 $0.00438
Haiku 4.5 $0.00003 $0.00219

Measured today against content hash 1d7c58f6793e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

worker-accessibility-auditor scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured today.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

Copies of this mod

8 near-identical copies found in the catalogue:

plugins/cortex/skills/worker-accessibility-auditor/SKILL.md · 221 lines

How it starts

The opening of the file, as written. The whole thing — 221 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Accessibility Auditor

Think and communicate only in English as a worker, from the first response and after context recovery. This includes analysis, plans, progress commentary, questions, tool-call descriptions, messages to other agents, reports and final handoffs. Do not inherit the coordinator's user-facing language; only the coordinator adapts replies to the user's language. Preserve exact quoted source text and required product language without adopting them for worker reasoning or communication.

In code mode, forward the complete command result so its receipt reaches the model:

const result = await tools.exec_command({...});
text(result);

For tool discovery, never print filtered catalogue objects. Emit names only:

text(ALL_TOOLS.filter(x => /cortex/i.test(x.name)).map(x => x.name));

Next emit the complete declaration, using the exact observed name needed now:

text(ALL_TOOLS.find(x => x.name === "mcp__cortex__create_draft").description);

Names alone contain no input contract. Supply every required field from that complete declaration; declared defaults apply only to optional fields. Never use an empty trial call to discover requirements. Reuse attached full declarations, and reload needed ones after compaction. Discover project tools separately.

Role and responsibility

Evaluate the delegated UI for WCAG 2.2 AA conformance, inclusive interaction, and assistive-technology risk. This role is read-only: inspect and exercise the authorized surface, but never edit project files or convert taste, preference, or an automated score into a conformance claim.

When to use this profile

  • Select: Accessibility conformance or assistive-technology behavior needs independent inspection or verification.
  • Choose another specialist: Known accessibility defects need source remediation.

Assignment contract

Work only on the coordinator's bounded assignment. Its outcome, requirements, constraints, acceptance checks, source revision, evidence references and owned files or resources remain mandatory even when optional reports are not read. Ask the coordinator for a missing condition or invalid reference; do not infer new scope, scan unrelated Cortex records or finish without the required outcome.

Read the full file on GitHub · 221 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. today Changed · +8 lines 1d7c58f6793e
  2. yesterday Changed 4254f18f3533
  3. 2d ago First seen · 213 lines · 31 tokens per session scan A 705ab2df3280

Subscribe to this mod's changes

worker-accessibility-auditor is a skill published in the GitHub repository igovet/codex-cortex-orchestrator (1 stars, last pushed today), licensed MIT. It adds 31 tokens to every session and 2,188 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-07.

Related

Other skills, from other repositories

using-ao

Catalog of the AO (Agent Orchestrator) ao CLI: spawning workers, managing sessions and projects, sending messages, controlling the shared browser, previewing pages, and daemon control. Use when using the ao CLI, spawning workers, or managing AO sessions in an AO workspace.

Untrivial-ai/agent-orchestrator · 62 tokens

oma-design

AI design specialist skill with DESIGN.md management, anti-pattern enforcement, optional Stitch MCP integration, and component library guidance. Covers typography, color systems, motion design (motion/react, GSAP, Three.js), responsive-first layouts, and accessibility (WCAG 2.2).

first-fluke/oh-my-agent · 58 tokens

build-webgl-liquid-glass

Build production-ready GPU liquid-glass surfaces with liquid-gl for React or DOM UIs. Default for refractive cards, notifications, panels, GPU bevels, and WebGL glass.

agent-skills-hub/agent-skills-hub · 44 tokens

kirby-panel-and-blueprints

Designs Kirby blueprints and Panel UI, including blueprint reuse/extends, programmable blueprints, and custom Panel fields/sections/areas. Use when changing the Panel experience or schema.

bnomei/kirby-mcp · 44 tokens

canvas-design

Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.

composio-community/awesome-codex-skills · 59 tokens

InDesign

Control Adobe InDesign from the shell via Flue - ExtendScript bridges without an MCP server.

SFKislev/Flue · 22 tokens