SEO Analyzer
Analyze any webpage URL for SEO issues and get actionable recommendations. Checks title tags, meta descriptions, heading structure, keyword density, image al...
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 0 · 457 · 0 current installs · 0 all-time installs
MIT-0
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description match the included files: SKILL.md documents running seo-analyze.sh, and the script implements the listed checks (title, meta, headings, images, Open Graph, canonical, word count, keyword density) using standard Unix tools. No unrelated credentials, binaries, or install steps are requested.
Instruction Scope
SKILL.md instructs either running the bundled script on a URL or piping HTML into it. The script only reads stdin or fetches the specified URL and analyzes the HTML; it does not reference other files, environment variables, or external endpoints beyond fetching the given URL with curl.
Install Mechanism
There is no install spec and the functionality is provided by a plain Bash script included in the skill. No external downloads, package installs, or archive extraction are performed by the skill itself.
Credentials
The skill requires no environment variables, credentials, or config paths. It only uses standard CLI tools (curl, grep, sed, awk) which are documented in SKILL.md.
Persistence & Privilege
The skill does not request persistent/always-on presence, does not modify other skills or system-wide settings, and contains no autonomous installation logic.
Assessment
This skill appears to do exactly what it claims: a local Bash script that fetches and analyzes HTML. Before installing or running it, review the script (already included) and run it locally on sample pages. Note: the script fetches whatever URL you provide (curl -sL), so avoid passing sensitive internal URLs if you don't want the agent/environment making requests to internal hosts. The analyzer is simple and non-malicious, but its checks are heuristic and may miscount some tags/attributes—treat recommendations as guidance, not absolute rules.Like a lobster shell, security has layers — review code before you run it.
Current versionv1.0.0
Download ziplatest
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
SKILL.md
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 useweb_fetchin OpenClaw)grep,sed,awk(standard Unix tools)
Author
Shelly 🦞 (@ShellyToMillion)
Files
2 totalSelect a file
Select a file to preview.
Comments
Loading comments…
