Unlighthouse — полный SEO-аудит всех страниц сайта

★ 8.1 · testing

seo-unlighthouse is a Claude Code skill that runs Lighthouse across every URL on a site using the MIT-licensed Unlighthouse CLI and aggregates the results — with no API quota consumption. It is the practical free-tier alternative when PageSpeed Insights' 25 000 requests-per-day limit falls short, or when offline Core Web Vitals measurement is needed in CI pipelines or restricted environments. The command `/seo unlighthouse <url>` audits up to 200 routes in mobile mode and produces a JSON and HTML report; `--device desktop`, `--max-routes`, and `--output-dir` flags allow flexible configuration. Results are returned as a parsed `ci-result.json` containing median scores for performance, accessibility, best practices, and SEO, plus a per-route breakdown. Node 18+ and a one-time run of `extensions/unlighthouse/install.sh` are required — no API key needed.