seo-audit

Install in three steps

Drop seo-audit into your DeepSeek Harness skills directory and you have a full local & technical SEO audit engine. Nothing touches your global Python or system — dependencies and Chromium stay workspace-local.

1. Get the toolkit

git clone https://github.com/Haniubub/seo-toolkit.git
cd seo-toolkit
./setup.sh     # one command: pylibs/ + Chromium + smoke test

2. Point the skill at it

The skill looks for the toolkit in order:

  1. $SEO_TOOLKIT — set this and you're done.
  2. The seo-toolkit/ folder beside this skill.
  3. ./seo on PATH.

3. Verify it works

./seo doctor                    # expect "Playwright-Chromium: OK"
./seo audit https://example.com # full weighted audit

The first ./seo doctor may occasionally time out under a sandbox because it launches headless Chromium — just retry. It's a transient launch flake, not a broken install.

Requirements