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.
npx skills add weAAAre/a11y-agents-kit --skill figma-a11y-auditgit clone --depth 1 https://github.com/weAAAre/a11y-agents-kitWrote 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/skills/weaaare/a11y-agents-kit/figma-a11y-audit)<a href="https://agentmods.dev/skills/weaaare/a11y-agents-kit/figma-a11y-audit"><img src="https://agentmods.dev/badge/skills/weaaare/a11y-agents-kit/figma-a11y-audit/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.
<a href="https://agentmods.dev/skills/weaaare/a11y-agents-kit/figma-a11y-audit"><img src="https://agentmods.dev/badge/skills/weaaare/a11y-agents-kit/figma-a11y-audit.svg" alt="Reviewed on agentmods" width="80" 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.00227 | $0.03022 |
| Opus 5 | $0.00113 | $0.01511 |
| Sonnet 5 | $0.00045 | $0.00604 |
| Haiku 4.5 | $0.00023 | $0.00302 |
Grade A, and why
figma-a11y-audit scanned grade A with 1 finding 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 10d 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.
Reads MCP configurationlowAgent snooping
mcp.json carries server URLs and auth tokens; reading it lets a mod discover and abuse other integrations.
2. **figma-console MCP server** configured in `.vscode/mcp.json` with a Figma Personal Access Token Downgraded: this mod is about security review, or the phrase is quoted, so it is likely naming the pattern rather than instructing it.
How it starts
The opening of the file, as written. The whole thing — 274 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Figma A11y Audit
Generate formatted Excel accessibility audit reports from Figma file comments, with visual evidence screenshots of each issue.
How it works
Accessibility auditors leave structured comments in Figma files while reviewing designs. This skill reads those comments via the figma-console MCP server, parses them into structured data, captures a PNG of the affected component as evidence, and produces a styled Excel spreadsheet ready for handoff.
Prerequisites
This skill depends on the figma-console MCP server to communicate with Figma. If the user hasn't set it up yet, read references/setup.md and guide them through the setup process. The requirements are:
- Figma Desktop app (not browser) with the Desktop Bridge plugin installed and running
- figma-console MCP server configured in
.vscode/mcp.jsonwith a Figma Personal Access Token - Python 3 with
openpyxl(pip3 install openpyxl) for Excel generation
Audit comment format
Each audit comment in Figma follows this structure:
Componente: <name>. Error: <description>. Criterio: <WCAG criterion>. Solucion: <proposed fix>
All possible fields:
| Field | Key in comment | Required |
|---|---|---|
| Componente | Componente: |
Yes |
| Error | Error: |
Yes |
| Criterio | Criterio: |
Yes |
| Solución | Solucion: or Solución: |
Yes |
| Metodología | Metodologia: or Metodología: |
No |
| Instancia | Instancia: |
No |
Fields are separated by . (period + space). Key matching is case-insensitive.
Workflow
Follow these steps in order. Complete each step before moving to the next.
Step 1 — Verify Figma connection
Use figma_get_status to confirm a Figma file is connected. If there's no connection, point the user to references/setup.md and stop.
Step 2 — Determine scope and fetch comments
If the user provided a Figma URL (e.g., https://www.figma.com/design/FILE_KEY/Name?node-id=45-123), extract the node-id query parameter to scope the audit to that specific frame or page. Normalise the separator to : (the URL may use - or %3A — both become 45:123).
What ships with it
2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 10d ago First seen · 274 lines · 227 tokens per session scan A 135b24580dc0
figma-a11y-audit is a skill published in the GitHub repository weAAAre/a11y-agents-kit (33 stars, last pushed 4mo ago), licensed MIT. It adds 227 tokens to every session and 3,022 once invoked, about $0.0011 per session on Opus 5. A static security scan graded it A with 1 finding (reads mcp configuration). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
build-parameterized-report
Create parameterized Quarto or R Markdown reports that can be rendered with different inputs to generate multiple variations. Covers parameter definitions, programmatic rendering, and batch generation. Use when generating the same report for different departments, regions, or time periods; creating client-specific…
tracker-builder
This skill should be used when the user asks to "build me a metrics tracker," "wire up a daily log to the summary sheet," "create a performance tracker spreadsheet," or needs an actual spreadsheet built that replicates a Daily Log / summary-sheet pattern with formulas wired between tabs.
xlsx
Use this skill any time a spreadsheet file is the primary input or output. This means any task where the user wants to: open, read, edit, or fix an existing .xlsx, .xlsm, .csv, or .tsv file (e.g., adding columns, computing formulas, formatting, charting, cleaning messy data); create a new spreadsheet from scratch or…
xlsx
Use this skill any time a spreadsheet file is the primary input or output. This means any task where the user wants to: open, read, edit, or fix an existing .xlsx, .xlsm, .csv, or .tsv file (e.g., adding columns, computing formulas, formatting, charting, cleaning messy data); create a new spreadsheet from scratch or…
xlsx
A guide for working with spreadsheet files such as Excel workbooks, CSV files, and TSV files.
officecli-data-dashboard
Use this skill to build a multi-element Excel dashboard — Dashboard sheet on open, multiple formula-driven KPI cards, multiple charts, sparklines, and conditional formatting — from CSV or tabular input. Trigger on: 'dashboard', 'KPI dashboard', 'analytics dashboard', 'executive dashboard', 'metrics dashboard', 'CSV to…