seo-unlighthouse

Run automated multi-page Lighthouse audits and generate aggregate JSON reports.

Updated Jun 5, 2026
One-click install
npx skills add https://github.com/smarmen86/claude-code-kit --skill seo-unlighthouse-smarmen86
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: seo-unlighthouse
Source: https://github.com/smarmen86/claude-code-kit/tree/main/skills/seo-unlighthouse
Command: npx skills add https://github.com/smarmen86/claude-code-kit --skill seo-unlighthouse-smarmen86

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires unlighthouse-cli, and includes scripts (resource) components.

What problem does it solve?

This skill overcomes the restrictive free-tier quotas of PageSpeed Insights by enabling local, site-wide Lighthouse audits that can scale to hundreds of pages without incurring costs or hitting API rate limits.

Core Features & Use Cases

  • Bulk Auditing: Automatically crawls and audits every URL on a site to provide a comprehensive performance overview.
  • Offline Measurement: Enables local Core Web Vitals tracking suitable for CI/CD pipelines and restricted development environments.
  • Regression Testing: Quickly identifies performance regressions across an entire site immediately following a deployment.

Quick Start

Use the seo unlighthouse skill to audit the website at https://example.com and save the results to the local reports directory.

Frequently Asked Questions about seo-unlighthouse

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

FAQPage Schema
How do I run site-wide Lighthouse audits without hitting PageSpeed Insights API limits?▼

Site-wide Lighthouse audits without API limits are achieved by running local headless browser crawls using unlighthouse-cli to automatically audit every URL on a site and generate aggregate JSON reports without incurring costs.

Can I use Lighthouse for regression testing in a CI/CD pipeline?▼

Lighthouse regression testing in CI/CD pipelines is supported by executing automated multi-page audits locally to measure performance and accessibility metrics immediately following a deployment in restricted environments.

Do I need Node 18 to run automated multi-page Lighthouse audits?▼

Node 18+ is required to run automated multi-page Lighthouse audits, along with the unlighthouse-cli package to execute headless browser crawls and generate aggregate JSON reports.

How does bulk auditing measure Core Web Vitals across an entire website?▼

Bulk auditing measures Core Web Vitals by automatically crawling and auditing every URL on a site to provide a comprehensive offline performance overview suitable for local environments.

What's the best way to monitor SEO health across hundreds of pages locally?▼

Monitoring SEO health across hundreds of pages locally is done by performing automated multi-page Lighthouse audits to measure SEO metrics across entire websites without hitting API rate limits.

Does unlighthouse-cli work for offline Core Web Vitals tracking?▼

Offline Core Web Vitals tracking is supported by unlighthouse-cli, enabling local measurement of performance metrics suitable for CI/CD pipelines and restricted development environments without external API calls.