AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Seo Audit

skill-kabde-seo-skills-seo-audit · by kabde

Full website SEO audit with parallel subagent delegation. Detects business type, delegates to specialists, generates health score. Use when user says audit, full SEO check, analyze my site, or website health check.

No reviews yet
0 installs
37 views
0.0% view→install

Install

$ agentstack add skill-kabde-seo-skills-seo-audit

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-kabde-seo-skills-seo-audit)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
4mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Seo Audit? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Full Website SEO Audit

Process

  1. Fetch homepage: use scripts/fetch_page.py to retrieve HTML
  2. Detect business type: analyze homepage signals (WordPress, publisher, SaaS, etc.)
  3. Crawl site: follow internal links up to 500 pages, respect robots.txt
  4. Delegate to subagents (parallel when possible, sequential fallback):
  • seo-technical -- robots.txt, sitemaps, canonicals, Core Web Vitals, security headers
  • seo-content -- E-E-A-T, readability, thin content, AI citation readiness
  • seo-schema -- detection, validation, generation recommendations
  • seo-performance -- LCP, INP, CLS measurements
  • seo-visual -- screenshots, mobile testing, above-fold analysis
  • seo-geo -- AI crawler access, llms.txt, citability, brand mention signals
  • seo-wordpress -- WordPress-specific audit via REST API (spawn when WordPress detected: wp-content, wp-json signals)
  • seo-cluster -- Semantic clustering analysis (spawn when blog/content strategy signals detected)
  1. Score -- aggregate into SEO Health Score (0-100)
  2. Report -- generate prioritized action plan

Crawl Configuration

Max pages: 500
Respect robots.txt: Yes
Follow redirects: Yes (max 3 hops)
Timeout per page: 30 seconds
Concurrent requests: 5
Delay between requests: 1 second

Output Files

  • FULL-AUDIT-REPORT.md: Comprehensive findings
  • ACTION-PLAN.md: Prioritized recommendations (Critical > High > Medium > Low)

Scoring Weights

| Category | Weight | |----------|--------| | Technical SEO | 22% | | Content Quality | 23% | | On-Page SEO | 20% | | Schema / Structured Data | 10% | | Performance (CWV) | 10% | | AI Search Readiness | 10% | | Images | 5% |

Report Structure

Executive Summary

  • Overall SEO Health Score (0-100)
  • Business type detected
  • Top 5 critical issues
  • Top 5 quick wins

Sections

  • Technical SEO (crawlability, indexability, security, CWV)
  • Content Quality (E-E-A-T, thin content, readability)
  • On-Page SEO (titles, meta, headings, internal linking)
  • Schema & Structured Data
  • Performance (LCP, INP, CLS)
  • Images (alt text, sizes, formats)
  • AI Search Readiness (citability, GEO signals)
  • WordPress Health (if WordPress detected)

Priority Definitions

  • Critical: Blocks indexing or causes penalties (fix immediately)
  • High: Significantly impacts rankings (fix within 1 week)
  • Medium: Optimization opportunity (fix within 1 month)
  • Low: Nice to have (backlog)

Error Handling

| Scenario | Action | |----------|--------| | URL unreachable | Report error. Suggest user verify URL. | | robots.txt blocks | Analyze accessible pages only. Note limitation. | | Rate limiting (429) | Back off, reduce concurrent requests. Report partial results. | | Large sites (500+) | Cap crawl. Report findings for pages crawled. |

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.