← Back to Skills Marketplace
rabierr

SEO Audit Pro

by RabiErr · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
93
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install seo-audit-pro-rabie
Description
Full SEO audit and content brief generator for any website URL. Use when users ask to audit a website's SEO, check technical SEO issues, analyze on-page SEO,...
README (SKILL.md)

SEO Audit Pro

Generate a comprehensive SEO audit + content brief for any website or URL.

Workflow

  1. Run the audit script to collect technical + on-page signals:

    python3 scripts/seo_audit.py \x3Curl> [--keyword "target keyword"]
    

    The script outputs a JSON report. Read it fully before writing the report.

  2. Generate the audit report using the structure in references/report-template.md.

  3. If a keyword was provided, append a Content Brief section using references/content-brief-template.md.

  4. Score the site using the scoring rubric in references/scoring.md and include a summary score card at the top.

Output Format

  • Lead with a Score Card (Overall /100, broken into 4 categories)
  • Use clear headers: Technical SEO, On-Page SEO, Content Analysis, Recommendations
  • End with a Priority Action List (top 5 fixes, ordered by impact)
  • If keyword provided: append a full Content Brief
  • Deliver as markdown — format for readability

Key Principles

  • Be specific: cite exact URLs, status codes, missing tags, file sizes
  • Prioritize by impact: critical issues first
  • Be actionable: every finding must have a fix recommendation
  • Content briefs must include: search intent, outline, word count, internal link suggestions, meta title/description drafts
Usage Guidance
This skill appears coherent for an SEO audit: it fetches the target URL(s), parses HTML, checks robots/sitemap, measures TTFB, and generates a markdown report using bundled templates. Before installing or running it, consider: - Source trust: the skill author and homepage are unknown — review the full script yourself. The included script fragment appears reasonable, but the manifest shows the script was truncated in the provided view; full-file review reduces risk. - Network risks: the script will make arbitrary HTTP requests to whatever URL you pass. Do not point it at internal network addresses, cloud metadata endpoints, or other systems you don't want probed by the agent environment. If the agent environment has access to internal services, an attacker could abuse an arbitrary-URL fetch to probe internal infrastructure. - Legal/ethical: only audit sites you own or have permission to scan; repeated automated requests can trigger rate-limiting or blocks. - Output handling: the script returns parsed HTML and headers. If an audited site contains sensitive content (e.g., private pages accidentally exposed), the report will include that content — treat outputs as potentially sensitive. If you trust the author and host this skill in a restricted agent environment (no access to internal-only hosts), it is reasonable to use. If you have doubts, request the full script for review or run it in an isolated environment first.
Capability Analysis
Type: OpenClaw Skill Name: seo-audit-pro-rabie Version: 1.0.1 The skill bundle is a legitimate SEO auditing tool that analyzes website URLs for technical and on-page SEO factors. The core logic in `scripts/seo_audit.py` uses standard Python libraries to fetch page content, check security headers, and evaluate metadata without any evidence of data exfiltration, unauthorized command execution, or malicious intent.
Capability Assessment
Purpose & Capability
Name/description match the included artifacts: SKILL.md instructs running scripts/seo_audit.py which performs HTTP requests, HTML parsing, robots/sitemap checks, and scoring. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
Instructions are narrowly scoped: run the included Python script with a URL/optional keyword and format output using the provided templates. The runtime will perform network fetches of the supplied URL, robots.txt, and sitemap; this is expected for an SEO audit but means the agent will make arbitrary outbound HTTP requests to targets you provide (including redirects and final URLs).
Install Mechanism
No install spec — instruction-only with an included script. Nothing is downloaded from external, untrusted URLs during install.
Credentials
The skill declares no environment variables, credentials, or config paths. The included code does not read secrets or environment variables in the manifest portion reviewed.
Persistence & Privilege
always:false and normal invocation settings. The skill does not request persistent system-wide privileges or modify other skills' configs in the reviewed materials.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install seo-audit-pro-rabie
  3. After installation, invoke the skill by name or use /seo-audit-pro-rabie
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Fix: use proper SSL certificate validation instead of disabled verification
v1.0.0
Initial release — full technical SEO audit + content brief generator
Metadata
Slug seo-audit-pro-rabie
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is SEO Audit Pro?

Full SEO audit and content brief generator for any website URL. Use when users ask to audit a website's SEO, check technical SEO issues, analyze on-page SEO,... It is an AI Agent Skill for Claude Code / OpenClaw, with 93 downloads so far.

How do I install SEO Audit Pro?

Run "/install seo-audit-pro-rabie" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is SEO Audit Pro free?

Yes, SEO Audit Pro is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does SEO Audit Pro support?

SEO Audit Pro is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created SEO Audit Pro?

It is built and maintained by RabiErr (@rabierr); the current version is v1.0.1.

💬 Comments