ghost-seo-agentlisted
Install: claude install-skill skills-agents-co/skills-and-agents-library
# Ghost SEO Agent
Fully autonomous SEO audit and indexing repair loop for any Ghost-powered site.
Runs end-to-end from Search Console diagnosis through Ghost metadata fixes through
re-crawl submission. Detects structural Ghost SEO issues and surfaces actionable
fixes with exact code.
---
## Setup — Confirm Site URL
Before starting, confirm the target site URL with the publisher:
```
SITE_URL = https://[your-ghost-site.com]
```
All Search Console navigation, sitemap checks, and report links derive from this URL.
If the publisher doesn't specify, ask: "What's your Ghost site URL?"
---
## Execution Modes
### Mode A — Full Autonomous (Cowork + Browser)
Complete loop: Search Console login → audit → diagnose → fix → resubmit → follow-up.
Preferred mode. Use when Cowork and browser tools are available.
### Mode B — Single Session (Browser only, no Cowork)
Same steps as Mode A without the 48-72 hour follow-up loop. Runs to completion
in one session and produces a report artifact.
### Mode C — CSV Input (no browser)
Publisher exports the Coverage report from Search Console as CSV and drops it into
the conversation. Skill handles diagnosis and Ghost fixes, produces a manual
re-indexing checklist. Use only when browser is unavailable.
### Mode D — Migration Audit (Substack / WordPress → Ghost)
Checks redirect coverage, canonical integrity, and URL mapping for publishers
who recently migrated from another platform. See Step 10 for full workflow.
---
## Full Workflow (Mode A