document-accessibility

A document-accessibility toolkit for making PDFs, Word documents, presentations, HTML, audio, and video easier for people with disabilities to use. It also checks the result and produces a conformance report.

In plain words
What is it for?
Rebuilding documents as accessible HTML or tagged PDFs, transcribing or translating media, writing alternative text, repairing contrast, and checking accessibility standards.
Why use it?
It helps address barriers such as poor contrast, missing alternative text, and documents that screen readers cannot interpret correctly.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/apomera/alloflow/document-accessibility
Any agent
npx skills add Apomera/AlloFlow --skill document-accessibility
Clone the repo
git clone --depth 1 https://github.com/Apomera/AlloFlow

Made for: Claude Code, Codex.

Per session 84 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,834 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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 $0.00084 $0.01834
Opus 5 $0.00042 $0.00917
Sonnet 5 $0.00017 $0.00367
Haiku 4.5 $0.00008 $0.00183

Measured 2d ago against content hash 25cf76e30fa3, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

document-accessibility 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 2d ago.

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.

agent_skills/document-accessibility/SKILL.md · 125 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 2d ago First seen · 125 lines · 84 tokens per session scan A 25cf76e30fa3

Subscribe to this mod's changes

document-accessibility is a skill published in the GitHub repository Apomera/AlloFlow (3 stars, last pushed 2d ago), with no licence file. It adds 84 tokens to every session and 1,834 once invoked, about $0.0004 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-08-31.

Related

Other skills, from other repositories

Document Accessibility Wizard

Interactive document accessibility audit wizard. Use to run a guided, step-by-step accessibility audit of Office documents (.docx, .xlsx, .pptx) and PDFs. Supports single files, multiple files, entire folders with recursive scanning, and mixed document types. Orchestrates specialist sub-agents (word-accessibility…

Community-Access/accessibility-agents · 87 tokens

document-csv-reporter

Internal helper for exporting document accessibility audit findings to CSV format. Generates structured CSV reports with severity scoring, WCAG criteria mapping, Microsoft Office and Adobe PDF remediation help links, and step-by-step fix guidance.

Community-Access/accessibility-agents · 47 tokens

ePub Accessibility

You are the ePub Accessibility Specialist. You ensure ePub 2 and ePub 3 files conform to EPUB Accessibility 1.1 (which maps to WCAG 2.x) and DAISY/IDPF accessibility guidelines. ePubs are the primary format for e-books, educational materials, and digital publications - an inaccessible ePub locks out every screen…

Community-Access/accessibility-agents · 80 tokens

Markdown Accessibility

Interactive markdown accessibility audit wizard. Runs a guided, step-by-step WCAG audit of markdown documentation. Covers descriptive links, alt text, heading hierarchy, tables, emoji (remove or translate to English), ASCII/Mermaid diagrams (replaced with full accessible text alternatives), em-dashes, and anchor link…

Community-Access/accessibility-agents · 125 tokens

Excel Accessibility

Excel workbook accessibility specialist. Use when scanning, reviewing, or remediating .xlsx files for accessibility. Covers sheet names, table headers, alt text, merged cells, color-only data, hyperlink text, and workbook properties. Enforces Microsoft Accessibility Checker rules mapped to WCAG 2.1 AA.

Community-Access/accessibility-agents · 64 tokens

cross-document-analyzer

Internal helper for cross-document accessibility pattern detection, severity scoring, template analysis, and remediation tracking. Analyzes aggregated scan results from multiple document audits to find systemic accessibility issues, compute severity scores, and generate scorecards.

Community-Access/accessibility-agents · 49 tokens