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.
git clone --depth 1 https://github.com/gonzalezpazmonica/saviaWrote 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.
[](https://agentmods.dev/commands/gonzalezpazmonica/savia/accessibility-setup)<a href="https://agentmods.dev/commands/gonzalezpazmonica/savia/accessibility-setup"><img src="https://agentmods.dev/badge/commands/gonzalezpazmonica/savia/accessibility-setup.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once 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 |
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 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.
Copies of this mod
1 near-identical copy found in the catalogue:
- accessibility-setup — 100% identical, 0 lines differ
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?"
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.
- 2d ago First seen · 94 lines · 21 tokens per session scan A 90eb91624dec
accessibility-setup is a command published in the GitHub repository gonzalezpazmonica/savia (50 stars, last pushed today), 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. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-06.
Other commands, from other repositories
deja
Search this machine's past AI coding sessions (deja-vu).
seo-report
Generates a complete SEO report in markdown — combines technical audit, content and schema in one document with an overall score and prioritized action plan. TRIGGER when the user enters /seo-report or asks for a full SEO report, SEO summary or SEO audit report.
seo-content
Analyzes content quality — length, readability, thin content, internal duplicate content and topic expansion opportunities. TRIGGER when the user enters /seo-content or asks to analyze content quality, thin content, readability or topic coverage.
seo-schema
Audits the site's structured data (JSON-LD) — verifies schema types, required fields, validation errors and rich snippet opportunities. TRIGGER when the user enters /seo-schema or asks to review or generate structured data, JSON-LD, schema markup or rich snippets.
seo-audit
Full technical SEO audit of a site. Reviews meta tags, headings, images without alt, broken links, sitemap, robots.txt, canonical tags and URL structure. Generates a report prioritized by impact. TRIGGER when the user enters /seo-audit or asks for a complete SEO audit.
seo-speed
Analyzes the site load performance — bundle size, unoptimized images, render-blocking scripts, missing lazy loading and estimated Core Web Vitals. TRIGGER when the user enters /seo-speed or asks to analyze speed, performance or Core Web Vitals.