IndexLift SEO Auditor
by @horosheff
Use this skill when the user wants an SEO audit, technical SEO review, page-level Google or Yandex analysis, robots.txt or sitemap validation, canonical/inde...
clawhub install google-yandex-seo-skillsπ About This Skill
name: indexlift-seo-auditor description: Use 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". license: MIT compatibility: requires: - node - npm metadata: category: seo engines: - google - yandex
IndexLift SEO Auditor
When To Use
Use 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.
What This Skill Does
This skill runs an ultra-detailed single-page SEO audit by default and produces:
Quick Start
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.
Workflow
1. Confirm the target URL and desired tier if the user did not specify them. 2. Run the audit script:
cd .agents/skills/indexlift-seo-auditor
npm install
node scripts/run-audit.js --url "" --tier standard --engines google,yandex --output ./deliverables/
1. Read the generated Markdown report and JSON artifact if you need to summarize or further analyze the output. 2. Present findings ordered by impact: - direct page failures first - metadata, heading, and image issues next - Google/Yandex-specific gaps next - performance and context-only notes last 3. Answer in the same language the user is currently using in the conversation unless they explicitly ask for another language. 4. After giving the short summary, offer the user the full report and mention that the complete Markdown report and JSON artifact are available if they want the full version.
Mode Guidance
single-page: default mode, best for the most detailed audit of one URLcrawl: optional mode for broader internal-link exploration when explicitly neededTier Guidance
basic: 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 checksOutput Expectations
When reporting results to the user:
Included Files
β‘ When to Use
π‘ Examples
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.