seo-fix-plan

seo-fix-plan is a skill for Claude Code from unifapi-agent/agents. It costs 97 tokens per session (1,399 once invoked), scanned A, original, MIT.

A read-only plan that turns SEO audit findings into a prioritized list of website fixes. SEO, or search-engine optimization, is the work of improving how pages are found and understood in search.

In plain words
What is it for?
Use it to prioritize changes to page metadata, headings, structured data, internal links, crawl controls, and pages that competitors rank for.
Why use it?
It connects technical problems and ranking evidence so teams can decide what to fix first instead of working through a generic checklist.

Skill for Claude Code

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

Part of the unifapi plugin — 47 skills, 1 MCP server shipped together

Good fit Use it to prioritize changes to page metadata, headings, structured data, internal links, crawl controls, and pages that competitors rank for.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/unifapi-agent/agents/seo-fix-plan
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 unifapi-agent/agents --skill seo-fix-plan
Clone the repo
git clone --depth 1 https://github.com/unifapi-agent/agents

Made for: Claude Code.

Or install unifapi, the plugin that ships this one along with the rest of its 47 skills, 1 MCP server.

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-plan

README.md
[![agentmods](https://agentmods.dev/badge/skills/unifapi-agent/agents/seo-fix-plan/github.svg)](https://agentmods.dev/skills/unifapi-agent/agents/seo-fix-plan)
Your own site
<a href="https://agentmods.dev/skills/unifapi-agent/agents/seo-fix-plan"><img src="https://agentmods.dev/badge/skills/unifapi-agent/agents/seo-fix-plan/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-plan

Your own site · 80×15
<a href="https://agentmods.dev/skills/unifapi-agent/agents/seo-fix-plan"><img src="https://agentmods.dev/badge/skills/unifapi-agent/agents/seo-fix-plan.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 97 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,399 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.00097 $0.01399
Opus 5 $0.00048 $0.00700
Sonnet 5 $0.00019 $0.00280
Haiku 4.5 $0.00010 $0.00140

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

Security

Grade A, and why

seo-fix-plan 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-agent/seo-fix-plan/SKILL.md · 107 lines

How it starts

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

SEO Fix Plan

Turn SEO findings into an execution-ready fix plan. The job is not to run another generic audit; it is to take live SERP, rendered-page, backlink, and keyword evidence and sequence the smallest set of fixes most likely to improve crawlability, rankings, and click-through.

This is an enhanced skill: it reads live public data through UnifAPI when evidence is missing or stale, but it remains eyes, not hands. It does not edit the site, submit to Search Console, disavow links, or open PRs. It returns a plan the operator's own assistant or team can execute.

Use UnifAPI for live evidence

Start from an existing seo-audit report whenever possible. Re-pull only the evidence needed to confirm priority or fill a gap:

  • Rendered page reality - browser/markdown, browser/html, and browser/links for titles, meta, headings, JSON-LD, internal links, canonicals, robots directives, and orphan/depth signals.
  • Rank and competitor reality - seo/serp, seo/competitors/domain, seo/competitors/relevant-pages, and seo/competitors/ranked-keywords to see whether a fix targets a real ranking gap.
  • Keyword and intent fit - seo/keywords/overview and seo/keywords/intent to avoid optimizing a page for a query with weak demand or mismatched intent.
  • Authority and links - seo/backlinks/summary, seo/backlinks/referring-domains, seo/backlinks/anchors, seo/backlinks/bulk-spam-score, and seo/backlinks/domain-intersection when link risk or link gap changes priority.

Keep run dates and billing metadata in the output.

Workflow

  1. Load the diagnosis. Use the latest seo-audit output if present. If the user only provides a domain and asks for fixes, run the minimum live reads needed to identify the current blockers.
  2. Deduplicate issues into fix units. Merge repeated symptoms into one action when they share the same root cause, template, or component. A title-tag problem across 40 pages is one template fix, not 40 tasks.
  3. Classify every fix by type. Use: Crawl/indexation, Technical, On-page, Content quality, Internal links, Schema, Authority/links.
  4. Score priority. Rank by impact, confidence, effort, and dependency:
    • Impact: blocked indexation or high-volume ranking gap beats cosmetic polish.
    • Confidence: live evidence and competitor contrast beat best-practice hunches.
    • Effort: template/sitewide fixes and striking-distance pages usually move first.
    • Dependency: crawl/indexation fixes come before content and schema polish.
  5. Write exact acceptance checks. Every task needs a "done when" that can be verified with a live read, validator, or SERP re-check.
  6. Hand off cleanly. Point implementation details to schema, the operator's code assistant, CMS, or site team. Do not pretend this skill made the change.

Read the full file on GitHub · 107 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 · 107 lines · 97 tokens per session scan A aabfaf87df05

Subscribe to this mod's changes

seo-fix-plan is a skill published in the GitHub repository unifapi-agent/agents (559 stars, last pushed 3d ago), licensed MIT. It adds 97 tokens to every session and 1,399 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-08-30.

Related

Other skills, from other repositories

orangeo-ai-visibility-skill

Audit brand AI visibility readiness and prepare OranGEO-style GEO, AEO, LLM SEO, and AI search optimization action plans. Use when asked for a Claude Code skill, Codex skill, GEO skill, generative engine optimization skill, answer engine optimization skill, AI visibility audit, AI search visibility checker, llms.txt…

OranAi-Ltd/orangeo-ai-visibility-skill · 119 tokens

ai-visibility

Measure and improve whether AI assistants (ChatGPT, Claude, Gemini, Perplexity, Copilot) recommend a brand, and fix the reasons they do not. Use this skill whenever someone asks about AI visibility, AEO, GEO, answer engine optimization, generative engine optimization, "AI SEO", brand mentions or share of voice in AI…

petar-nauka/ai-visibility-skill · 208 tokens

ansvisor-aeo-coach-standalone

Standalone (no-MCP) version of the Ansvisor AEO Coach. Use this only when the user's Claude client cannot connect to the Ansvisor MCP server (e.g. claude.ai web without a Connector configured). Fetches live data from the Ansvisor REST API directly with the user's API key via code execution. For clients that support…

ansvisor/ansvisor · 124 tokens

ansvisor-aeo-coach

Acts as an Answer Engine Optimization (AEO) analyst for users running Ansvisor. Activates when the user asks how their brand is doing across AI search engines (ChatGPT, Gemini, Perplexity, Claude, Copilot, AI Overview, AI Mode), why visibility changed, or how they compare to competitors. Uses the Ansvisor MCP server…

ansvisor/ansvisor · 178 tokens

geo-platform-optimizer

Platform-specific AI search optimization — audit and optimize for Google AI Overviews, ChatGPT, Perplexity, Gemini, and Bing Copilot individually.

TheSmokeDev/geo-skills · 34 tokens

geo-report

Generate a professional, client-facing GEO report combining all audit results into a single deliverable with scores, findings, and prioritized actions.

TheSmokeDev/geo-skills · 28 tokens