visibly-seo-potential

visibly-seo-potential is a command for Claude Code from AntonioBlago/claude-code-seo-starter. It costs 14 tokens per session (588 once invoked), scanned A, original, MIT.

A search-engine-optimisation forecasting workflow that estimates additional visits, leads, sales value, and advertising savings from improved search rankings. It uses current rankings, search demand, click rates, contact rates, close rates, and deal values.

In plain words
What is it for?
Use it to calculate traffic gains, lead and return estimates, search-advertising savings, and twelve-month ranking targets from an existing status-quo analysis.
Why use it?
It turns ranking changes into business estimates instead of presenting rankings alone. It also provides realistic targets rather than assuming every keyword reaches the first result.

Command for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Part of the seo-starter plugin — 4 skills, 4 commands, 1 hook, 2 MCP servers shipped together

Good fit Use it to calculate traffic gains, lead and return estimates, search-advertising savings, and twelve-month ranking targets from an existing status-quo analysis.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/antonioblago/claude-code-seo-starter/visibly-seo-potential
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.

Clone the repo
git clone --depth 1 https://github.com/AntonioBlago/claude-code-seo-starter

Made for: Claude Code.

Or install seo-starter, the plugin that ships this one along with the rest of its 4 skills, 4 commands, 1 hook, 2 MCP servers.

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 visibly-seo-potential

README.md
[![agentmods](https://agentmods.dev/badge/commands/antonioblago/claude-code-seo-starter/visibly-seo-potential/github.svg)](https://agentmods.dev/commands/antonioblago/claude-code-seo-starter/visibly-seo-potential)
Your own site
<a href="https://agentmods.dev/commands/antonioblago/claude-code-seo-starter/visibly-seo-potential"><img src="https://agentmods.dev/badge/commands/antonioblago/claude-code-seo-starter/visibly-seo-potential/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 visibly-seo-potential

Your own site · 80×15
<a href="https://agentmods.dev/commands/antonioblago/claude-code-seo-starter/visibly-seo-potential"><img src="https://agentmods.dev/badge/commands/antonioblago/claude-code-seo-starter/visibly-seo-potential.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 14 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 588 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.00014 $0.00588
Opus 5 $0.00007 $0.00294
Sonnet 5 $0.00003 $0.00118
Haiku 4.5 $0.00001 $0.00059

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

Security

Grade A, and why

visibly-seo-potential 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.

.claude/commands/visibly-seo-potential.md · 45 lines

What it actually says

Run Workflow 2 — Potential Analysis (see docs/workflows.md) for client $ARGUMENTS.

Preconditions

  • Status-Quo output must exist under ./clients/$ARGUMENTS/. If it does not, stop and tell the user to run /visibly-seo-status-quo $ARGUMENTS first.

Steps

  1. Load the Status-Quo table (xlsx):
    python -c "import pandas as pd; df = pd.read_excel('clients/$ARGUMENTS/.../status_quo.xlsx'); print(df.columns.tolist())"
    
  2. Apply the empirical CTR model from docs/ctr-model.md. Pos 1 ≈ 5.59 %, Pos 2 ≈ 3.15 %, Pos 3 ≈ 2.37 % … (real-world, not idealised). Never use the old textbook curve (Pos 1 = 28 %).
  3. Set realistic 12-month target positions based on current position + search volume:
    • Currently > 100, SV > 10k → target Pos 15
    • Currently > 100, SV 5-10k → target Pos 12
    • Currently > 100, SV 1-5k → target Pos 8
    • Currently > 100, SV < 1k → target Pos 5
    • Already ranking → improve 1-10 positions depending on current
  4. Compute Δ clicks per keyword and aggregate by cluster/theme.
  5. B2B lead calc: contact rate 1.5 % / 2.5 % / 3.5 %, close rate 10-20 %, industry-specific deal value.
  6. SEA equivalence: Δclicks × avg CPC → ad-spend saved.
  7. ROI: investment vs. (SEA value + lead value).

Output

Fill in the skeleton at templates/potential-template.md — don't invent a layout. It already has the method/assumptions block, the target-position matrix, the per-keyword delta table, the cluster rollup, Top-20-by-delta, the three-scenario value table, and the ROI section.

Save to ./clients/$ARGUMENTS/YYYY-MM-DD_Potential/:

  • potential_<YYYY-MM-DD>.md (summary — copy from templates/potential-template.md)
  • potential_<YYYY-MM-DD>.xlsx (per-keyword Δ + cluster rollup — all rows)
  • roi_scenarios.md (conservative / realistic / optimistic)
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 · 45 lines · 14 tokens per session scan A 59494344b68b

Subscribe to this mod's changes

visibly-seo-potential is a command published in the GitHub repository AntonioBlago/claude-code-seo-starter (3 stars, last pushed 4d ago), licensed MIT. It adds 14 tokens to every session and 588 once invoked, about $0.0001 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.