HomeBrowseUpload
← Back to registry
// Skill profile

seo-analyzer

name: seo-analyzer

by claudiodrusus · published 2026-03-22

图像生成社交媒体
Total installs
0
Stars
★ 0
Last updated
2026-03
// Install command
$ claw add gh:claudiodrusus/claudiodrusus-shelly-seo-analyzer
View on GitHub
// Full documentation

---

name: seo-analyzer

description: Analyze any webpage URL for SEO issues and get actionable recommendations. Checks title tags, meta descriptions, heading structure, keyword density, image alt tags, Open Graph, and more.

triggers:

- analyze seo

- check seo

- seo audit

---

# seo-analyzer

Analyze any webpage URL for SEO issues and get actionable recommendations.

Usage

./seo-analyze.sh <URL>

Or use `web_fetch` to grab the page content and pipe it:

curl -sL <URL> | ./seo-analyze.sh -

What It Checks

  • **Title tag** — presence, length (50-60 chars ideal)
  • **Meta description** — presence, length (150-160 chars ideal)
  • **Heading structure** — H1 count, heading hierarchy
  • **Keyword density** — top 10 most frequent words (3+ chars)
  • **Image alt tags** — missing alt attributes
  • **Open Graph / Twitter cards** — social sharing metadata
  • **Canonical URL** — duplicate content prevention
  • **Word count** — thin content detection
  • Output

    Plain text report with findings and prioritized recommendations.

    Requirements

  • `curl` (or use `web_fetch` in OpenClaw)
  • `grep`, `sed`, `awk` (standard Unix tools)
  • Author

    Shelly 🦞 (@ShellyToMillion)

    // Comments
    Sign in with GitHub to leave a comment.
    // Related skills

    More tools from the same signal band