accessibility-audit

accessibility-audit is a skill for Claude Code from calm-north/seojuice-claude-plugin. It costs 54 tokens per session (533 once invoked), scanned A, original, MIT.

An accessibility audit for a website tracked by SEOJuice. It lists issues related to WCAG, the international guidelines for making websites usable by people with disabilities, and identifies their severity and possible automatic fixes.

In plain words
What is it for?
Use it to inspect WCAG compliance, screen-reader support, issue severity, issue categories, and auto-fixable items for a selected website.
Why use it?
Accessibility problems can prevent people using screen readers, keyboards, or other assistive technology from using a site. The audit shows which problems need attention and which may be fixable automatically.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the seojuice plugin — 10 skills, 1 MCP server shipped together

Good fit Use it to inspect WCAG compliance, screen-reader support, issue severity, issue categories, and auto-fixable items for a selected website.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/calm-north/seojuice-claude-plugin/accessibility-audit
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.

Any agent
npx skills add calm-north/seojuice-claude-plugin --skill accessibility-audit
Clone the repo
git clone --depth 1 https://github.com/calm-north/seojuice-claude-plugin

Made for: Claude Code.

Or install seojuice, the plugin that ships this one along with the rest of its 10 skills, 1 MCP server.

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-audit

README.md
[![agentmods](https://agentmods.dev/badge/skills/calm-north/seojuice-claude-plugin/accessibility-audit/github.svg)](https://agentmods.dev/skills/calm-north/seojuice-claude-plugin/accessibility-audit)
Your own site
<a href="https://agentmods.dev/skills/calm-north/seojuice-claude-plugin/accessibility-audit"><img src="https://agentmods.dev/badge/skills/calm-north/seojuice-claude-plugin/accessibility-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.

agentmods 80×15 button for accessibility-audit

Your own site · 80×15
<a href="https://agentmods.dev/skills/calm-north/seojuice-claude-plugin/accessibility-audit"><img src="https://agentmods.dev/badge/skills/calm-north/seojuice-claude-plugin/accessibility-audit.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 54 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 533 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.00054 $0.00533
Opus 5 $0.00027 $0.00267
Sonnet 5 $0.00011 $0.00107
Haiku 4.5 $0.00005 $0.00053

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

Security

Grade A, and why

accessibility-audit 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 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.

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.

skills/accessibility-audit/SKILL.md · 75 lines

What it actually says

Accessibility Audit

Audit WCAG accessibility compliance for a website.

Instructions

  1. Resolve the domain. If $ARGUMENTS is provided, use it as the domain. If not, call list_websites and ask the user which site to analyze.

  2. Fetch critical issues. Call list_accessibility_issues with:

    • domain: the target domain
    • severity: "critical"
    • page_size: 20
  3. Fetch all issues. Call list_accessibility_issues with:

    • domain: the target domain
    • page_size: 50
  4. Synthesize into an accessibility audit report.

Output Format

Accessibility Audit: [domain]

Issue Summary

Severity Count Auto-Fixable
Critical [n] [n]
Serious [n] [n]
Moderate [n] [n]
Minor [n] [n]

Total issues: [count]

Critical Issues (must fix)

Page Category WCAG Criterion Description
... ... ... ...

Top Issues by Category

Group issues by category and show counts:

Category Issues Most Common WCAG Criterion
... ... ...

Auto-Fixable Items

List issues that can be automatically fixed by SEOJuice's loader:

Page Category Description Status
... ... ... Auto-fixed / Pending

Remediation Plan

Provide prioritized fix recommendations:

  1. Critical issues first -- these block access for users with disabilities
  2. Serious issues -- significant impact on usability
  3. Auto-fixable items that haven't been enabled yet
  4. Pattern-based fixes (if same issue appears across many pages, fix the template)
  5. WCAG criterion explanations for the most common violations
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. 10d ago First seen · 75 lines · 54 tokens per session scan A b80350d9c04a

Subscribe to this mod's changes

accessibility-audit is a skill published in the GitHub repository calm-north/seojuice-claude-plugin (2 stars, last pushed 6mo ago), licensed MIT. It adds 54 tokens to every session and 533 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-08-31.

Related

Other skills, from other repositories

cold-outbound-sequencer

Use when the user asks to "build a B2B cold-outbound sequence", "design reply-triage branching", "plan a domain warmup / sending throttle", or "make my outbound CAN-SPAM / opt-in compliant"; produces a multi-step outbound sequence with reply-triage branches (positive / objection / referral / not-now / opt-out), a…

aaron-he-zhu/aaron-marketing-skills · 172 tokens

contract-helper

Use when the user asks to "draft an influencer contract", "review these agreement terms", or "build a partnership template"; produces a full influencer agreement framework (scope, compensation, usage rights, exclusivity, FTC disclosure), a clause-by-clause review with red flags, and a negotiation cheat sheet. Not for…

aaron-he-zhu/aaron-marketing-skills · 87 tokens

web-vitals

Measure a live page's real Core Web Vitals online via Google PageSpeed Insights (Lighthouse lab + CrUX field data) and turn the result into a prioritized, falsifiable fix list. Use when asked to "check web vitals", "run a PageSpeed / Lighthouse test", "what is the LCP/INP/CLS of this page", "is this page fast", "page…

prashishh/seo-geo-report-engine · 154 tokens

content-amplifier

Use when the user asks to "amplify influencer content with paid media", "set up whitelisting or Spark Ads", "decide which posts to boost", "repurpose influencer content", "turn one video into multiple ads", or "build a UGC asset library"; produces (paid mode) a content-selection scorecard, a paid amplification…

aaron-he-zhu/aaron-marketing-skills · 202 tokens

campaign-planner

Use when the user asks to "plan an influencer campaign", "build a campaign blueprint", "track or close a creator campaign", or "record a late campaign correction"; produces the plan and, when requested, a non-canonical evidence tracker with scoped identity, publication, reconciliation, close, and reopen receipts. Not…

aaron-he-zhu/aaron-marketing-skills · 124 tokens

inbox-placement-monitor

Use when the user asks to "track where my emails are actually landing after I send", "read my seed-list inbox vs spam vs promotions results", "trend my Gmail Postmaster / Microsoft SNDS reputation", or "did placement drop after my last send"; produces a per-provider inbox/spam/promotions placement read, a domain/IP…

aaron-he-zhu/aaron-marketing-skills · 166 tokens