visibly-seo-status-quo

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

A command for analysing a client’s current search-engine visibility using Google Search Console, keyword files, and competitor information. Google Search Console is Google’s service for reporting how a site appears in search results.

In plain words
What is it for?
Use it to compare target keywords with Search Console data, classify rankings, identify high-impression queries with low click-through rates, and fill the provided status report template.
Why use it?
It brings search clicks, impressions, click-through rate, and rankings together to reveal weak pages and practical opportunities.

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 compare target keywords with Search Console data, classify rankings, identify high-impression queries with low click-through rates, and fill the provided status report template.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/commands/antonioblago/claude-code-seo-starter/visibly-seo-status-quo"><img src="https://agentmods.dev/badge/commands/antonioblago/claude-code-seo-starter/visibly-seo-status-quo.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 19 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 501 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.00019 $0.00501
Opus 5 $0.00010 $0.00251
Sonnet 5 $0.00004 $0.00100
Haiku 4.5 $0.00002 $0.00050

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

Security

Grade A, and why

visibly-seo-status-quo 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 11d 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-status-quo.md · 42 lines

What it actually says

Run Workflow 1 — SEO Status-Quo Analysis (see docs/workflows.md) for client $ARGUMENTS.

Inputs

  • Client folder: ./clients/$ARGUMENTS/ (create if missing)
  • Keyword files: look for *.xlsx, *.csv in the client folder
  • GSC: via Visibly AI MCP (list_projects → match domain → query_search_console)

Steps

  1. mcp__visiblyai__list_projects — find the project matching $ARGUMENTS
  2. mcp__visiblyai__get_google_connections — confirm GSC is wired
  3. mcp__visiblyai__query_search_console with country filter, dimension=query, limit=500
  4. Repeat with dimension=page for underperforming URLs
  5. Read the client keyword Excel/CSV (pandas):
    python -c "import pandas as pd; print(pd.read_excel('clients/$ARGUMENTS/keywords.xlsx').head())"
    
  6. Cross-reference target keywords against GSC (clicks, impressions, CTR, position)
  7. Classify: Brand / Generic / Competitor × Top3 / Page1 / Page2 / Weak / Not Ranking
  8. Flag Quick Wins: high impressions, CTR < 5 %
  9. Competitor benchmark (if competitors are known for this client)

Output

Fill in the skeleton at templates/status-quo-template.md — don't invent a layout. It already has the visibility-at-a-glance counts, the classification split, the cross-referenced keyword table, underperforming pages, quick wins, and the competitor benchmark. Live-verified GSC values only.

Save to ./clients/$ARGUMENTS/YYYY-MM-DD_Status-Quo/:

  • status_quo_<YYYY-MM-DD>.md (summary — copy from templates/status-quo-template.md)
  • status_quo_<YYYY-MM-DD>.xlsx (full cross-referenced table — all rows)
  • quick_wins.md (actionable list, specific lever per keyword)

Use today's date for the folder and filename.

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. 11d ago First seen · 42 lines · 19 tokens per session scan A d7bfa1458506

Subscribe to this mod's changes

visibly-seo-status-quo is a command published in the GitHub repository AntonioBlago/claude-code-seo-starter (3 stars, last pushed 6d ago), licensed MIT. It adds 19 tokens to every session and 501 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.