SkillAgentSearch skills...

seo-unlighthouse

Multi-page Lighthouse audit via the MIT-licensed Unlighthouse CLI. Free-tier alternative to running PageSpeed against every URL on a site, no API quota burn, runs locally.

Install / Use

npx skills add AgriciDaniel/claude-seo --skill seo-unlighthouse

Installs into whichever agent you are using.

About this skill
📄

SKILL.md

Installable skill definition

Quality Score

79/100

Category

Marketing

Supported Platforms

Universal

Our assessment of seo-unlighthouse

seo-unlighthouse scores 79/100 on our quality scale, 255th of 295 Marketing skills we index.

Its SKILL.md is 1.7 KB long, split into 5 sections and no code examples: moderately detailed.

With 17,676 GitHub stars, it is one of the more widely adopted skills in the catalogue.

Substance
20/30
Structure
11/20
Description
15/15
Adoption
18/20
Freshness
15/15

Maintenance, license and trust

  • The repository was last updated 3 days ago, so seo-unlighthouse is actively maintained.
  • Our last check on 2026-08-30 found the source still online.
  • It is released under the MIT license, a permissive license that allows use, modification and commercial use with attribution.
  • Its trust signals score 100/100, with no cautions. These come from repository metadata, not a code audit — read the skill file before letting an agent act on it.

Safety scan

No issues found

Our scan of the whole file found no instruction hijacking, hidden characters, credential access, data exfiltration or destructive commands. An AI review of the same text found nothing harmful.

AI review by kimi-k2.7-code on 2026-09-26. Automated pattern scan on 2026-09-26. It catches known dangerous patterns, not every risk — read a skill before letting an agent act on it.

seo-unlighthouse compared with similar skills

All 4 of these similar skills score higher than seo-unlighthouse; compare them before choosing.

SkillScoreStarsUpdatedFormat
seo-unlighthouse (this skill)by AgriciDaniel7917.7k3d agoSKILL.md
Agent-Reachby Panniantong10085.7k12d agoCLAUDE.md
headroomby headroomlabs-ai10073.9ktodayCLAUDE.md
crawl4aiby unclecode10084.4k2d agoMCP Server
Scraplingby D4Vinci10084.0ktodayMCP Server

Frequently asked questions

How do I install seo-unlighthouse?
Run npx skills add AgriciDaniel/claude-seo --skill seo-unlighthouse. The install tabs above show the steps for each supported agent.
Which AI agents does seo-unlighthouse work with?
It is written for Universal, as a SKILL.md file. Other agents that read the same format can often use it too.
Is seo-unlighthouse safe to use?
Our scan of the whole file found no instruction hijacking, hidden characters, credential access, data exfiltration or destructive commands. An AI review of the same text found nothing harmful. It is MIT-licensed and scores 100/100 on trust signals. Skills are instructions an agent will follow, so read the file before installing it and do not approve commands you do not understand.
Is seo-unlighthouse still maintained?
The repository was last updated 3 days ago, so seo-unlighthouse is actively maintained.

name: seo-unlighthouse description: Multi-page Lighthouse audit via the MIT-licensed Unlighthouse CLI. Free-tier alternative to running PageSpeed against every URL on a site, no API quota burn, runs locally. metadata: version: "2.2.4" compatibility: "Requires Node 18+ and the unlighthouse npm package. Run extensions/unlighthouse/install.sh to pre-warm."

seo-unlighthouse

Run Lighthouse against every URL on a site (up to a configurable cap) and aggregate the results. Useful when:

  • PageSpeed Insights' free quota (25k QPD) isn't enough for a large site.
  • You want offline / local CWV measurement (CI integration, restricted environments).
  • You need a quick site-wide regression check after a deploy.

Prerequisites

  • Run extensions/unlighthouse/install.sh (no API key needed).
  • Node 18+ on $PATH.

Routing

| Command | Effect | |---|---| | /seo unlighthouse <url> | Mobile audit, up to 200 routes, JSON+HTML report in a temp dir | | /seo unlighthouse <url> --device desktop | Desktop form factor | | /seo unlighthouse <url> --max-routes 50 --output-dir ./reports | Cap + persist |

All flags forward to scripts/unlighthouse_run.py which handles url_safety pre-flight and subprocess timeout management.

Output handling

The wrapper reads ci-result.json from the Unlighthouse output dir and returns it parsed. Aggregate fields:

  • score.performance (median across audited routes)
  • score.accessibility, score.bestPractices, score.seo
  • Per-route breakdown is available in <output_dir>/ci-result.json

Cross-skill delegation

  • For single-URL field data (CrUX), use seo-google psi / seo-google crux.
  • For LCP subpart decomposition on slow pages, use the scripts/lcp_subparts.py workflow (Phase C).

Related Skills

View on GitHub
GitHub Stars17.7k
CategoryMarketing
Updated3d ago
Forks2.6k

Languages

Python

Trust signals

100/100

From repository metadata: license, adoption, age and documentation. Not a code audit — see the Safety scan above for what the skill file itself contains.

No cautions