Lighthouse Fixer for Openclaw

Lighthouse Fixer automates web performance audits and uses AI to transform generic diagnostic reports into specific, actionable code fixes.

lxgicstudios
v1.0.1
Jan 29, 2026
0
0
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install lighthouse-fix

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install lighthouse-fix using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Lighthouse Fixer?

Lighthouse Fixer is a specialized developer utility that enhances standard web auditing by providing intelligence-driven solutions. While traditional tools highlight issues like slow Largest Contentful Paint or layout shifts, they often leave developers with generic documentation. This skill, as part of the Openclaw Skills ecosystem, bridges that gap by running a full Lighthouse audit and feeding the results into an AI model to generate context-specific recommendations.

By focusing on actionable advice rather than just metrics, Lighthouse Fixer helps developers quickly resolve technical debt that impacts search rankings and user experience. It is designed for speed and simplicity, requiring no complex configuration to start improving your site's performance profile.

Lighthouse Fixer Use Cases

  • Resolving failing Core Web Vitals that impact search engine rankings.
  • Automating performance reviews for specific landing pages or application routes.
  • Converting high-level SEO audit flags into specific developer tasks.
  • Comparing performance bottlenecks between mobile and desktop environments.

How Lighthouse Fixer Works

  1. The skill triggers a full Lighthouse audit against a provided URL using a headless browser environment.
  2. It captures the resulting JSON report, containing detailed metrics on performance, accessibility, and best practices.
  3. The raw data is transmitted to an AI model (such as GPT-4o-mini) which interprets the technical findings.
  4. The AI generates specific, code-level suggestions based on the actual issues detected on the page.
  5. The tool outputs a prioritized list of fixes directly to the CLI, ranked by their impact on user experience.

Lighthouse Fixer Setup

Lighthouse Fixer requires Node.js 18+ and an active API key for AI processing. You can run it immediately without a local installation using npx.

# Set your API key
export OPENAI_API_KEY='your_api_key_here'

# Run the audit on your site
npx ai-lighthouse https://example.com

To see additional configuration options and categories, run:

npx ai-lighthouse --help

Lighthouse Fixer Data Schema & Taxonomy

The skill processes website metrics and organizes them into a structured format for analysis. The data schema for this Openclaw Skills entry includes:

Component Description
Audit Payload The raw JSON data generated by the Lighthouse engine.
Fix Logic AI-generated markdown strings containing specific code implementation advice.
Categorization Filters for performance, SEO, accessibility, or PWA metrics.
Impact Scores Numerical values indicating the potential improvement from each suggested fix.

Lighthouse Fixer Advanced Features

  • Targeted category auditing to focus exclusively on specific metrics like performance or accessibility.
  • Support for deep-link auditing to optimize internal application routes beyond the homepage.
  • Seamless integration into Openclaw Skills automated developer workflows and toolchains.
  • Context-aware code generation that provides snippets tailored to the specific issues found during the crawl.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*