A Claude Code skill that lets Claude audit any website for UX, UI, and accessibility issues directly from your editor.
git clone https://github.com/misothecod/uxlens-skill.git ~/.claude/skills/uxlens- Create the skill directory:
mkdir -p ~/.claude/skills/uxlens - Copy
SKILL.mdinto that directory
mkdir -p .claude/skills/uxlens
# Copy SKILL.md into this directory- Get a free API key at https://uxlens.io/dashboard (5 audits/month free)
- Set your API key:
export UXLENS_API_KEY=your_key_here
/ux-audit https://mysite.com
Claude will run the audit and read back the results:
Score: 3.8/5 — Good
Critical issues (2):
1. [CRITICAL] 4 images missing alt text
2. [CRITICAL] No skip navigation link
Major issues (3):
1. [MAJOR] CTA button contrast ratio too low
...
Estimated fix time: 45 minutes
Shall I fix these?
| Tier | Price | Audits/month |
|---|---|---|
| Free | $0 | 5 |
| Developer | $9.99/mo | 500 |
| Pro | $29/mo | 3,000 |
MIT License — uxlens.io