Install
openclaw skills install google-yandex-seo-skillsUse this skill when the user wants an SEO audit, technical SEO review, page-level Google or Yandex analysis, robots.txt or sitemap validation, canonical/indexability checks, or a client-ready SEO report. It is designed for ultra-detailed single-page audits by default, with actionable findings, JSON and Markdown deliverables, and separate Google/Yandex breakdowns, even if the user does not explicitly mention "skill", "audit", or "SEO tool".
openclaw skills install google-yandex-seo-skillsUse this skill when the user asks to:
robots.txt, sitemaps, canonicals, redirects, or metadataDo not use this skill for backlink research, SERP monitoring, competitor gap analysis, or any workflow that requires paid external APIs. This build is intentionally limited to the free local tools bundled in the repository.
This skill runs an ultra-detailed single-page SEO audit by default and produces:
From the skill directory, run:
cd .agents/skills/indexlift-seo-auditor
npm install
node scripts/run-audit.js --url "https://example.com" --tier standard --output ./deliverables/
The default mode is single-page. Use --mode crawl only when the user explicitly wants a broader internal-link crawl.
cd .agents/skills/indexlift-seo-auditor
npm install
node scripts/run-audit.js --url "<URL>" --tier standard --engines google,yandex --output ./deliverables/
single-page: default mode, best for the most detailed audit of one URLcrawl: optional mode for broader internal-link exploration when explicitly neededbasic: lightweight single-page auditstandard: full single-page audit with detailed report layerspro: same single-page default with a broader reporting envelope, but still only free local checksWhen reporting results to the user: