Lighthouse Audit for OpenClaw — Review, Trust Score & Install Guide
Short answer: Lighthouse Audit is a verified OpenClaw skill for web & frontend dev. Trust Score 92/100 based on source transparency, permission scope, install safety, update recency, community signal, and documentation quality.
Trust Score: 92/100
- Security tier: Verified
- Risk level: Low
- Last reviewed: 2026-02-19
- Reviewer: OpenClaw Skills Hub editorial team
- Version: 2.0.0
- Author: perf-tools
- Install command:
npx clawhub@latest install lighthouse-audit
How we calculate Trust Scores →
What Lighthouse Audit does
Lighthouse Audit integrates Google Lighthouse directly into OpenClaw. Run performance, accessibility, best practices, and SEO audits on any URL. Track scores over time, detect regressions, and get AI-powered recommendations with code fixes. Schedule automated audits and receive alerts when scores drop.
How to install Lighthouse Audit
- Install the OpenClaw CLI:
npm install -g clawhub@latest
- Install this skill:
npx clawhub@latest install lighthouse-audit
- Verify the install:
openclaw skills list
Security review
This skill is currently classified as Verified with a low risk profile. Our reviewers inspected the SKILL.md manifest, dependency tree, declared permissions, network calls, and shell commands before publishing this score. See our editorial policy and Trust Score methodology for the full rubric.
Best for
- Monitor Core Web Vitals across your site
- Detect performance regressions before production
- Get actionable optimization recommendations with code
- Track accessibility compliance over time
Avoid if
- You need a fully air-gapped install with no network calls.
- Your environment forbids skills with third-party dependencies.
- You require a formally audited SBOM that this version does not yet provide.
Alternatives & related skills
- SEO Optimizer — Analyze and optimize on-page SEO with keyword research, content scoring, and technical SEO audits.
- Responsive Tester — Test your site across devices and breakpoints with visual comparison, screenshot diffs, and layout analysis.
- Vercel Deploy — Deploy, manage, and monitor Vercel projects directly from OpenClaw with zero-config deployments.
Frequently asked questions
Can it run on staging environments?
Yes — test any URL including localhost, staging, and production.
Does it support mobile audits?
Yes — it runs both mobile and desktop audits with configurable throttling.
How do I install Lighthouse Audit?
Run `npx clawhub@latest install lighthouse-audit` from any directory with Claude Code or OpenClaw installed. The skill is added to your local SKILL.md registry and is available to your agent immediately — no restart required.
Related