6.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.
Skill Snapshot
| name | perf-auditor |
| description | Run a Lighthouse performance audit with AI fix suggestions. Use when your site is slow and you need actionable fixes. OpenClaw Skills integration. |
| owner | lxgicstudios |
| repository | lxgicstudios/perf-auditor |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @lxgicstudios/perf-auditor |
| last updated | Feb 7, 2026 |
Maintainer

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:
- GitHub: https://github.com/LXGIC-Studios
- Twitter: https://x.com/lxgicstudios
- Substack: https://lxgicstudios.substack.com
- Website: https://lxgic.dev
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.
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.
- GitHub: https://github.com/LXGIC-Studios
- Twitter: https://x.com/lxgicstudios
- Website: https://lxgic.dev
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.
