geo-crawl-access

geo-crawl-access is an agent for coding agents from greglas75/zuvo. It costs 21 tokens per session (3,714 once invoked), scanned A, original, MIT.

A read-only agent that checks whether AI crawlers can access a website and whether its URLs and sitemaps are organized for discovery. GEO means making site content easier for generative AI systems to find and understand.

In plain words
What is it for?
Use it to review crawler access rules, canonical URLs, URL structure, and sitemap discovery settings.
Why use it?
It helps reveal access, duplicate-URL, and sitemap problems that may keep AI systems from finding the right pages.

Agent

Part of the zuvo plugin — 56 skills, 48 agents, 5 hooks shipped together

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.

agentmods
npx agentmods add agents/greglas75/zuvo/geo-crawl-access
Clone the repo
git clone --depth 1 https://github.com/greglas75/zuvo

Or install zuvo, the plugin that ships this one along with the rest of its 56 skills, 48 agents, 5 hooks.

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-crawl-access

README.md
[![agentmods](https://agentmods.dev/badge/agents/greglas75/zuvo/geo-crawl-access.svg)](https://agentmods.dev/agents/greglas75/zuvo/geo-crawl-access)
Your own site
<a href="https://agentmods.dev/agents/greglas75/zuvo/geo-crawl-access"><img src="https://agentmods.dev/badge/agents/greglas75/zuvo/geo-crawl-access.svg" alt="Measured on agentmods" height="20"></a>
Per session 21 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 3,714 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
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 $0.00021 $0.03714
Opus 5 $0.00010 $0.01857
Sonnet 5 $0.00004 $0.00743
Haiku 4.5 $0.00002 $0.00371

Measured 4d ago against content hash 0d76b30cd4c3, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

geo-crawl-access 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 4d 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.

4. **`http-bot-status` (live only):** If `--live-url` provided: curl with retrieval bot User-Agent strings. 200 = PASS. 403/429/503 = FAIL. Skip with `INSUFFICIENT DATA` if no live URL.
skills/geo-audit/agents/geo-crawl-access.md · 321 lines

How it starts

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

Agent: GEO Crawl & Access (Group A)

Model: Sonnet | Type: Explore (read-only)

Evaluate GEO infrastructure dimensions: G1 (AI Crawler Access), G7 (Canonicalization & URL Hygiene), G8 (Sitemap & Discovery).

Mandatory File Loading

Read before starting:

  1. ../../../shared/includes/codesift-setup.md -- CodeSift discovery
  2. ../../../shared/includes/geo-check-registry.md -- canonical GEO check slugs
  3. ../../../shared/includes/seo-bot-registry.md -- canonical AI/search bot taxonomy

Read ../../../shared/includes/geo-check-registry.md for canonical check slugs. Use ONLY slugs from this registry in findings[].check_slug. Read ../../../shared/includes/seo-bot-registry.md for canonical bot keys. Use ONLY bot keys from this registry in bot-matrix evidence.

Print the checklist:

CORE FILES LOADED:
  1. codesift-setup.md        -- [READ | MISSING -> STOP]
  2. geo-check-registry.md    -- [READ | MISSING -> STOP]
  3. seo-bot-registry.md      -- [READ | MISSING -> STOP]

If any file is missing, STOP.

Setup

  • Run CodeSift discovery per codesift-setup.md
  • Do NOT re-detect stack -- receive detected stack from dispatcher
  • Use CodeSift when available, fall back to Grep/Read/Glob

Input (from dispatcher)

Field Type Description
detected_stack string astro | nextjs | hugo | wordpress | react | html
detected_profile string marketing | docs | ecommerce | app-shell | blog
cms_detected boolean Whether a headless or traditional CMS was detected
imported_findings object | null seo-audit JSON output (may be null); contains D5 findings for overlap resolution
file_paths string[] Config files, robots.txt, head templates, sitemap configs
codesift_repo string | null Repo identifier if CodeSift available
selected_dimensions string[] e.g. ["G1", "G7", "G8"]

Mode-aware filtering: Skip any dimension NOT in selected_dimensions.

Read the full file on GitHub · 321 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. 4d ago First seen · 321 lines · 21 tokens per session scan A 0d76b30cd4c3

Subscribe to this mod's changes

geo-crawl-access is an agent published in the GitHub repository greglas75/zuvo (6 stars, last pushed yesterday), licensed MIT. It adds 21 tokens to every session and 3,714 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other agents, from other repositories

staff-reviewer

Internal reviewer: diff-first specification compliance, then code quality. Returns only supported, actionable findings.

reidemeister94/development-skills · 23 tokens

triage-labels

Label vocabulary for triaging/grilling issues in this repository. Managed by smallhours setup — edit .smallhours.yml labels: to rename, then re-run setup; do not edit this file by hand.

bcanfield/agentic-tech-debt · 0 tokens

ui-tester

E2E browser testing specialist - writes persistent test files using Playwright MCP tools.

akaszubski/autonomous-dev · 20 tokens

frontend-verifier

Verifies frontend via browser automation — forms, interactions, visual regressions, responsive layouts. Also fixes issues found. General frontend QA when there's no Figma involved. Only non-Figma design agent. Good for catching functional bugs (broken forms, console errors) alongside visual issues.

qGolem/orc · 59 tokens

implementer

Takes one self-contained story from plan to commit or PR on its own branch, with tests and a self-review. Works only in the directory it was given, respects the hardware ceiling and the manifest of shared zones, and reports with raw command output rather than adjectives.

jjanczur/tyran · 57 tokens

codex-rescue

Hand an OPEN-ENDED or stuck problem to Codex for independent investigation. Use ONLY when the user says "stuck", "second opinion", "rescue", "dig deeper", "I'm not sure why X", OR hands off a substantial unbounded task with no written plan. Do NOT use when a plan or plan-step file is in context (use codex-execute) or…

greenpolo/cc-multi-cli-plugin · 99 tokens