Jump to related tools in the same category or review the original source on GitHub.

Web & Frontend Development @claudiodrusus Updated 6/28/2026 1,650 downloads 0 stars Security: Pass

Shelly Seo Analyzer OpenClaw Plugin & Skill | ClawHub

Looking to integrate Shelly Seo Analyzer into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate web & frontend development tasks instantly, without having to write custom tools from scratch.

What this skill does

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.

Install

ClawHub CLI
openclaw skills install @claudiodrusus/shelly-seo-analyzer
Node.js (npx)
npx clawhub@latest install shelly-seo-analyzer

Full SKILL.md

Open original
Metadata table.
namedescription
seo-analyzerAnalyze 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.

SKILL.md content below is scrollable.

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)

ClawHub Registry URL: https://clawhub.ai/claudiodrusus/skills/shelly-seo-analyzer

Related skills

If this matches your use case, these are close alternatives in the same category.