website-audit

Featured

Full website SEO audit — crawls up to 500 pages, detects business type, spawns up to 15 parallel specialist agents (8 always + 7 conditional), generates SEO Health Score (0-100) with enterprise HTML report. Completely standalone — not connected to the blog-writer pipeline. Triggers on: audit my site, website audit, full SEO check, site health, analyze my website, SEO analysis, technical SEO audit, or any URL + audit intent. Use whenever user mentions 'audit', 'check my site', 'SEO health', 'website analysis', or provides a URL asking for SEO evaluation.

AI & Automation 43 stars 13 forks Updated 3 days ago Apache-2.0

Install

View on GitHub

Quality Score: 89/100

Stars 20%
55
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Full Website SEO Audit Standalone website auditing tool. URL in → crawl → analyze → report out. No dependency on the blog-writer pipeline, project system, or article creation flow. ## Invocation ``` /website-audit https://example.com /website-audit https://example.com --max-pages 100 ``` ## Process ### Phase 1: INITIALIZE 1. Validate URL: ```bash python -c "from scripts._core.ssrf_guard import validate_url; err = validate_url('$URL'); print(err or 'OK')" ``` 2. Create output directory: `./seo-audit-{domain}-{YYYY-MM-DD}/` 3. Show cost estimate to user (based on detected page count): - 8 core agents (Opus): ~$8 - With conditional agents: ~$15 max - Await user confirmation if over $10 ### Phase 2: CRAWL ```bash python -m scripts.audit.crawl_site "$URL" --max-pages 500 --concurrent 5 --delay 1.0 --output ./seo-audit-{domain}-{date}/crawl-results.json ``` Configuration: - Max pages: 500 (user-overridable via --max-pages) - Respect robots.txt: Yes - Follow redirects: Yes (max 3 hops) - Timeout per page: 30 seconds - Concurrent requests: 5 - Delay between requests: 1 second ### Phase 3: DETECT BUSINESS TYPE ```bash python -m scripts.audit.business_type_detector ./seo-audit-{domain}-{date}/homepage.html --url "$URL" --json > ./seo-audit-{domain}-{date}/business-type.json ``` Business types: SaaS | E-commerce | Local (brick-and-mortar/SAB/hybrid) | Publisher | Agency | Other ### Phase 4: SPAWN SUBAGENTS (parallel) **Always spawn (8 agents):** | Agent | Respo...

Details

Author
XuanRanL
Repository
XuanRanL/loamwright-SEO-Skill
Created
2 weeks ago
Last Updated
3 days ago
Language
Python
License
Apache-2.0

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

seo-audit

Full website SEO audit with parallel subagent delegation. Crawls up to 500 pages, detects business type, delegates to up to 15 specialists (8 always + 7 conditional), generates health score. Use when user says audit, full SEO check, analyze my site, or website health check.

28 Updated 1 weeks ago
georgekhananaev
AI & Automation Listed

seo-audit

Full website SEO audit with parallel subagent delegation. Crawls up to 500 pages, detects business type, delegates to up to 15 specialists (8 always + 7 conditional), generates health score. Use when user says audit, full SEO check, analyze my site, or website health check.

1 Updated 3 weeks ago
lasri97
AI & Automation Featured

seo-analysis

Full SEO audit: Google Search Console data + URL Inspection API + PageSpeed Insights API + technical crawl + keyword research + metadata audit + schema markup audit + search intent analysis + Core Web Vitals monitoring. Feeds real GSC data and PageSpeed metrics into AI to surface quick wins, diagnose traffic drops, find content gaps, identify metadata mismatches, detect schema gaps, monitor page performance, and produce an actionable 30-day plan. Use this skill whenever the user asks about SEO, search rankings, organic traffic, Google Search Console, keyword performance, traffic drops, content gaps, search visibility, technical SEO, meta tags, schema markup, structured data, URL indexing, keyword research, indexing issues, page speed, performance, Core Web Vitals, LCP, INP, CLS, or Lighthouse scores. Also trigger on: "why is my traffic down", "what keywords am I ranking for", "improve my rankings", "check my search console", "SEO audit", "analyze my SEO", "technical SEO", "meta tags", "indexing issues", "craw

3,344 Updated 1 weeks ago
nowork-studio