seo-fix-pass

seo-fix-pass is a skill for Claude Code from IamRamgarhia/All-In-One-Free-SEO-Tool. It costs 38 tokens per session (964 once invoked), scanned A, original, MIT.

A workflow for fixing search-engine problems found on a live website, from drafting new text through applying and undoing changes. It checks what the business does first and records whether a person must approve the change.

In plain words
What is it for?
It helps turn crawler findings into website changes, apply them through a content management system, report blocked or incomplete runs, and reverse applied edits.
Why use it?
It reduces the risk of publishing plausible but incorrect copy or claiming that a change went live when it was only suggested. Limits, approvals, and undo records make changes easier to control.

Skill for Claude Code

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

Part of the seo-tool plugin — 4 skills shipped together

Good fit It helps turn crawler findings into website changes, apply them through a content management system, report blocked or incomplete runs, and reverse applied edits.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/iamramgarhia/all-in-one-free-seo-tool/seo-fix-pass
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 IamRamgarhia/All-In-One-Free-SEO-Tool --skill seo-fix-pass
Clone the repo
git clone --depth 1 https://github.com/IamRamgarhia/All-In-One-Free-SEO-Tool

Made for: Claude Code.

Or install seo-tool, the plugin that ships this one along with the rest of its 4 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-fix-pass

README.md
[![agentmods](https://agentmods.dev/badge/skills/iamramgarhia/all-in-one-free-seo-tool/seo-fix-pass/github.svg)](https://agentmods.dev/skills/iamramgarhia/all-in-one-free-seo-tool/seo-fix-pass)
Your own site
<a href="https://agentmods.dev/skills/iamramgarhia/all-in-one-free-seo-tool/seo-fix-pass"><img src="https://agentmods.dev/badge/skills/iamramgarhia/all-in-one-free-seo-tool/seo-fix-pass/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-fix-pass

Your own site · 80×15
<a href="https://agentmods.dev/skills/iamramgarhia/all-in-one-free-seo-tool/seo-fix-pass"><img src="https://agentmods.dev/badge/skills/iamramgarhia/all-in-one-free-seo-tool/seo-fix-pass.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 38 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 964 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.00038 $0.00964
Opus 5.5 $0.00015 $0.00386
Sonnet 5 $0.00008 $0.00193
Haiku 4.5 $0.00004 $0.00096

Measured 3d ago against content hash 85f111eb7734, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-27, from the pricing page.

Security

Grade A, and why

seo-fix-pass 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 3d 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-tool/skills/seo-fix-pass/SKILL.md · 101 lines

How it starts

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

Fix a pass of what the crawler found

Goal

Turn open findings into changes that are live on the site, or into an honest account of why they are not. This is the skill that changes something. Everything else in this plugin reads.

Before you touch anything

Run get_client_knowledge. Rewriting a title without knowing what the business does is how "Home Page" became a headline for a mobile game. If confirmedByAPerson is null, stop and run seo-client-setup first. It takes ten minutes and it is the difference between copy that is about this business and copy that is plausible.

How writing is gated

You cannot raise the autonomy level from here, and you should not try.

  • At the default suggest level, nothing reaches the live site. Changes are recorded for a human to approve.
  • run_agent reports which level was in force and what that meant. Read that line before telling the user anything was applied.
  • Per-run and per-day caps and a cooldown apply. A run that stops early has usually hit one, and says so.
  • Every applied change records an undo. Reversible is not the same as harmless.

Tools

  • get_client_knowledge — what the business is. First, always.
  • list_audit_issues — what the crawler found, by severity and type.
  • run_agent — plan, draft, and apply what the level permits.
  • list_proposed_fixes — work the agent decided on but has no wording for. Each says what is wrong, the current value, and the rules your replacement must satisfy.
  • apply_fix — your wording, validated, written, read back, undo recorded.
  • list_agent_actions — what changed, before and after, still reversible or not.
  • revert_agent_action — put one back.

Workflow

  1. get_client_knowledge, then list_audit_issues for the client. Critical and high first.

  2. run_agent. Read the summary it returns rather than assuming: it states the autonomy level, what was applied, what was queued, and what it refused.

  3. list_proposed_fixes. On an install with no AI key of its own this is where the work is: the tool decided what to change from measured findings, and you write the words.

Read the full file on GitHub · 101 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. 3d ago First seen · 101 lines · 38 tokens per session scan A 85f111eb7734

Subscribe to this mod's changes

seo-fix-pass is a skill published in the GitHub repository IamRamgarhia/All-In-One-Free-SEO-Tool (41 stars, last pushed 2d ago), licensed MIT. It adds 38 tokens to every session and 964 once invoked, about $0.0002 per session on Opus 5.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-24.

Related

Other skills, from other repositories

seo-maps

Maps intelligence for local SEO: geo-grid rank tracking, GBP profile auditing via API, review intelligence across Google/Tripadvisor/Trustpilot, cross-platform NAP verification, competitor radius mapping, and LocalBusiness schema generation. Three tiers: free (Overpass + Geoapify), DataForSEO, and DataForSEO + Google.…

AgriciDaniel/claude-seo · 104 tokens

seo-competitor-pages

Generate SEO-optimized competitor comparison and alternatives pages. Covers "X vs Y" layouts, "alternatives to X" pages, feature matrices, schema markup, and conversion optimization. Use when user says "comparison page", "vs page", "alternatives page", "competitor comparison", "X vs Y", "versus", "compare…

AgriciDaniel/claude-seo · 82 tokens

seo-local

Audit local SEO, including Google Business Profile, NAP consistency, citations, reviews, local schema, location pages, and multi-location structure.

AgriciDaniel/claude-seo · 31 tokens

seo-plan

Strategic SEO planning for new or existing websites. Industry-specific templates, competitive analysis, content strategy, and implementation roadmap. Use when user says "SEO plan", "SEO strategy", "SEO planning", "content strategy", "keyword strategy", "content calendar", "site architecture", or "SEO roadmap".

AgriciDaniel/claude-seo · 64 tokens

seo-profound

Profound LLM citation tracker (extension). Time-series brand citation rates across ChatGPT, Perplexity, and other LLMs. Pairs with seo-seranking for triangulated AI visibility coverage.

AgriciDaniel/claude-seo · 45 tokens

ai-seo

AI SEO Skill workflow skill. Use this skill when the user needs When the user wants to build programmatic SEO with AI, create competitor alternative pages, optimize for AI Overviews, or scale content production. Also use when the user mentions 'SEO,' 'programmatic SEO,' 'AI content,' 'competitor alternative pages,'…

diegosouzapw/awesome-omni-skills · 147 tokens