skills$openclaw/lighthouse-fixer
lxgicstudios971

by lxgicstudios

lighthouse-fixer – OpenClaw Skill

lighthouse-fixer is an OpenClaw Skills integration for coding workflows. Run Lighthouse audit and get AI fix suggestions. Use when improving performance.

971 stars2.9k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

namelighthouse-fixer
descriptionRun Lighthouse audit and get AI fix suggestions. Use when improving performance. OpenClaw Skills integration.
ownerlxgicstudios
repositorylxgicstudios/lighthouse-fixer
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @lxgicstudios/lighthouse-fixer
last updatedFeb 7, 2026

Maintainer

lxgicstudios

lxgicstudios

Maintains lighthouse-fixer in the OpenClaw Skills directory.

View GitHub profile
File Explorer
9 files
.
src
cli.ts
933 B
index.ts
2.1 KB
_meta.json
290 B
package-lock.json
46.2 KB
package.json
617 B
README.md
300 B
SKILL.md
2.0 KB
tsconfig.json
211 B
SKILL.md

name: lighthouse-fixer description: Run Lighthouse audit and get AI fix suggestions. Use when improving performance.

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.

README.md

ai-lighthouse

Run Lighthouse audit and get AI-powered fix suggestions.

Install

npm install -g ai-lighthouse

Usage

npx ai-lighthouse https://mysite.com
npx ai-lighthouse https://example.com/page

Setup

export OPENAI_API_KEY=sk-...

License

MIT

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

No install needed. Just run with npx. Node.js 18+ recommended. Needs OPENAI_API_KEY environment variable. ```bash npx ai-lighthouse --help ```

FAQ

How do I install lighthouse-fixer?

Run openclaw add @lxgicstudios/lighthouse-fixer in your terminal. This installs lighthouse-fixer into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/lxgicstudios/lighthouse-fixer. Review commits and README documentation before installing.