skills$openclaw/perf-auditor
lxgicstudios6.3k

by lxgicstudios

perf-auditor – OpenClaw Skill

perf-auditor is an OpenClaw Skills integration for coding workflows. Run a Lighthouse performance audit with AI fix suggestions. Use when your site is slow and you need actionable fixes.

6.3k stars5.6k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

nameperf-auditor
descriptionRun a Lighthouse performance audit with AI fix suggestions. Use when your site is slow and you need actionable fixes. OpenClaw Skills integration.
ownerlxgicstudios
repositorylxgicstudios/perf-auditor
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @lxgicstudios/perf-auditor
last updatedFeb 7, 2026

Maintainer

lxgicstudios

lxgicstudios

Maintains perf-auditor in the OpenClaw Skills directory.

View GitHub profile
File Explorer
3 files
.
_meta.json
289 B
README.md
453 B
SKILL.md
2.6 KB
SKILL.md

name: perf-auditor description: Run a Lighthouse performance audit with AI fix suggestions. Use when your site is slow and you need actionable fixes.

Performance Auditor

Your site scores 43 on Lighthouse and you don't know where to start. This tool runs a performance audit and gives you specific, prioritized fixes instead of vague suggestions. It tells you exactly what's slowing things down and how to fix it.

One command. Zero config. Just works.

Quick Start

npx ai-lighthouse https://mysite.com

What It Does

  • Runs a Lighthouse performance audit on any URL
  • Identifies the biggest performance bottlenecks with specific metrics
  • Generates AI powered fix suggestions with actual code changes
  • Prioritizes fixes by impact so you tackle the big wins first
  • Covers Core Web Vitals, render blocking resources, and image optimization

Usage Examples

# Audit a production URL
npx ai-lighthouse https://mysite.com

# Audit a local dev server
npx ai-lighthouse http://localhost:3000

# Audit a specific page
npx ai-lighthouse https://mysite.com/products

Best Practices

  • Test production, not dev - Dev builds are unoptimized. Always audit the production URL for real numbers.
  • Fix the top 3 issues first - Don't try to fix everything at once. The top 3 usually account for 80% of the problem.
  • Run before and after - Get a baseline, make changes, then re-audit to see the improvement
  • Check mobile and desktop separately - Mobile performance is usually worse and that's where most users are

When to Use This

  • Your Lighthouse score dropped and you need to figure out why
  • A client is complaining about slow page loads
  • You want to optimize before a product launch
  • You need to pass Core Web Vitals thresholds for SEO

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.

npx ai-lighthouse --help

How It Works

The tool runs Lighthouse programmatically against your URL to collect performance metrics. It then analyzes the audit results and sends the bottleneck data to an AI model that generates specific, actionable fix suggestions. Each suggestion includes the expected impact and code changes.

License

MIT. Free forever. Use it however you want.

README.md

Performance Auditor

Run Lighthouse audits with AI fix suggestions.

Quick Start

npx ai-lighthouse https://mysite.com

What It Does

  • Runs Lighthouse performance audits
  • Generates AI powered fix suggestions
  • Prioritizes by impact

Part of the LXGIC Dev Toolkit

110+ free developer tools. No paywalls.

MIT License.

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. ```bash npx ai-lighthouse --help ```

FAQ

How do I install perf-auditor?

Run openclaw add @lxgicstudios/perf-auditor in your terminal. This installs perf-auditor 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/perf-auditor. Review commits and README documentation before installing.