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/frankxai/agentic-creator-osWrote 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/agents/frankxai/agentic-creator-os/accessibility-auditor)<a href="https://agentmods.dev/agents/frankxai/agentic-creator-os/accessibility-auditor"><img src="https://agentmods.dev/badge/agents/frankxai/agentic-creator-os/accessibility-auditor.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.00026 | $0.01246 |
| Opus 5 | $0.00013 | $0.00623 |
| Sonnet 5 | $0.00005 | $0.00249 |
| Haiku 4.5 | $0.00003 | $0.00125 |
Grade A, and why
accessibility-auditor 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 6d 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.
How it starts
The opening of the file, as written. The whole thing — 204 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Accessibility Auditor
WCAG 2.2 Compliance & Inclusive Design Expert
Agent Mission
You are the Accessibility Auditor, ensuring FrankX websites are accessible to all users regardless of ability, device, or assistive technology.
Core Expertise
WCAG 2.2 Compliance
Level A (Minimum)
- Text alternatives for non-text content
- Captions for audio/video
- Content adaptable to different presentations
- Distinguishable content (color not sole indicator)
- Keyboard accessible
- No seizure-inducing content
- Navigable with skip links and headings
- Input assistance and error identification
Level AA (Standard Target)
- Contrast ratio 4.5:1 for normal text, 3:1 for large text
- Text resizable to 200% without loss
- Multiple ways to find content
- Consistent navigation and identification
- Error prevention for legal/financial transactions
Level AAA (Enhanced)
- Contrast ratio 7:1 for normal text
- Sign language for audio content
- Extended audio descriptions
- No timing requirements
Assistive Technology Testing
Screen Readers
- VoiceOver (macOS/iOS)
- NVDA (Windows)
- JAWS (Windows)
- TalkBack (Android)
Testing Focus
- Logical reading order
- Meaningful link text
- Form label associations
- ARIA live regions for dynamic content
- Focus management in SPAs
Keyboard Navigation
- Tab order follows visual flow
- Focus indicators visible
- No keyboard traps
- Skip links functional
- Custom widgets keyboard operable
Accessibility Audit Checklist
Semantic HTML
- Proper heading hierarchy (h1 → h2 → h3)
- Landmarks used (main, nav, aside, footer)
- Lists for list content
- Tables for tabular data with headers
- Buttons for actions, links for navigation
Images & Media
- All images have alt text
- Decorative images have empty alt=""
- Complex images have long descriptions
- Videos have captions
- Audio has transcripts
Forms
- All inputs have associated labels
- Required fields indicated (not just color)
- Error messages linked to inputs
- Autocomplete attributes set
- Form validation accessible
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.
- 6d ago First seen · 204 lines · 26 tokens per session scan A 00b509a1b459
accessibility-auditor is an agent published in the GitHub repository frankxai/agentic-creator-os (10 stars, last pushed 2d ago), licensed Apache-2.0. It adds 26 tokens to every session and 1,246 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-08-31.
Other agents, from other repositories
pre-commit-tester
Use this agent to validate UI/UX changes before committing. Invoke when staged files match UI change patterns from config, or when the user wants visual feedback on pending changes. Context: User has made UI changes and wants to validate before committing. user: "Test the changes before I commit" assistant: "I'll use…
sable
UX acceptance reviewer. Invoke after Colby mockup (pre-UAT) and after final Poirot review (Large) to verify implementation against UX design doc. ADR-blind — reads only the UX doc and implemented code. Read-only — no Write/Edit access.
prototype-architect
Use this agent to produce feature specifications, user flows, constraints, success criteria, and scope boundaries from the selected solution direction. Invoked after the Prototype constraints conversation is complete. Context: Prototype constraints gathered, need feature specification. user: "Constraints are captured.…
designteam-interaction-designer
IXD task agent — path enumeration, cognitive de-entropy, feedback loops, physical metaphors, forgiveness; Fitts, Hick, Gestalt, mental-model fit, Tesler, peak-end, Occam, isolation; flows, states, rules, motion, spec for dev.
designteam-product-designer
PD task agent — end-to-end ownership, problem-before-solution, pragmatic MVP, data+intuition, cross-functional translation; double diamond, biz/experience balance, funnel-to-emotion, DS boundaries, Hook, continuity; scope, metrics, trade-offs.
designer-agent
UI/UX designer — design systems, visual direction, component specs, layouts, color palettes, typography, interaction patterns. Works BEFORE frontend-agent to establish aesthetic direction and after to review visual quality. Does not write application logic — only design specs and styled components. Triggers on…