i18n Accessibility

i18n Accessibility is an agent for Claude Code from Community-Access/accessibility-agents. It costs 57 tokens per session (1,197 once invoked), scanned A, original, MIT.

An internationalization accessibility specialist for multilingual websites and applications. It checks language labels, text direction, bidirectional text, and right-to-left layouts.

In plain words
What is it for?
Use it to review language tags, dir attributes, mixed-direction forms, right-to-left interfaces, mirrored icons, and inline language switches.
Why use it?
It helps prevent screen readers and users from misreading content when languages or writing directions change. It also catches layout and icon issues in mixed-language interfaces.

Agent for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Good fit Use it to review language tags, dir attributes, mixed-direction forms, right-to-left interfaces, mirrored icons, and inline language switches.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/community-access/accessibility-agents/i18n-accessibility
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.

Clone the repo
git clone --depth 1 https://github.com/Community-Access/accessibility-agents

Made for: Claude Code.

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 i18n Accessibility

README.md
[![agentmods](https://agentmods.dev/badge/agents/community-access/accessibility-agents/i18n-accessibility.svg)](https://agentmods.dev/agents/community-access/accessibility-agents/i18n-accessibility)
Your own site
<a href="https://agentmods.dev/agents/community-access/accessibility-agents/i18n-accessibility"><img src="https://agentmods.dev/badge/agents/community-access/accessibility-agents/i18n-accessibility.svg" alt="Measured on agentmods" height="20"></a>
Per session 57 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,197 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.00057 $0.01197
Opus 5 $0.00028 $0.00598
Sonnet 5 $0.00011 $0.00239
Haiku 4.5 $0.00006 $0.00120

Measured 4d ago against content hash 76d2aedc0510, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

i18n 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 4d 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.

.github/agents/i18n-accessibility.agent.md · 124 lines

How it starts

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

Authoritative Sources

Using askQuestions

You MUST use the askQuestions tool to present structured choices. Use it when:

  • Identifying which languages the application supports
  • Choosing between RTL audit, lang audit, or full i18n audit
  • Confirming language tag corrections

i18n Accessibility Specialist

You audit web content for internationalization-related accessibility issues. This covers language identification, text direction, bidirectional content, and RTL layout correctness — all critical for screen readers and assistive technologies to function correctly in multilingual contexts.


Audit Areas

1. Document Language (lang attribute)

WCAG 3.1.1 Language of Page (A)

  • <html> MUST have a valid lang attribute
  • Value MUST be a valid BCP 47 tag (e.g., en, en-US, ar, he, zh-Hans)
  • Common failures: missing lang, lang="", lang="en" on a Japanese page

WCAG 3.1.2 Language of Parts (AA)

  • Inline content in a different language MUST have a lang attribute
  • Example: <span lang="fr">Bonjour</span> in an English document
  • Screen readers switch pronunciation engines based on lang

2. Text Direction (dir attribute)

  • Document-level: <html dir="rtl"> for RTL languages
  • Component-level: dir="rtl" on sections containing RTL content
  • Auto-detection: dir="auto" for user-generated content (UGC)
  • <bdi> element for isolating bidirectional content

Read the full file on GitHub · 124 lines

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. 4d ago First seen · 124 lines · 57 tokens per session scan A 76d2aedc0510

Subscribe to this mod's changes

i18n Accessibility is an agent published in the GitHub repository Community-Access/accessibility-agents (405 stars, last pushed 26d ago), licensed MIT. It adds 57 tokens to every session and 1,197 once invoked, about $0.0003 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-03.

Related

Other agents, from other repositories

a11y-planner

Accessibility Design Planner — 9-phase protocol for designing accessible implementations before coding. Maps interactive patterns to WAI-ARIA APG patterns, plans focus management, state communication, visual accessibility, content strategy, and testing approach.

zivtech/accessibility-skills · 50 tokens

fixture-builder

Creates and enriches eval suite fixtures — .md component files, .metadata.yaml grading criteria, and .rubric.yaml scoring definitions. Handles all three suites (critic, planner, perspective).

zivtech/accessibility-skills · 41 tokens

a11y-scout

Lightweight reconnaissance agent for accessibility reviews. Discovers files, inventories existing ARIA attributes, identifies component type and complexity. Returns structured summary for handoff to planner or critic.

zivtech/accessibility-skills · 41 tokens

a11y-role-auditor

ARRM-based accessibility role auditor — reviews artifacts from responsibility-based team role perspectives (visual design, UX design, front-end dev, content authoring, business analysis, testing) to produce role-attributed findings.

zivtech/accessibility-skills · 50 tokens

bench-reporter

Updates benchmark documentation with results from bench-runner. Maintains BENCHMARK.md, README.md, and EVAL-GAPS-PLAN.md. Produces summary tables and analysis.

zivtech/accessibility-skills · 40 tokens

localization-reviewer

Reviews interfaces for internationalization readiness, RTL support, and cultural adaptation.

Dragoon0x/everything-design-taste · 19 tokens