recovery-full

recovery-full is a skill for Claude Code from maxschottke-spec/seo-survival-kit. It costs 55 tokens per session (183 once invoked), scanned A, original, MIT.

A complete workflow for investigating and planning recovery of a domain, then setting up monitoring. It coordinates separate diagnosis, crawling, auditing, planning, and monitoring steps.

In plain words
What is it for?
Use it for a full domain recovery assessment, from finding problems and crawling the site through auditing, creating a recovery plan, and preparing ongoing monitoring.
Why use it?
It puts several recovery checks into one ordered process and can continue with reduced functionality if one step fails.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

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 for a full domain recovery assessment, from finding problems and crawling the site through auditing, creating a recovery plan, and preparing ongoing 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 recovery-full

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/maxschottke-spec/seo-survival-kit/recovery-full"><img src="https://agentmods.dev/badge/skills/maxschottke-spec/seo-survival-kit/recovery-full.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 55 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 183 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.
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.00055 $0.00183
Opus 5 $0.00028 $0.00092
Sonnet 5 $0.00011 $0.00037
Haiku 4.5 $0.00006 $0.00018

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

Security

Grade A, and why

recovery-full 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 12d 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.

plugins/seo-rescue/skills/recovery-full/SKILL.md · 21 lines

What it actually says

Recovery Full Workflow

Read and follow the full command specification:

  1. Read ${CLAUDE_PLUGIN_ROOT}/commands/recovery-full.md for the orchestration workflow.
  2. Invoke each sub-command in sequence by reading and following its command specification.
  3. Check artifact status after each step before proceeding.
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. 12d ago First seen · 21 lines · 55 tokens per session scan A 8c115eec1a09

Subscribe to this mod's changes

recovery-full is a skill published in the GitHub repository maxschottke-spec/seo-survival-kit (9 stars, last pushed 1mo ago), licensed MIT. It adds 55 tokens to every session and 183 once invoked, about $0.0003 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-08-31.

Related

Other skills, from other repositories

release-it

Build production-ready systems with stability patterns: circuit breakers, bulkheads, timeouts, and retry logic. Use when the user mentions "production outage", "circuit breaker", "deployment pipeline", "chaos engineering", "retry storm", "health checks", "my service keeps crashing", "prevent cascading failures", or…

wondelai/skills · 131 tokens

tidewave-integration

Tidewave MCP runtime tools — debugging, smoke testing, live state inspection, SQL queries, hex docs. Use when evaluating code in a running Phoenix app.

oliver-kriska/claude-elixir-phoenix · 38 tokens

debug

Interactive debugging workflow with hypothesis-driven probe loop. Use when: unknown bugs, script errors, silent failures, troubleshooting. Not for: known bugs (use bug-fix), GitHub issue analysis (use issue-analyze), code understanding (use code-explore). Output: debug report with probe journal + root cause + fix.

sd0xdev/sd0x-harness · 67 tokens

resolving-merge-conflicts

Use when a git merge or rebase reports conflicts and the operation is in progress.

romiluz13/cc10x · 25 tokens

git-investigate

Git history investigation. Use when: tracking code changes, finding where bugs were introduced, root cause analysis. Not for: code exploration (use code-explore), issue analysis (use issue-analyze). Output: history trace + root cause report.

sd0xdev/sd0x-harness · 53 tokens

analyze

Deep-dive codebase analysis that explains how things actually work — business rules, architecture patterns, auth flows, data models, integrations, and performance hotspots. Use whenever the user asks "how does X work", "map the Y flow", "what are the business rules for Z", "trace the auth path", "explore the codebase…

rsmdt/the-startup · 118 tokens