ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

lighthouse-fixer

Run Lighthouse audit and get AI fix suggestions. Use when improving performance.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/lxgicstudios/lighthouse-fix
Or

Lighthouse Fixer

Lighthouse tells you what's wrong but the fix suggestions are generic. This tool runs Lighthouse and gives you specific, actionable fixes for your issues.

One command. Zero config. Just works.

Quick Start

npx ai-lighthouse https://mysite.com

What It Does

  • Runs full Lighthouse audit on any URL
  • Analyzes the results with AI
  • Provides specific fixes, not generic advice
  • Prioritizes issues by impact

Usage Examples

# Audit your site
npx ai-lighthouse https://mysite.com

# Specific page
npx ai-lighthouse https://example.com/page

# Focus on performance
npx ai-lighthouse https://mysite.com --category performance

Best Practices

  • Fix performance first - biggest impact on user experience
  • Test on slow connections - not everyone has gigabit
  • Check mobile separately - mobile scores are often worse
  • Iterate - fix one thing at a time

When to Use This

  • Lighthouse scores are tanking
  • SEO audit flagged performance issues
  • Core Web Vitals are failing
  • Want actionable advice, not documentation links

Part of the LXGIC Dev Toolkit

This is one of 110+ free developer tools built by LXGIC Studios. No paywalls, no sign-ups, no API keys on free tiers. Just tools that work.

Find more:

Requirements

No install needed. Just run with npx. Node.js 18+ recommended. Needs OPENAI_API_KEY environment variable.

npx ai-lighthouse --help

How It Works

Runs Lighthouse against your URL, captures the full report, and sends it to GPT-4o-mini. The AI interprets the findings and provides specific code-level recommendations based on the actual issues found.

License

MIT. Free forever. Use it however you want.

Metadata

Stars1601
Views0
Updated2026-02-27
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-lxgicstudios-lighthouse-fix": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.