SEO agent skill for OpenClaw,Claude Code, and AI agents. Generate beginner SEO audits and advanced technical SEO reports for any page.

PassAudited by ClawScan on Apr 11, 2026.

Overview

The skill's code and instructions are consistent with a basic single‑page SEO auditor; nothing obvious indicates hidden exfiltration or unrelated privileges, but there are some implementation and operational caveats to review before running it in production.

This skill appears to do what it claims: run site/page checks, schema validation, and optionally call Google PageSpeed. Before installing or running it, consider: 1) The scripts perform network requests to arbitrary target URLs and will save HTML reports to disk — run them in a controlled environment if you are concerned about file writes or contacting untrusted hosts. 2) The code includes SSRF protections (it resolves hostnames and blocks private/loopback/reserved IPs), but the checks are not bulletproof (single IP resolution, limited IPv6 handling). If you plan to run against untrusted or adversarial domains, test the SSRF protections first. 3) The scripts require Python and the 'requests' package; the registry metadata does not declare this dependency — ensure your runtime has it. 4) PageSpeed calls go to googleapis.com; you can optionally supply an API key. 5) Some checks mark items as 'llm_review_required' — running the skill will cause the agent to read/interpret page content and use the LLM for semantic judgements, which you should accept only if you are comfortable sending that content to the model. If you need higher assurance, review the included scripts yourself or run them in a sandbox before granting the agent access.