accessibility-setup

accessibility-setup is a command for Claude Code from gonzalezpazmonica/pm-workspace. It costs 21 tokens per session (1,061 once invoked), scanned A, a copy of accessibility-setup, MIT.

A conversation-based setup for adapting Savia to a user's accessibility needs. It covers options such as screen readers, high contrast, reduced motion, keyboard or mouse difficulties, voice control, and simpler step-by-step communication.

In plain words
What is it for?
Use it to configure accessibility preferences by discussing vision, motor, cognitive, and related needs with the assistant.
Why use it?
It lets the assistant's communication and interaction style better match how each person works. The settings are saved in the user's profile for later use.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: model in frontmatter.

Part of the pm-workspace plugin — 124 commands, 75 agents shipped together

Good fit Use it to configure accessibility preferences by discussing vision, motor, cognitive, and related needs with the assistant.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/gonzalezpazmonica/pm-workspace/accessibility-setup
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/gonzalezpazmonica/pm-workspace

Made for: Claude Code.

Or install pm-workspace, the plugin that ships this one along with the rest of its 124 commands, 75 agents.

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 accessibility-setup

README.md
[![agentmods](https://agentmods.dev/badge/commands/gonzalezpazmonica/pm-workspace/accessibility-setup/github.svg)](https://agentmods.dev/commands/gonzalezpazmonica/pm-workspace/accessibility-setup)
Your own site
<a href="https://agentmods.dev/commands/gonzalezpazmonica/pm-workspace/accessibility-setup"><img src="https://agentmods.dev/badge/commands/gonzalezpazmonica/pm-workspace/accessibility-setup/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 accessibility-setup

Your own site · 80×15
<a href="https://agentmods.dev/commands/gonzalezpazmonica/pm-workspace/accessibility-setup"><img src="https://agentmods.dev/badge/commands/gonzalezpazmonica/pm-workspace/accessibility-setup.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 21 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,061 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 100% copy Near-identical to another mod 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.00021 $0.01061
Opus 5 $0.00010 $0.00531
Sonnet 5 $0.00004 $0.00212
Haiku 4.5 $0.00002 $0.00106

Measured 5d ago against content hash 90eb91624dec, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

accessibility-setup 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 5d 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.

Origin

This is a copy

100% identical to accessibility-setup — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.claude/commands/accessibility-setup.md · 94 lines

How it starts

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

/accessibility-setup

Configura las preferencias de accesibilidad del usuario actual a través de una conversación natural.

Protocolo

Antes de empezar

Carga el perfil activo desde .claude/profiles/active-user.md. Si no existe perfil, sugiere ejecutar /profile-setup primero. Si existe pero no tiene accessibility.md, créalo desde la plantilla en .claude/profiles/users/template/accessibility.md.

Fase 1 — Visión

Pregunta de forma natural, sin formulario:

"Vamos a configurar cómo me comunico contigo para que sea lo más cómodo posible. Empecemos por la visión: ¿usas un lector de pantalla como NVDA, JAWS o VoiceOver? ¿Necesitas que evite depender de colores para dar información?"

Según la respuesta, actualiza: screen_reader, high_contrast, reduced_motion.

Fase 2 — Motor

"¿Tienes alguna dificultad con el teclado o el ratón? ¿Usas control por voz (Talon, Dragon)? Si quieres, puedo activar aliases cortos para los comandos más usados y extender los tiempos de espera."

Actualiza: motor_accommodation, voice_control.

Fase 3 — Cognitivo

"Ahora algo importante: ¿preferirías que te dé la información más resumida y paso a paso? Tengo un modo de trabajo guiado donde voy haciéndote preguntas en vez de darte toda la información de golpe. También puedo adaptar el lenguaje de las code reviews para que sea más constructivo. ¿Te interesa alguna de estas opciones?"

Actualiza: cognitive_load, focus_mode, guided_work, guided_work_level, review_sensitivity, dyslexia_friendly.

Fase 4 — Bienestar

"Por último: ¿te ayudaría que te recuerde tomar pausas? Puedo usar la técnica Pomodoro (25 min trabajo / 5 descanso), el método 52-17, o un intervalo que tú elijas."

Actualiza: break_strategy, break_interval_min.

Fase 5 — Perfil neurodivergente (opcional)

"Último paso, completamente opcional: algunas personas trabajan mejor cuando el entorno se adapta a su forma de pensar. Por ejemplo, puedo proteger tu concentración si tienes ADHD, evitar lenguaje ambiguo si prefieres comunicación literal, o adaptar documentos si la lectura es un reto. ¿Te interesa configurar algo de esto?"

Read the full file on GitHub · 94 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. 5d ago First seen · 94 lines · 21 tokens per session scan A 90eb91624dec

Subscribe to this mod's changes

accessibility-setup is a command published in the GitHub repository gonzalezpazmonica/pm-workspace (49 stars, last pushed 2d ago), licensed MIT. It adds 21 tokens to every session and 1,061 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to accessibility-setup, differing in 0 lines, and is treated as a copy.