seo-unlighthouse

Audit multiple website URLs for performance and SEO issues with Lighthouse.

1|Updated Jun 19, 2026
One-click install
npx skills add https://github.com/rjit1/ai-seo --skill seo-unlighthouse-rjit1
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: seo-unlighthouse
Source: https://github.com/rjit1/ai-seo/tree/main/claude-seo/extensions/unlighthouse/skills/seo-unlighthouse
Command: npx skills add https://github.com/rjit1/ai-seo --skill seo-unlighthouse-rjit1

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the challenge of running large-scale website performance audits when hosted PageSpeed tools face quota limits or when local measurement is required.

Core Features & Use Cases

  • Multi-page Lighthouse Audits: Runs Lighthouse across many site URLs and aggregates performance, accessibility, best practices, and SEO scores.
  • Local Performance Testing: Enables offline or CI-based Core Web Vitals checks without consuming external API quotas.
  • Use Case: Monitor a production website after a deployment by auditing multiple routes and reviewing aggregated regression results.

Quick Start

Use the seo-unlighthouse skill to audit https://example.com across its pages and generate a Lighthouse performance report.

Frequently Asked Questions about seo-unlighthouse

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run a Lighthouse audit across an entire website instead of just one page?▼

Local Core Web Vitals measurement allows you to run offline or CI-based performance checks without consuming external API quotas, which is ideal when hosted PageSpeed tools face rate limits.

How do I measure Core Web Vitals locally without hitting external API quota limits?▼

Local Core Web Vitals measurement allows you to run offline or CI-based performance checks without consuming external API quotas, which is ideal when hosted PageSpeed tools face rate limits.

Can I use Unlighthouse for deployment regression testing on a production website?▼

You need Node.js and the Unlighthouse CLI installed in your environment to execute validated local scans and produce aggregated audit reports.

Do I need Node.js to run local Lighthouse scans for SEO analysis?▼

You need Node.js and the Unlighthouse CLI installed in your environment to execute validated local scans and produce aggregated audit reports.

What is the best way to automate site-wide SEO and performance checks in a CI pipeline?▼

Automating site-wide SEO and performance checks in a CI pipeline is best done by running local Lighthouse scans across multiple URLs to validate Core Web Vitals and aggregate quality scores without external dependencies.