Lighthouse Fixer automates web performance audits and uses AI to transform generic diagnostic reports into specific, actionable code fixes.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install lighthouse-fix
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
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).
Get the raw skill files in a ZIP archive.
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 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
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. |
Loading
An AI-powered CLI tool that helps developers select, understand, and generate open source licenses for their projects in seconds.

An AI-driven CLI tool that analyzes component trees to identify lazy loading opportunities and optimize initial page load performance.

An AI-powered analysis tool that identifies heavy components for lazy loading to drastically reduce initial bundle sizes.

An AI-powered performance tool that analyzes component usage to identify and suggest candidates for lazy loading.

An AI-enhanced web auditing tool that converts Lighthouse reports into specific, actionable code-level fixes.

A CLI utility that instantly generates production-grade structured logging configurations for Node.js frameworks.








































