agentsclimarketplace

Accessibility alt text auditor

Skill sisodiabhumca/agent-skills/skills/accessibility-alt-text-auditor

Vendor-neutral skill to audit image alt-text coverage and basic quality heuristics for accessibility.From its SKILL.md

Install
npx -y skills add sisodiabhumca/agent-skills --skill accessibility-alt-text-auditor

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.2 KB, 241 tokens by cl100k_base, as published. Nobody here has run it

When to invoke

  • You maintain a website/app content library and want to improve accessibility.
  • You need an audit of missing or low-quality alt text for images.

Inputs needed

  • A JSON export of images with fields: page, src, alt.
  • Optional policy: minimum alt length, banned phrases, whether decorative images may be empty.

Workflow

  1. Validate input records and normalize text.
  2. Score each image:
    • Missing alt
    • Empty alt (allowed only if decorative)
    • Too short / too long
    • Generic alt (e.g., “image”, “photo”, file names)
  3. Produce a remediation list sorted by severity.
  4. Summarize coverage and common issues.

Output format

  • JSON report:
    • summary metrics
    • issues[] with per-image findings and suggested fix hints

Guardrails

  • This is a heuristic audit; do not claim WCAG compliance.
  • Do not fetch remote images or attempt vision-based descriptions.

Reference code

  • accessibility_alt_text_auditor.py reads image metadata JSON and outputs an audit JSON.

What ships with it: 3 files

12.0 KB alongside SKILL.md, 2 of them executable

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.