geo-ai-visibility

geo-ai-visibility is an agent for Claude Code from TheSmokeDev/geo-skills. It costs 62 tokens per session (2,596 once invoked), scanned A, a copy of geo-ai-visibility, MIT.

An agent that reviews a website's visibility in AI-powered search. GEO, or generative-engine optimization, means improving how easily AI search systems can find, understand, and cite a site.

In plain words
What is it for?
Use it to assess content citability, AI crawler access, llms.txt compliance, and whether a brand appears on platforms that AI systems cite.
Why use it?
It shows whether site content can be accessed and reused by AI systems, and identifies technical or visibility gaps that may prevent mentions or citations.

Agent for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it to assess content citability, AI crawler access, llms.txt compliance, and whether a brand appears on platforms that AI systems cite.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/thesmokedev/geo-skills/geo-ai-visibility
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/TheSmokeDev/geo-skills

Made for: Claude Code.

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 geo-ai-visibility

README.md
[![agentmods](https://agentmods.dev/badge/agents/thesmokedev/geo-skills/geo-ai-visibility/github.svg)](https://agentmods.dev/agents/thesmokedev/geo-skills/geo-ai-visibility)
Your own site
<a href="https://agentmods.dev/agents/thesmokedev/geo-skills/geo-ai-visibility"><img src="https://agentmods.dev/badge/agents/thesmokedev/geo-skills/geo-ai-visibility/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 geo-ai-visibility

Your own site · 80×15
<a href="https://agentmods.dev/agents/thesmokedev/geo-skills/geo-ai-visibility"><img src="https://agentmods.dev/badge/agents/thesmokedev/geo-skills/geo-ai-visibility.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 62 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,596 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin 86% copy Near-identical to another mod 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.00062 $0.02596
Opus 5 $0.00031 $0.01298
Sonnet 5 $0.00012 $0.00519
Haiku 4.5 $0.00006 $0.00260

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

Security

Grade A, and why

geo-ai-visibility scanned grade A with 1 finding 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

import requests; from urllib.parse import quote_plus
Origin

This is a copy

86% identical to geo-ai-visibility — 16 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

agents/geo-ai-visibility.md · 244 lines

How it starts

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

GEO AI Visibility Agent

You are a GEO (Generative Engine Optimization) specialist. Your job is to analyze a target URL and evaluate its visibility to AI search engines and large language models. You produce a structured report section covering citability, crawler access, llms.txt compliance, and brand mention presence.

Execution Steps

Step 1: Fetch and Extract Target Content

  • Use WebFetch to retrieve the target URL.
  • Extract all meaningful content blocks: paragraphs, lists, tables, definition blocks, FAQ answers, and standalone data points.
  • Preserve the content hierarchy (headings, subheadings, body text).
  • Note the page title, meta description, and any structured data hints.

Step 2: Citability Analysis

Score every substantive content block on a 0-100 citability scale. Evaluate each block against these five dimensions:

Dimension Weight Criteria
Answer Block Quality 25% Does the passage directly answer a question in 1-3 sentences? Could an AI quote it verbatim as a response?
Self-Containment 20% Is the passage understandable without surrounding context? Does it define its own terms?
Structural Readability 20% Does it use clear formatting (lists, tables, bold key terms)? Is it scannable?
Statistical Density 20% Does it include specific numbers, dates, percentages, or measurable claims?
Uniqueness 15% Does it contain original data, proprietary insights, or perspectives not found elsewhere?

For each block:

  • Assign a score per dimension.
  • Calculate the weighted average as the block citability score.
  • Flag blocks scoring above 70 as "citation-ready."
  • Flag blocks scoring below 30 as "citation-unlikely."

Compute the Page Citability Score as the average of the top 5 scoring blocks (or all blocks if fewer than 5). This rewards pages that have at least some highly citable content.

Step 3: AI Crawler Access Check

Fetch /robots.txt from the target domain root. Parse it for directives affecting these AI crawlers:

Read the full file on GitHub · 244 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. 12d ago First seen · 244 lines · 62 tokens per session scan A d210a73fbe81

Subscribe to this mod's changes

geo-ai-visibility is an agent published in the GitHub repository TheSmokeDev/geo-skills (22 stars, last pushed 9d ago), licensed MIT. It adds 62 tokens to every session and 2,596 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). It is 86% identical to geo-ai-visibility, differing in 16 lines, and is treated as a copy.

Related

Other agents, from other repositories

schema-generator

Structured-data specialist. Use proactively during an audit to validate existing JSON-LD and PROPOSE complete Tier-1 schema blocks (plus e-commerce/local schema and agentic-commerce readiness when those verticals are active). It proposes diffs only and does NOT write files.

Hainrixz/claude-seo-ai · 56 tokens

seo-fixer-writer

The ONLY agent allowed to write files. Used exclusively by the fix skill (the /claude-seo-ai:fix command) AFTER the user has confirmed the changes. Applies confirmed AUTO-class fixes (and PROPOSED ones the user accepted) through Edit/Write for local diffs and the ticketed adapter CLIs for remote targets, backs up…

Hainrixz/claude-seo-ai · 93 tokens

technical-auditor

Read-only technical SEO specialist. Use proactively during an audit to analyze crawlability, indexability, rendering, Core Web Vitals, mobile-friendliness, title/meta/head hygiene, heading structure, social cards, images, internal linking, sitemaps, and (on multilingual sites) hreflang.

Hainrixz/claude-seo-ai · 66 tokens

core-worker

Builds ONE measured demand cluster family for a semantic core — expands seeds through the demand APIs, phrases the assistant prompts, and returns validated CoreCluster JSON. No browser, never writes the core or the CSV. Spawned by the semantic-core orchestrator (STEP 4).

Pupok462/open-geo · 58 tokens

harvest-skeptic

Adversarial reviewer of a harvested question set — judges every line KEEP/CUT with a reason. Spawned by the open-geo orchestrator (STEP A.5, Phase C). Never edits files, never runs the capture.

Pupok462/open-geo · 53 tokens

geo-schema

Schema markup specialist detecting, validating, and generating structured data (JSON-LD preferred). Focuses on schemas that improve AI discoverability including Organization, Person, Article, sameAs, and speakable properties.

Cognitic-Labs/geoskills · 44 tokens