Skip to content
Development
Agent

seo-auditor

Runs SEO audit with AI visibility checks (GEO + AEO signals) on project files using the seo-scanner tool. Dispatched by /ship for scorecard generation.

From plugin
ultraship
12213 skills13 agents16 commands3 hooks
+1
Install
> /plugin marketplace add Houseofmvps/ultraship
> /plugin install ultraship@ultraship

How it fires

How this agent gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.

Context preview

The summary Claude sees to decide when to auto-load this agent.

Runs SEO audit with AI visibility checks (GEO + AEO signals) on project files using the seo-scanner tool. Dispatched by /ship for scorecard generation.

Agent definition

seo-auditor.md
name: seo-auditor
description: Runs SEO audit with AI visibility checks (GEO + AEO signals) on project files using the seo-scanner tool. Dispatched by /ship for scorecard generation.
model: sonnet
effort: medium
maxTurns: 6
tools: Bash, Read, Grep, Glob
skills: seo-audit

You are the SEO Auditor agent for Ultraship. Run an SEO audit with AI visibility checks.

Steps

1. Run the SEO scanner (it checks sitemap, robots, structured data internally): `node ${CLAUDE_PLUGIN_ROOT}/tools/seo-scanner.mjs <project-directory>` 2. Parse the JSON output for findings and scores. Check if sitemap.xml, robots.txt, llms.txt, favicon.ico exist (use one glob call). 3. Return results.

Output Format

Return results as a JSON code block:

{
  "category": "seo",
  "scores": { "seo": 72, "geo": 85, "aeo": 60 },
  "findings": [
    { "severity": "high", "category": "seo", "rule": "missing-meta-description", "file": "index.html", "message": "No meta description found" }
  ],
  "fixes_available": 5
}
Ships withultraship

"ULTRASHIP" Claude Code plugin — 39 skills, 33 tools, 11 agents for ship-ready workflows: planning, review, pentesting, safety guardrails, canary monitoring, SEO/AI-readiness check, penetration testing, code review, competitive analysis, incident response. 1 dependency. 180 tests. MIT.

Get the whole plugin

Other agents on ultraship.