rescue

rescue is a skill for Claude Code from maxschottke-spec/seo-survival-kit. It costs 144 tokens per session (4,099 once invoked), scanned A, original, MIT.

A command hub for SEO recovery work after Google changes how it ranks search results. It routes requests to separate checks, diagnoses, recovery plans, competitor analyses, reports, and monitoring tasks.

In plain words
What is it for?
Use it to start free SEO audits, investigate ranking losses, create recovery frameworks and action plans, generate decision-maker reports, compare competitors, and set up monitoring.
Why use it?
SEO recovery can involve several different investigations, and the relevant command may not be obvious. This provides one entry point for choosing the appropriate workflow.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: positional $N argument.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the seo-rescue plugin — 18 skills, 6 commands shipped together

Good fit Use it to start free SEO audits, investigate ranking losses, create recovery frameworks and action plans, generate decision-maker reports, compare competitors, and set up monitoring.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add maxschottke-spec/seo-survival-kit
Claude Code
/plugin install seo-rescue

Made for: Claude Code.

Or install seo-rescue, the plugin that ships this one along with the rest of its 18 skills, 6 commands.

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 rescue

README.md
[![agentmods](https://agentmods.dev/badge/skills/maxschottke-spec/seo-survival-kit/rescue/github.svg)](https://agentmods.dev/skills/maxschottke-spec/seo-survival-kit/rescue)
Your own site
<a href="https://agentmods.dev/skills/maxschottke-spec/seo-survival-kit/rescue"><img src="https://agentmods.dev/badge/skills/maxschottke-spec/seo-survival-kit/rescue/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 rescue

Your own site · 80×15
<a href="https://agentmods.dev/skills/maxschottke-spec/seo-survival-kit/rescue"><img src="https://agentmods.dev/badge/skills/maxschottke-spec/seo-survival-kit/rescue.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 144 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,099 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 2 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00144 $0.04099
Opus 5 $0.00072 $0.02049
Sonnet 5 $0.00029 $0.00820
Haiku 4.5 $0.00014 $0.00410

Measured 10d ago against content hash 7067ff7f19c9, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

rescue scanned grade A with 2 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 10d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

Beginner SEO health check using only free tools (Google Search Console, PageSpeed Insights v5, Lighthouse CLI, schema validator, curl). Zero paid APIs. Output: 1-page Markdown report with traffic-light findings and three

Runs shell commandslowCapability

Expected in a hook, worth knowing in a rule or an instructions file.

Security model documented in `SECURITY.md` at the repo root (in the repository, not shipped in the plugin package): zero npm runtime deps, strict CSP on rendered HTML, spawnSync with argv-array (no shell), per-user 0700
plugins/seo-rescue/skills/rescue/SKILL.md · 198 lines

How it starts

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

SEO Rescue: Orchestrator

This is the entry point for the seo-rescue plugin. It routes to the specialized sub-skills below, each callable directly via its namespaced slash command.

Invocation: /seo-rescue:rescue [subcommand] [args] to route here, or call any sub-skill directly via /seo-rescue:<skill-name>.

Quick Reference

Slash command What it does
/seo-rescue:rescue audit <domain> Free-tier audit using only Google's tools (alias for /seo-rescue:seo-audit-free)
/seo-rescue:rescue framework <domain> Tool-free Core-Update recovery framework (alias for /seo-rescue:post-core-update-recovery)
/seo-rescue:rescue diagnose <domain> Data-driven Core-Update diagnosis, writes befund.json (alias for /seo-rescue:recovery-diagnose)
/seo-rescue:rescue report <domain> Generate decision-maker PDF report (alias for /seo-rescue:seo-outreach-report)
/seo-rescue:rescue channels Per-channel P&L analysis (alias for /seo-rescue:channel-economics-analyzer)
/seo-rescue:rescue competitors <domain> DataForSEO competitor + keyword-gap audit (alias for /seo-rescue:competitor-deep-audit)
/seo-rescue:rescue psi-baseline Set up weekly PSI cron baseline (alias for /seo-rescue:psi-weekly-cron-baseline)
/seo-rescue:rescue ai-search <domain> AI search visibility recovery (alias for /seo-rescue:ai-search-rescue)
/seo-rescue:rescue ai-citations Track AI citations weekly (alias for /seo-rescue:ai-citations-tracker)
/seo-rescue:rescue gsc <domain> [days?] One-call Google Search Console snapshot (alias for /seo-rescue:gsc-deep-dive)
/seo-rescue:rescue monday <current-csv> <previous-csv> [domain?] CSV-first weekly recovery review (alias for /seo-rescue:sistrix-monday-recovery-check)
/seo-rescue:rescue recovery <domain> Full recovery workflow (alias for /seo-rescue:recovery-full)
/seo-rescue:rescue monetization [domain | --csv] Recurring-revenue lever audit (alias for /seo-rescue:subscription-monetization-audit)
/seo-rescue:recovery-diagnose <domain> Core Update diagnosis via Sistrix + DataForSEO (with CSV fallbacks)
/seo-rescue:recovery-crawl <domain> Screaming Frog crawl + issue classification
/seo-rescue:recovery-audit <domain> [--days 14] Read-only change audit: Settlement-Gate-State + hypothesis registry
/seo-rescue:recovery-plan <domain> Prioritized recovery action plan with human approval gate
/seo-rescue:recovery-monitor <domain> Weekly recovery tracking + score
/seo-rescue:recovery-full <domain> Full workflow: diagnose → crawl → audit → plan → monitor
/seo-rescue:subscription-monetization-audit [domain | --csv] 5-lever recurring-revenue playbook, optional Stripe/Chargebee/Recurly CSV import
/seo-rescue:rescue help Show this routing table

Read the full file on GitHub · 198 lines

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. 10d ago First seen · 198 lines · 144 tokens per session scan A 7067ff7f19c9

Subscribe to this mod's changes

rescue is a skill published in the GitHub repository maxschottke-spec/seo-survival-kit (9 stars, last pushed 1mo ago), licensed MIT. It adds 144 tokens to every session and 4,099 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 2 findings (makes network calls, runs shell commands). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

content-seo

When the user wants to brief, write, review, optimize, or publish public SEO content. Also use for article outlines, blog posts, landing-page copy, refreshes, and ranking-oriented editorial drafts.

agencia-conversion/agentic-seo-skills · 45 tokens

backlink-analysis

When the user wants backlink, referring-domain, anchor, link-quality, link-gap, link-intersect, anchor-diff, link-velocity, brand-mention, or competitor link-profile analysis for one target domain or URL.

agencia-conversion/agentic-seo-skills · 49 tokens

brain-keeper

When the user wants to ingest sources, change brain pages, register decisions, catalog content publications, or lint brain pages for provenance and link integrity.

agencia-conversion/agentic-seo-skills · 33 tokens

competitive-analysis

When the user wants to compare domains or URLs against competitors across SEO footprint, share of voice, keyword/content gap, head-to-head pages, off-page link gap (via backlink-analysis), and brand positioning. Orchestrates evidence from serp-extract, keyword-research, backlink-analysis, and topic-cluster without…

agencia-conversion/agentic-seo-skills · 70 tokens

autoresearch

When the user wants a rigorous iteration loop for an artifact, prompt, briefing, content structure, or Agentic SEO skill. Also use for Karpathy-style experiment runs that need baseline scoring, explicit metrics, stop rules, and keep/reject decisions.

agencia-conversion/agentic-seo-skills · 53 tokens

eeat

When the user wants to audit, strengthen, or prepare evidence for Experience, Expertise, Authoritativeness, and Trust. Also use before registering proof entries in project/brain/log.md or referencing them in project/brain/topic-clusters.md.

agencia-conversion/agentic-seo-skills · 54 tokens