Install
openclaw skills install uxlensAudit websites for UX, UI, and accessibility issues with 600+ checkpoints, offering detailed reports, full site crawls, and redesign comparisons.
openclaw skills install uxlensAudit any website for UX, UI, and accessibility issues in seconds. Get a structured report with specific issues, severity levels, and prioritized fixes — delivered as an agent_summary the agent can read and act on directly.
Install once. Use in every project.
agent_summary — a paragraph the agent can read and act onUXLENS_API_KEY environment variable with your keyexport UXLENS_API_KEY=your_key_here
| Tier | Price | What you get |
|---|---|---|
| Free | $0/mo | 5 audits/month |
| Developer | $9.99/mo | 500 audits/month |
| Pro | $29/mo | 3,000 audits/month |
POST https://uxlens.io/api/audit
{ "url": "https://example.com" }
POST https://uxlens.io/api/audit
{ "url": "https://example.com", "crawl_all": true }
POST https://uxlens.io/api/audit
{ "url": "https://example.com", "compare_to": "uxl_a1b2c3d4" }
| Field | Description |
|---|---|
overall | 0-5 score with status label |
agent_summary | One-paragraph summary — safe to read aloud |
audit_id | Use with compare_to for diff mode |
uxIssues | Usability heuristic violations |
uiIssues | Spacing, typography, alignment issues |
a11yIssues | WCAG accessibility violations |
lighthouse | Performance, Accessibility, Best Practices, SEO (0-100) |
coreWebVitals | LCP, CLS, FCP, INP with pass/fail |
mobileResponsive | Viewport, touch targets, font sizes |
metaCompleteness | OG tags, Twitter cards, canonical, favicon |