# BrailleTest

> >

- **Type:** Skill
- **Install:** `agentstack add skill-cg-shmoop-claude-skills-brailletest`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [cg-shmoop](https://agentstack.voostack.com/s/cg-shmoop)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [cg-shmoop](https://github.com/cg-shmoop)
- **Source:** https://github.com/cg-shmoop/claude-skills/tree/main/BrailleTest

## Install

```sh
agentstack add skill-cg-shmoop-claude-skills-brailletest
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# BrailleTest

Tests websites from the perspective of a blind user with a 40-cell refreshable braille display using JAWS screen reader navigation.

## What It Does

- Navigates pages using only JAWS keyboard commands (heading nav, landmarks, tab, form fields)
- Simulates a 40-cell braille display — sees only 40 characters at a time
- Records every braille display state, command, and agent decision in a human-readable transcript
- Detects accessibility failures invisible to automated scanners: missing headings, unlabeled forms, excessive navigation cost, silent dynamic content
- Produces session logs that show exactly what a braille user would experience

## What It Does NOT Do

- Does not replace axe-core scanning (complementary, not duplicative)
- Does not test visual accessibility (color contrast, text size)
- Does not emulate speech-only screen reader users (braille-specific)

## Workflows

| Workflow | Trigger | Purpose |
|----------|---------|---------|
| SinglePage | "braille test [URL]" | Test one page with orientation + optional form completion |
| BatchTest | "braille test all pages" | Test multiple pages from a URL list (Phase 4) |
| TaskFlow | "test if a braille user can [task]" | Multi-page user journey (Phase 4) |

## Requirements

- Windows (for UI Automation APIs)
- .NET 8 Runtime (for UIA adapter)
- Node.js / Bun (for TypeScript orchestrator)
- JAWS (optional — enhanced fidelity when present)

## Output

Session transcripts saved to:
```
C:\projects\accessibility-audits\braille-tests\YYYY-MM\domain\sessions\
```

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [cg-shmoop](https://github.com/cg-shmoop)
- **Source:** [cg-shmoop/claude-skills](https://github.com/cg-shmoop/claude-skills)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-cg-shmoop-claude-skills-brailletest
- Seller: https://agentstack.voostack.com/s/cg-shmoop
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
