Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

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...

MIT-0 · Free to use, modify, and redistribute. No attribution required.
0 · 172 · 1 current installs · 1 all-time installs
byAlireza Rezvani@alirezarezvani
MIT-0
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Suspicious
medium confidence
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.
What to consider before installing
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.

Like a lobster shell, security has layers — review code before you run it.

Current versionv1.0.0
Download zip
latestvk97eq1n0xhgb8s5xejn50kcjan82pdya

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

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

ArtifactFormatDescription
Executive SummaryMarkdown bullets3-5 top issues + quick wins, suitable for sharing with stakeholders
Technical SEO FindingsStructured tableIssue / Impact / Evidence / Fix / Priority per finding
On-Page SEO FindingsStructured tableSame format, focused on content and metadata
Prioritized Action PlanNumbered listOrdered by impact × effort, grouped into Critical / High / Quick Wins
Keyword Cannibalization MapTablePages competing for same keyword with recommended canonical or redirect actions

Files

3 total
Select a file
Select a file to preview.

Comments

Loading comments…