get-crawl-report

Installation
SKILL.md

Load a saved crawl report

Saved reports make technical analysis reproducible: several follow-ups can use the same crawl instead of observing the site at different times. Loading a report is a local storage operation, not a fresh check, so always retain its creation time and original crawl boundaries in the explanation.

Run it

For MCP, call seo_list_reports with category crawl only for report discovery. Call seo_describe_report with { "id": "get-crawl-report" }, then call seo_run_report with:

{
  "id": "get-crawl-report",
  "params": {
    "id": "crawl_example_20260710",
    "includeIssues": true
  }
}

Check isError and use MCP structuredContent. CLI parity is:

Installs
1
Repository
iannuttall/seo
GitHub Stars
464
First Seen
Jul 11, 2026
get-crawl-report — iannuttall/seo