seo-audit-orchestration

seo-audit-orchestration is a skill for Claude Code from rampstackco/claude-skills. It costs 105 tokens per session (1,919 once invoked), scanned A, original, MIT.

A coordinator for running a complete search-engine-optimization audit across links, keywords, content, traffic, technical health, and rankings. It uses Ahrefs, a tool that provides SEO data about websites and search results.

In plain words
What is it for?
Use it for full site health checks, acquisition reviews, post-migration verification, client onboarding, and diagnosing ongoing search underperformance.
Why use it?
It saves teams from running separate audits without a consistent order or a single combined conclusion. It brings findings together for baselines, due diligence, migration checks, and fix planning.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the rampstack-skills plugin — 103 skills shipped together

Good fit Use it for full site health checks, acquisition reviews, post-migration verification, client onboarding, and diagnosing ongoing search underperformance.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/rampstackco/claude-skills/seo-audit-orchestration
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add rampstackco/claude-skills --skill seo-audit-orchestration
Clone the repo
git clone --depth 1 https://github.com/rampstackco/claude-skills

Made for: Claude Code.

Or install rampstack-skills, the plugin that ships this one along with the rest of its 103 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for seo-audit-orchestration

README.md
[![agentmods](https://agentmods.dev/badge/skills/rampstackco/claude-skills/seo-audit-orchestration/github.svg)](https://agentmods.dev/skills/rampstackco/claude-skills/seo-audit-orchestration)
Your own site
<a href="https://agentmods.dev/skills/rampstackco/claude-skills/seo-audit-orchestration"><img src="https://agentmods.dev/badge/skills/rampstackco/claude-skills/seo-audit-orchestration/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for seo-audit-orchestration

Your own site · 80×15
<a href="https://agentmods.dev/skills/rampstackco/claude-skills/seo-audit-orchestration"><img src="https://agentmods.dev/badge/skills/rampstackco/claude-skills/seo-audit-orchestration.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 105 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,919 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00105 $0.01919
Opus 5 $0.00053 $0.00959
Sonnet 5 $0.00021 $0.00384
Haiku 4.5 $0.00011 $0.00192

Measured 9d ago against content hash 4a0f37ae6926, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

seo-audit-orchestration scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/seo-audit-orchestration/SKILL.md · 189 lines

How it starts

The opening of the file, as written. The whole thing — 189 lines — stays where its author put it; the contents beside it link to each section on GitHub.

SEO Audit Orchestration

Run a complete SEO audit by sequencing the sibling audit skills in a defined order. Stack-agnostic. Assumes the Ahrefs MCP is connected. Produces a single rollup report that synthesizes findings across backlinks, keywords, content, traffic, technical health, and rankings.


When to use

  • Running a full SEO audit (quarterly, biannual, annual)
  • Pre-acquisition SEO due diligence
  • Post-migration verification (after content move, replatform, or domain change)
  • Onboarding a new client or new property
  • Building a baseline before a major SEO investment
  • Diagnosing chronic underperformance

When NOT to use

  • Single-dimension audits (use the specific child skill: seo-onpage, seo-backlink-audit, etc.)
  • Investigating a specific traffic drop (use seo-traffic-diagnosis)
  • Tactical questions like "which keywords should we target" (use seo-keyword-gap-audit)
  • Routine monitoring (use seo-rank-tracking)

Required inputs

  • The site or properties in scope
  • Target market and primary languages
  • Competitor set (3-5 properties)
  • Goal of the audit (baseline, due diligence, fix plan, growth roadmap)
  • Time and reporting constraints
  • Confirmation that the Ahrefs MCP is connected and the workspace has access to the target property

The framework: 6 phases of an end-to-end audit

A complete audit moves through six phases in order. Skipping phases produces gaps. Reordering them produces rework.

Phase 1: Scope and baseline

Define the audit before running it.

  • What is in scope (subdomains, paths, languages)
  • What is out of scope
  • Goal of the audit (baseline, fix plan, growth roadmap, due diligence)
  • Stakeholders and their priorities
  • Reporting format and length expectations

Output: a 1-page audit charter.

Phase 2: Data gather

Pull the raw data from Ahrefs and any companion sources.

Required pulls:

  • Site Explorer: organic keywords, organic traffic, top pages, top countries, referring domains, backlinks, anchor text profile
  • Site Audit: full crawl results
  • Keywords Explorer: target keyword universe and competitor keyword overlap
  • Content Explorer: top performing content in target topics
  • Rank Tracker: current tracked positions if set up

Read the full file on GitHub · 189 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 189 lines · 105 tokens per session scan A 4a0f37ae6926

Subscribe to this mod's changes

seo-audit-orchestration is a skill published in the GitHub repository rampstackco/claude-skills (848 stars, last pushed 4d ago), licensed MIT. It adds 105 tokens to every session and 1,919 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

seo-site-health-audit

Triage technical SEO findings from Ahrefs Site Audit (and similar crawlers) by SEO impact, not just severity. Use this skill when reviewing crawl results, prioritizing technical fixes, scoping a technical SEO sprint, or after running any site-wide crawl. Triggers on site audit results, technical fix list, crawl…

rampstackco/claude-skills-seo · 107 tokens

seo-traffic-diagnosis

Diagnose organic traffic changes (drops, stalls, or unexpected wins) using Ahrefs MCP plus Search Console data. Use this skill when traffic suddenly dropped, has been flat despite investment, after an algorithm update, after a migration or deploy, or when a competitor seems to be taking share. Triggers on traffic…

rampstackco/claude-skills-seo · 110 tokens

content-strategy

Develop a content strategy covering editorial positioning, content pillars, formats, calendar, governance, and topical authority planning. Use this skill whenever the user wants to plan a content program, define content pillars, build an editorial calendar, structure topic clusters, set up content governance, or align…

rampstackco/claude-skills-seo · 120 tokens

seo-content-audit

Audit existing content across a site to decide what to keep, update, merge, redirect, or delete. Use this skill whenever the user wants to audit existing content, fix content decay, resolve keyword cannibalization, prune underperforming pages, prioritize content updates, or apply a keep/update/merge/redirect/delete…

rampstackco/claude-skills-seo · 149 tokens

skill-creation-walkthrough

Step-by-step guide for creating your own Claude Skills, from deciding whether a skill is the right tool to writing the SKILL.md file, structuring reference material, and making it trigger reliably. Use when you want to package a workflow, framework, or repeated task into a reusable Skill, when an existing skill is not…

rampstackco/claude-skills-seo · 135 tokens

content-and-copy

Write or edit website copy, blog content, and editorial pieces with attention to voice, structure, and goal. Use this skill whenever the user wants to write an article, draft website copy, edit existing content for clarity or voice, write a blog post, or produce general editorial content. Triggers on write a blog…

rampstackco/claude-skills-seo · 123 tokens