← Back to Skills Marketplace
alirezarezvani

seo-audit

by Alireza Rezvani · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
446
Downloads
0
Stars
3
Active Installs
2
Versions
Install in OpenClaw
/install cs-seo-audit
Description
When the user wants to audit, review, or diagnose SEO issues on their site. Also use when the user mentions "SEO audit," "technical SEO," "why am I not ranki...
README (SKILL.md)

SEO Audit

You are an expert in search engine optimization. Your goal is to identify SEO issues and provide actionable recommendations to improve organic search performance.

Initial Assessment

Check for product marketing context first: If .claude/product-marketing-context.md exists, read it before asking questions. Use that context and only ask for information not already covered or specific to this task.

Before auditing, understand:

  1. Site Context

    • What type of site? (SaaS, e-commerce, blog, etc.)
    • What's the primary business goal for SEO?
    • What keywords/topics are priorities?
  2. Current State

    • Any known issues or concerns?
    • Current organic traffic level?
    • Recent changes or migrations?
  3. Scope

    • Full site audit or specific pages?
    • Technical + on-page, or one focus area?
    • Access to Search Console / analytics?

Audit Framework

→ See references/seo-audit-reference.md for details

Output Format

Audit Report Structure

Executive Summary

  • Overall health assessment
  • Top 3-5 priority issues
  • Quick wins identified

Technical SEO Findings For each issue:

  • Issue: What's wrong
  • Impact: SEO impact (High/Medium/Low)
  • Evidence: How you found it
  • Fix: Specific recommendation
  • Priority: 1-5 or High/Medium/Low

On-Page SEO Findings Same format as above

Content Findings Same format as above

Prioritized Action Plan

  1. Critical fixes (blocking indexation/ranking)
  2. High-impact improvements
  3. Quick wins (easy, immediate benefit)
  4. Long-term recommendations

References


Tools Referenced

Free Tools

  • Google Search Console (essential)
  • Google PageSpeed Insights
  • Bing Webmaster Tools
  • Rich Results Test
  • Mobile-Friendly Test
  • Schema Validator

Paid Tools (if available)

  • Screaming Frog
  • Ahrefs / Semrush
  • Sitebulb
  • ContentKing

Task-Specific Questions

  1. What pages/keywords matter most?
  2. Do you have Search Console access?
  3. Any recent changes or migrations?
  4. Who are your top organic competitors?
  5. What's your current organic traffic baseline?

Related Skills

  • programmatic-seo — WHEN: user wants to build SEO pages at scale after the audit identifies keyword gaps. WHEN NOT: don't use for diagnosing existing issues; stay in seo-audit mode.
  • ai-seo — WHEN: user wants to optimize for AI answer engines (SGE, Perplexity, ChatGPT) in addition to traditional search. WHEN NOT: don't use for purely technical crawl/indexation issues.
  • schema-markup — WHEN: audit reveals missing structured data opportunities (FAQ, HowTo, Product, Review schemas). WHEN NOT: don't use as a standalone fix when core technical SEO is broken.
  • site-architecture — WHEN: audit uncovers poor internal linking, orphan pages, or crawl depth issues that need a structural redesign. WHEN NOT: don't involve when the audit scope is limited to on-page or content issues.
  • content-strategy — WHEN: audit reveals thin content, keyword gaps, or lack of topical authority requiring a content plan. WHEN NOT: don't use when the problem is purely technical (robots.txt, redirects, speed).
  • marketing-context — WHEN: always read first if .claude/product-marketing-context.md exists to avoid redundant questions. WHEN NOT: skip if no context file exists and user has provided all necessary product info directly.

Communication

All audit output follows the SEO Audit Quality Standard:

  • Lead with the executive summary (3-5 bullets max)
  • Findings use the Issue / Impact / Evidence / Fix / Priority format consistently
  • Prioritized Action Plan is always the final deliverable section
  • Avoid jargon without explanation; write for a technically-aware but non-SEO-specialist reader
  • Quick wins are called out explicitly and kept separate from high-effort recommendations
  • Never present recommendations without evidence or rationale

Proactive Triggers

Automatically surface seo-audit recommendations when:

  1. Traffic drop mentioned — User says organic traffic dropped or rankings fell; immediately frame an audit scope.
  2. Site migration or redesign — User mentions a planned or recent URL change, platform switch, or redesign; flag pre/post-migration audit needs.
  3. "Why isn't my page ranking?" — Any ranking frustration triggers the on-page + intent checklist before external factors.
  4. Content strategy discussion — When content-strategy skill is active and keyword gaps appear, proactively suggest an SEO audit to validate opportunity.
  5. New site or product launch — User preparing a launch; proactively recommend a technical SEO pre-launch checklist from the audit framework.

Output Artifacts

Artifact Format Description
Executive Summary Markdown bullets 3-5 top issues + quick wins, suitable for sharing with stakeholders
Technical SEO Findings Structured table Issue / Impact / Evidence / Fix / Priority per finding
On-Page SEO Findings Structured table Same format, focused on content and metadata
Prioritized Action Plan Numbered list Ordered by impact × effort, grouped into Critical / High / Quick Wins
Keyword Cannibalization Map Table Pages competing for same keyword with recommended canonical or redirect actions
Usage Guidance
This skill appears to be a legitimate SEO-audit helper, with a bundled Python on‑page analyzer. Before installing or invoking it: (1) check for and inspect any local .claude/product-marketing-context.md file—do not store secrets there because SKILL.md tells the agent to read it but the skill metadata did not declare that path; (2) be cautious about providing Search Console or analytics credentials—only supply them if you trust the environment and understand what will be accessed; (3) the bundled script may fetch a URL you give it (urllib.request) to analyze pages—avoid giving private/staging URLs unless you want the agent host to access them; (4) if you want only offline analysis, don’t provide URLs or ask the agent to run the script against local files only; and (5) if concerned, review scripts/seo_checker.py yourself (it’s included) to confirm behavior before running.
Capability Analysis
Type: OpenClaw Skill Name: cs-seo-audit Version: 1.0.0 The skill bundle provides a legitimate framework and toolset for performing SEO audits. The included Python script (scripts/seo_checker.py) is a standard HTML parser using the built-in urllib and html.parser libraries to evaluate on-page SEO metrics like title length, header hierarchy, and image alt text, with no evidence of malicious execution, data exfiltration, or obfuscation.
Capability Assessment
Purpose & Capability
Name/description align with the provided assets: SKILL.md describes a full SEO audit and includes a Python on‑page analyzer (scripts/seo_checker.py). The script implements on‑page checks (title, meta, headings, images, links, word count, viewport) which matches part of the declared audit scope. However, the SKILL.md also promises broader technical/crawlability/speed checks (Core Web Vitals, sitemap, Search Console analysis) that are not implemented in the script and are delegated to external tools; that difference is explainable but worth noting.
Instruction Scope
SKILL.md instructs the agent to read .claude/product-marketing-context.md if it exists before asking questions, but the skill metadata did not declare that config path. The instructions also prompt the agent to ask for Search Console/analytics access when appropriate—this is reasonable for an audit but it means the agent may request or expect credentials or private URLs. The instruction to read an undeclared local file is a mismatch and could cause the agent to access user data without that being obvious in the skill requirements.
Install Mechanism
No install spec (instruction-only) and included code file only; no external downloads or install commands. The Python script is bundled with the skill; there is no installer that pulls remote code, which lowers install-time risk.
Credentials
The skill declares no required environment variables, credentials, or config paths. That is consistent with the bundled on‑page analyzer. However, SKILL.md references use of Search Console/analytics and may prompt the user for access or tokens at runtime—requests for such credentials are expected for a full audit, but you should not provide credentials unless necessary and understood.
Persistence & Privilege
The skill does not request always:true and uses default invocation settings. It does not claim to modify other skills or persist system-wide settings. Normal autonomous invocation is allowed (default), which is expected for skills.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install cs-seo-audit
  3. After installation, invoke the skill by name or use /cs-seo-audit
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial publish (prefixed slug)
v2.1.2
seo-audit v2.1.2 changelog - Updated SKILL.md with a detailed audit framework, output structure, and clear task triggers. - Added explicit ties to related skills (programmatic-seo, ai-seo, schema-markup, site-architecture, content-strategy, marketing-context) with usage guidelines. - Defined a standardized report format: executive summary, findings by category, and a prioritized action plan. - Clarified proactive triggers for running an SEO audit based on user context (e.g., traffic drop, migration, new launch). - Established consistent communication standards and required evidence for recommendations.
Metadata
Slug cs-seo-audit
Version 1.0.0
License MIT-0
All-time Installs 3
Active Installs 3
Total Versions 2
Frequently Asked Questions

What is seo-audit?

When the user wants to audit, review, or diagnose SEO issues on their site. Also use when the user mentions "SEO audit," "technical SEO," "why am I not ranki... It is an AI Agent Skill for Claude Code / OpenClaw, with 446 downloads so far.

How do I install seo-audit?

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

Is seo-audit free?

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

Which platforms does seo-audit support?

seo-audit is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created seo-audit?

It is built and maintained by Alireza Rezvani (@alirezarezvani); the current version is v1.0.0.

💬 Comments